2025-06-05T23:12:15.8743333Z Current runner version: '2.325.0' 2025-06-05T23:12:15.8749525Z Runner name: 'i-0efa7ac7c3f778560' 2025-06-05T23:12:15.8750593Z Machine name: 'ip-10-0-45-118' 2025-06-05T23:12:15.8753307Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:12:15.8755564Z Contents: read 2025-06-05T23:12:15.8756154Z Metadata: read 2025-06-05T23:12:15.8756657Z ##[endgroup] 2025-06-05T23:12:15.8759413Z Secret source: Actions 2025-06-05T23:12:15.8760116Z Prepare workflow directory 2025-06-05T23:12:15.9321916Z Prepare all required actions 2025-06-05T23:12:15.9364047Z Getting action download info 2025-06-05T23:12:16.1857322Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:12:16.4067993Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:12:29.1454420Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:12:29.4758026Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:12:29.5675681Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:12:29.9627186Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:12:30.1894056Z Getting action download info 2025-06-05T23:12:30.2889299Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:12:43.1082854Z Complete job name: test-qnn-model (fp32, mb) / linux-job 2025-06-05T23:12:43.1595200Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:12:43.1698759Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:12:43.1707931Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:43.1708618Z ##[endgroup] 2025-06-05T23:12:44.4788539Z Runner Type: linux.2xlarge 2025-06-05T23:12:44.4789031Z Instance Type: c5.2xlarge 2025-06-05T23:12:44.4789308Z AMI Name: unknown 2025-06-05T23:12:44.4815436Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:12:50.0864388Z ##[group]Run set -euxo pipefail 2025-06-05T23:12:50.0864828Z set -euxo pipefail 2025-06-05T23:12:50.0865135Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:12:50.0865523Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:12:50.0865896Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:12:50.0866208Z else 2025-06-05T23:12:50.0866471Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:12:50.0867078Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:12:50.0867366Z fi 2025-06-05T23:12:50.0867577Z  2025-06-05T23:12:50.0867889Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:12:50.0868223Z echo "::endgroup::" 2025-06-05T23:12:50.0877678Z shell: /usr/bin/bash -e {0} 2025-06-05T23:12:50.0877976Z env: 2025-06-05T23:12:50.0878256Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:50.0878661Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:50.0878996Z PR_NUMBER: 2025-06-05T23:12:50.0880747Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:50.0882554Z NO_SUDO: false 2025-06-05T23:12:50.0882779Z ##[endgroup] 2025-06-05T23:12:50.0908131Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:12:50.0918777Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:12:50.0919292Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:12:50.0925734Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:12:50.1817061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:12:50.1832965Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:12:50.1843516Z + echo ::endgroup:: 2025-06-05T23:12:50.1844292Z ##[endgroup] 2025-06-05T23:12:50.1954476Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:12:50.1954972Z with: 2025-06-05T23:12:50.1955207Z repository: pytorch/test-infra 2025-06-05T23:12:50.1955498Z path: test-infra 2025-06-05T23:12:50.1955723Z submodules: recursive 2025-06-05T23:12:50.1956153Z token: *** 2025-06-05T23:12:50.1956370Z ssh-strict: true 2025-06-05T23:12:50.1956582Z ssh-user: git 2025-06-05T23:12:50.1956822Z persist-credentials: true 2025-06-05T23:12:50.1957094Z clean: true 2025-06-05T23:12:50.1957332Z sparse-checkout-cone-mode: true 2025-06-05T23:12:50.1957609Z fetch-depth: 1 2025-06-05T23:12:50.1957848Z fetch-tags: false 2025-06-05T23:12:50.1958069Z show-progress: true 2025-06-05T23:12:50.1958305Z lfs: false 2025-06-05T23:12:50.1958516Z set-safe-directory: true 2025-06-05T23:12:50.1958771Z env: 2025-06-05T23:12:50.1959009Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:50.1959364Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:50.1959682Z PR_NUMBER: 2025-06-05T23:12:50.1961420Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:50.1963209Z ##[endgroup] 2025-06-05T23:12:50.3086907Z Syncing repository: pytorch/test-infra 2025-06-05T23:12:50.3087653Z ##[group]Getting Git version info 2025-06-05T23:12:50.3088172Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:12:50.3088877Z [command]/usr/bin/git version 2025-06-05T23:12:50.3089161Z git version 2.47.1 2025-06-05T23:12:50.3096623Z ##[endgroup] 2025-06-05T23:12:50.3108333Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/862b0dd7-4574-44df-895c-5c66826503b7' before making global git config changes 2025-06-05T23:12:50.3109465Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:12:50.3113353Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:12:50.3139423Z ##[group]Initializing the repository 2025-06-05T23:12:50.3143947Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:12:50.3171706Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:12:50.3172300Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:12:50.3172931Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:12:50.3173328Z hint: 2025-06-05T23:12:50.3173633Z hint: git config --global init.defaultBranch 2025-06-05T23:12:50.3173999Z hint: 2025-06-05T23:12:50.3174336Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:12:50.3174894Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:12:50.3175309Z hint: 2025-06-05T23:12:50.3175537Z hint: git branch -m 2025-06-05T23:12:50.3176093Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:12:50.3180965Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:12:50.3204166Z ##[endgroup] 2025-06-05T23:12:50.3204593Z ##[group]Disabling automatic garbage collection 2025-06-05T23:12:50.3208424Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:12:50.3230840Z ##[endgroup] 2025-06-05T23:12:50.3231224Z ##[group]Setting up auth 2025-06-05T23:12:50.3236625Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:12:50.3261028Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:12:50.3526134Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:12:50.3550690Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:12:50.3799569Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:12:50.3838448Z ##[endgroup] 2025-06-05T23:12:50.3838925Z ##[group]Determining the default branch 2025-06-05T23:12:50.3841230Z Retrieving the default branch name 2025-06-05T23:12:50.6021107Z Default branch 'main' 2025-06-05T23:12:50.6021776Z ##[endgroup] 2025-06-05T23:12:50.6022186Z ##[group]Fetching the repository 2025-06-05T23:12:50.6026788Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-06-05T23:12:50.9984985Z From https://github.com/pytorch/test-infra 2025-06-05T23:12:50.9985462Z * [new branch] main -> origin/main 2025-06-05T23:12:51.0004646Z ##[endgroup] 2025-06-05T23:12:51.0005056Z ##[group]Determining the checkout info 2025-06-05T23:12:51.0006453Z ##[endgroup] 2025-06-05T23:12:51.0010990Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:12:51.0042902Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:12:51.0067849Z ##[group]Checking out the ref 2025-06-05T23:12:51.0071856Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:12:51.0909241Z Switched to a new branch 'main' 2025-06-05T23:12:51.0910197Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:12:51.0916445Z ##[endgroup] 2025-06-05T23:12:51.0916918Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:12:51.0922335Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:12:51.0964470Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:12:51.0993867Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:12:51.1020064Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:12:51.1044491Z ##[endgroup] 2025-06-05T23:12:51.1044907Z ##[group]Fetching submodules 2025-06-05T23:12:51.1048190Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:12:51.1305419Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:12:51.1563681Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:12:51.1813194Z ##[endgroup] 2025-06-05T23:12:51.1813682Z ##[group]Persisting credentials for submodules 2025-06-05T23:12:51.1818119Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:12:51.2077190Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:12:51.2335735Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:12:51.2590036Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:12:51.2835781Z ##[endgroup] 2025-06-05T23:12:51.2868757Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:12:51.2889533Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:12:51.3056994Z Prepare all required actions 2025-06-05T23:12:51.3057542Z Getting action download info 2025-06-05T23:12:51.3881407Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:12:52.6883019Z Getting action download info 2025-06-05T23:12:52.7820410Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:12:52.9278176Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:12:52.9278531Z env: 2025-06-05T23:12:52.9278776Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:52.9279126Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:52.9279390Z PR_NUMBER: 2025-06-05T23:12:52.9281146Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:52.9282915Z ##[endgroup] 2025-06-05T23:12:52.9369948Z ##[group]Run set -euo pipefail 2025-06-05T23:12:52.9370298Z set -euo pipefail 2025-06-05T23:12:52.9370585Z function get_ec2_metadata() { 2025-06-05T23:12:52.9370963Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:12:52.9371599Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:12:52.9372138Z  category=$1 2025-06-05T23:12:52.9373010Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-06-05T23:12:52.9373906Z } 2025-06-05T23:12:52.9374164Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:12:52.9374579Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:12:52.9375033Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:12:52.9375439Z echo "system info $(uname -a)" 2025-06-05T23:12:52.9381345Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:52.9381708Z env: 2025-06-05T23:12:52.9381968Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:52.9382317Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:52.9382582Z PR_NUMBER: 2025-06-05T23:12:52.9384278Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:52.9386027Z ##[endgroup] 2025-06-05T23:12:52.9520594Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:12:52.9616552Z instance-id: i-0efa7ac7c3f778560 2025-06-05T23:12:52.9710826Z instance-type: c5.2xlarge 2025-06-05T23:12:52.9720886Z system info Linux ip-10-0-45-118.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:12:52.9758310Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:12:52.9759248Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:12:52.9765760Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:52.9766130Z env: 2025-06-05T23:12:52.9777682Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:52.9778169Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:52.9778435Z PR_NUMBER: 2025-06-05T23:12:52.9780132Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:52.9781905Z ##[endgroup] 2025-06-05T23:12:52.9856590Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:12:52.9857040Z if systemctl is-active --quiet docker; then 2025-06-05T23:12:52.9857400Z  echo "Docker daemon is running..."; 2025-06-05T23:12:52.9857719Z else 2025-06-05T23:12:52.9858062Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:12:52.9858474Z fi 2025-06-05T23:12:52.9863803Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:52.9864170Z env: 2025-06-05T23:12:52.9864425Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:52.9864765Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:52.9865038Z PR_NUMBER: 2025-06-05T23:12:52.9867035Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:52.9868917Z ##[endgroup] 2025-06-05T23:12:52.9941365Z Docker daemon is running... 2025-06-05T23:12:52.9970924Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:12:52.9971570Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:12:52.9972074Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:12:52.9972675Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:12:52.9973398Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:12:52.9979016Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:52.9979386Z env: 2025-06-05T23:12:52.9979631Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:52.9979984Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:52.9980245Z PR_NUMBER: 2025-06-05T23:12:52.9981954Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:52.9983705Z AWS_RETRY_MODE: standard 2025-06-05T23:12:52.9984002Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:12:52.9984310Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:12:52.9984581Z ##[endgroup] 2025-06-05T23:12:54.1072951Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:12:54.1073767Z Configure a credential helper to remove this warning. See 2025-06-05T23:12:54.1074578Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:12:54.1075156Z 2025-06-05T23:12:54.1081205Z Login Succeeded 2025-06-05T23:12:54.1121100Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:12:54.1121922Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:12:54.1122416Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:12:54.1128296Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:54.1128652Z env: 2025-06-05T23:12:54.1128909Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:54.1129252Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:54.1129531Z PR_NUMBER: 2025-06-05T23:12:54.1131239Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:54.1132989Z ##[endgroup] 2025-06-05T23:12:54.1215699Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:12:54.1216182Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:12:54.1216572Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:12:54.1216905Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:12:54.1217341Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:12:54.1217753Z  2025-06-05T23:12:54.1218047Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:12:54.1218469Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:12:54.1218827Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:12:54.1219295Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:12:54.1219724Z  2025-06-05T23:12:54.1219957Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:12:54.1220277Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:12:54.1220601Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:12:54.1220984Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:12:54.1226588Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:54.1226943Z env: 2025-06-05T23:12:54.1227198Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:54.1227548Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:54.1227913Z PR_NUMBER: 2025-06-05T23:12:54.1229607Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:54.1231367Z ##[endgroup] 2025-06-05T23:12:54.7376218Z ##[group]Run needs=0 2025-06-05T23:12:54.7376534Z needs=0 2025-06-05T23:12:54.7376896Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:12:54.7377331Z  needs=1 2025-06-05T23:12:54.7377539Z fi 2025-06-05T23:12:54.7377781Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:12:54.7383521Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:54.7383892Z env: 2025-06-05T23:12:54.7384310Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:54.7384675Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:54.7384963Z PR_NUMBER: 2025-06-05T23:12:54.7386743Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:54.7388766Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:54.7389348Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:54.7389875Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:54.7390260Z ##[endgroup] 2025-06-05T23:12:54.8000357Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:12:54.8000953Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:12:54.8001357Z # shellcheck disable=SC2046 2025-06-05T23:12:54.8001680Z docker stop $(docker ps -q) || true 2025-06-05T23:12:54.8002018Z # Prune all of the docker images 2025-06-05T23:12:54.8002325Z docker system prune -af 2025-06-05T23:12:54.8007942Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:54.8008306Z env: 2025-06-05T23:12:54.8008561Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:54.8008901Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:54.8009179Z PR_NUMBER: 2025-06-05T23:12:54.8010862Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:54.8012780Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:54.8013351Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:54.8013880Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:54.8014263Z ##[endgroup] 2025-06-05T23:12:54.8239241Z "docker stop" requires at least 1 argument. 2025-06-05T23:12:54.8239917Z See 'docker stop --help'. 2025-06-05T23:12:54.8240233Z 2025-06-05T23:12:54.8240534Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:12:54.8241040Z 2025-06-05T23:12:54.8241237Z Stop one or more running containers 2025-06-05T23:12:54.8416725Z Total reclaimed space: 0B 2025-06-05T23:12:54.8487219Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:12:54.8487613Z with: 2025-06-05T23:12:54.8488283Z github-secret: *** 2025-06-05T23:12:54.8488951Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:12:54.8489697Z activate-with-label: false 2025-06-05T23:12:54.8489952Z label: with-ssh 2025-06-05T23:12:54.8490190Z remove-existing-keys: true 2025-06-05T23:12:54.8490449Z fail-silently: true 2025-06-05T23:12:54.8490676Z env: 2025-06-05T23:12:54.8490907Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:54.8491256Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:54.8491532Z PR_NUMBER: 2025-06-05T23:12:54.8493253Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:54.8495302Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:54.8495867Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:54.8496405Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:54.8496772Z ##[endgroup] 2025-06-05T23:12:54.9561995Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:12:54.9563988Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:12:54.9683572Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:12:54.9684000Z with: 2025-06-05T23:12:54.9684215Z repository: pytorch/executorch 2025-06-05T23:12:54.9684533Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:12:54.9684883Z path: pytorch/executorch 2025-06-05T23:12:54.9685140Z fetch-depth: 1 2025-06-05T23:12:54.9685355Z submodules: recursive 2025-06-05T23:12:54.9685753Z token: *** 2025-06-05T23:12:54.9685964Z ssh-strict: true 2025-06-05T23:12:54.9686170Z ssh-user: git 2025-06-05T23:12:54.9686404Z persist-credentials: true 2025-06-05T23:12:54.9686648Z clean: true 2025-06-05T23:12:54.9686885Z sparse-checkout-cone-mode: true 2025-06-05T23:12:54.9687158Z fetch-tags: false 2025-06-05T23:12:54.9687385Z show-progress: true 2025-06-05T23:12:54.9687603Z lfs: false 2025-06-05T23:12:54.9687820Z set-safe-directory: true 2025-06-05T23:12:54.9688058Z env: 2025-06-05T23:12:54.9688349Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:12:54.9688690Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:54.9688968Z PR_NUMBER: 2025-06-05T23:12:54.9690658Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:12:54.9692536Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:54.9693114Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:54.9693654Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:54.9694019Z ##[endgroup] 2025-06-05T23:12:55.0627336Z Syncing repository: pytorch/executorch 2025-06-05T23:12:55.0635491Z ##[group]Getting Git version info 2025-06-05T23:12:55.0636131Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:12:55.0661154Z [command]/usr/bin/git version 2025-06-05T23:12:55.0696533Z git version 2.47.1 2025-06-05T23:12:55.0719989Z ##[endgroup] 2025-06-05T23:12:55.0730945Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c8926d54-d9ec-4463-b3de-5d48d7059434' before making global git config changes 2025-06-05T23:12:55.0731878Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:12:55.0744320Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:12:55.0769219Z ##[group]Initializing the repository 2025-06-05T23:12:55.0773665Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:12:55.0801494Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:12:55.0802247Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:12:55.0803194Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:12:55.0803785Z hint: 2025-06-05T23:12:55.0804067Z hint: git config --global init.defaultBranch 2025-06-05T23:12:55.0804413Z hint: 2025-06-05T23:12:55.0804731Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:12:55.0805293Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:12:55.0805706Z hint: 2025-06-05T23:12:55.0806072Z hint: git branch -m 2025-06-05T23:12:55.0806908Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:12:55.0810475Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:12:55.0833327Z ##[endgroup] 2025-06-05T23:12:55.0833754Z ##[group]Disabling automatic garbage collection 2025-06-05T23:12:55.0836923Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:12:55.0858996Z ##[endgroup] 2025-06-05T23:12:55.0859378Z ##[group]Setting up auth 2025-06-05T23:12:55.0864221Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:12:55.0887933Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:12:55.1135954Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:12:55.1158974Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:12:55.1402622Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:12:55.1439378Z ##[endgroup] 2025-06-05T23:12:55.1439911Z ##[group]Fetching the repository 2025-06-05T23:12:55.1446715Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:12:57.4609175Z From https://github.com/pytorch/executorch 2025-06-05T23:12:57.4609692Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:12:57.4629023Z ##[endgroup] 2025-06-05T23:12:57.4629641Z ##[group]Determining the checkout info 2025-06-05T23:12:57.4631310Z ##[endgroup] 2025-06-05T23:12:57.4635442Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:12:57.4666837Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:12:57.4689791Z ##[group]Checking out the ref 2025-06-05T23:12:57.4693145Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:12:57.9637942Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:12:57.9638323Z 2025-06-05T23:12:57.9638541Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:12:57.9639114Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:12:57.9639661Z state without impacting any branches by switching back to a branch. 2025-06-05T23:12:57.9639977Z 2025-06-05T23:12:57.9640178Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:12:57.9640681Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:12:57.9640961Z 2025-06-05T23:12:57.9641071Z git switch -c 2025-06-05T23:12:57.9641274Z 2025-06-05T23:12:57.9641378Z Or undo this operation with: 2025-06-05T23:12:57.9641552Z 2025-06-05T23:12:57.9641652Z git switch - 2025-06-05T23:12:57.9641777Z 2025-06-05T23:12:57.9642024Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:12:57.9642364Z 2025-06-05T23:12:57.9642633Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:12:57.9664005Z ##[endgroup] 2025-06-05T23:12:57.9664654Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:12:57.9669703Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:12:57.9708362Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:12:57.9731501Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:12:57.9754949Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:12:57.9774345Z ##[endgroup] 2025-06-05T23:12:57.9774808Z ##[group]Fetching submodules 2025-06-05T23:12:57.9777897Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:12:58.0037670Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:12:58.0286779Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:12:58.0288772Z Submodule 'backends/arm/third-party/serialization_lib' (https://git.gitlab.arm.com/tosa/tosa-serialization.git) registered for path 'backends/arm/third-party/serialization_lib' 2025-06-05T23:12:58.0290078Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:12:58.0292218Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:12:58.0294990Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:12:58.0296857Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:12:58.0299581Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:12:58.0302769Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:12:58.0305462Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:12:58.0308177Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:12:58.0311346Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:12:58.0314287Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:12:58.0317524Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:12:58.0320655Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:12:58.0324004Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:12:58.0328371Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:12:58.0333445Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:12:58.0337135Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:12:58.0340964Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:12:58.0344860Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:12:58.0348960Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:12:58.0353014Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:12:58.0357064Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:12:58.0361154Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:12:58.0387582Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:12:58.8254147Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:12:59.5049582Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:12:59.8103091Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:13:00.2068333Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:13:00.4681793Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:13:00.7257333Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:13:00.9559957Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:13:01.2051089Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:13:01.9532099Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:13:02.3627784Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:13:02.6245733Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:13:02.8698624Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:13:03.6600024Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:13:03.9268244Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:13:04.3282862Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:13:04.6862783Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:13:04.9947072Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:13:05.2768753Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:13:05.5336647Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:13:05.6975028Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:13:07.0007491Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:13:07.2797378Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:13:07.7334726Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:13:09.2439694Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:13:09.2440351Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:13:09.2548800Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:13:10.5958793Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:13:10.5959578Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:13:10.6062561Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:13:10.6077175Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:10.6101913Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:13:11.7551085Z From https://github.com/google/flatbuffers 2025-06-05T23:13:11.7551580Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:13:11.8577430Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:13:12.4386601Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:13:12.4387091Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:13:12.4462531Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:13:13.6211349Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:13:13.6211893Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:13:13.6711498Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:13:14.3620558Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:13:14.3621147Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:13:14.3928988Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:13:14.8684492Z From https://github.com/zeux/volk 2025-06-05T23:13:14.8685224Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:13:14.8754049Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:13:15.3397509Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:13:15.3398064Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:13:15.3482057Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:13:15.7786158Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:13:15.7786646Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:13:15.7837604Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:13:17.2251508Z From https://github.com/google/XNNPACK 2025-06-05T23:13:17.2252027Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:13:17.8131060Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:13:18.4069456Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:13:18.4070205Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:13:18.4885026Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:13:18.9142495Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:13:18.9143015Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:13:18.9220325Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:13:19.4207702Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:13:19.4208532Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:13:19.4634493Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:13:19.4650649Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:19.4653272Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:19.4656228Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:19.4659059Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:19.4662243Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:19.4688442Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:13:19.7876440Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:13:20.1940566Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:13:20.5234479Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:13:20.8135755Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:13:22.0430350Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:13:22.0430860Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:13:22.1384325Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:13:22.8750464Z From https://github.com/nlohmann/json 2025-06-05T23:13:22.8750954Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:13:22.9671590Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:13:23.5852688Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:13:23.5853537Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:13:23.6565558Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:13:23.6582616Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:23.6608232Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:13:24.4345484Z From https://github.com/zherczeg/sljit 2025-06-05T23:13:24.4345986Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:13:24.4533102Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:13:24.9430440Z From https://github.com/google/re2 2025-06-05T23:13:24.9430926Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:13:24.9589520Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:13:25.4935983Z From https://github.com/google/sentencepiece 2025-06-05T23:13:25.4936473Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:13:25.6194072Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:13:27.1288305Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:13:27.1288807Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:13:27.2505020Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:13:27.7628901Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:13:27.7629411Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:13:27.7898065Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:13:28.4044056Z From https://github.com/pytorch/ao 2025-06-05T23:13:28.4044893Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:13:28.4988433Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:13:28.5005488Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:28.5030381Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:13:30.3078771Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:13:30.3079565Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:13:30.8626177Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:13:31.5304769Z From https://github.com/google/flatbuffers 2025-06-05T23:13:31.5305268Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:13:31.6314851Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:13:32.1797825Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:13:32.1798380Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:13:32.2110171Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:13:32.7328634Z From https://github.com/gflags/gflags 2025-06-05T23:13:32.7329224Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:13:32.7412882Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:13:33.4571063Z From https://github.com/google/googletest 2025-06-05T23:13:33.4571557Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:13:33.4909286Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:13:34.6585607Z From https://github.com/leetal/ios-cmake 2025-06-05T23:13:34.6586094Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:13:34.6653058Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:13:35.1999338Z From https://github.com/nlohmann/json 2025-06-05T23:13:35.2000169Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:13:35.2904720Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:13:35.3055385Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:13:35.9696681Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:13:35.9697195Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:13:36.1057371Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:13:36.7937320Z From https://github.com/pybind/pybind11 2025-06-05T23:13:36.7937831Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:13:36.8215874Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:13:36.8247812Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:13:36.8500245Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:36.8537064Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:36.8574508Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:36.8616996Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:36.8654941Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:36.8693062Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:36.8730548Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:36.8768446Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:36.8805662Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:36.8842365Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:36.8895249Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:36.8932468Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:36.8970058Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:36.9006501Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:36.9045968Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:36.9087456Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:36.9124258Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:36.9162650Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:36.9199529Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:36.9238713Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:36.9279471Z Entering 'shim' 2025-06-05T23:13:36.9316783Z Entering 'third-party/ao' 2025-06-05T23:13:36.9353917Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:36.9401809Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:36.9441806Z Entering 'third-party/flatcc' 2025-06-05T23:13:36.9478774Z Entering 'third-party/gflags' 2025-06-05T23:13:36.9515398Z Entering 'third-party/googletest' 2025-06-05T23:13:36.9551813Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:36.9588085Z Entering 'third-party/json' 2025-06-05T23:13:36.9625547Z Entering 'third-party/pocketfft' 2025-06-05T23:13:36.9663628Z Entering 'third-party/prelude' 2025-06-05T23:13:36.9704487Z Entering 'third-party/pybind11' 2025-06-05T23:13:36.9749050Z ##[endgroup] 2025-06-05T23:13:36.9749470Z ##[group]Persisting credentials for submodules 2025-06-05T23:13:36.9755753Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:13:37.0004427Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:37.0052579Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:37.0101692Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:37.0155013Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:37.0203599Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:37.0251267Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:37.0301156Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:37.0349272Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:37.0397450Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:37.0444939Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:37.0507458Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:37.0555991Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:37.0603731Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:37.0651241Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:37.0702509Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:37.0753381Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:37.0803263Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:37.0852934Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:37.0901994Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:37.0952302Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:37.1003068Z Entering 'shim' 2025-06-05T23:13:37.1051197Z Entering 'third-party/ao' 2025-06-05T23:13:37.1104486Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:37.1164179Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:37.1216162Z Entering 'third-party/flatcc' 2025-06-05T23:13:37.1264006Z Entering 'third-party/gflags' 2025-06-05T23:13:37.1312242Z Entering 'third-party/googletest' 2025-06-05T23:13:37.1361078Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:37.1409684Z Entering 'third-party/json' 2025-06-05T23:13:37.1458463Z Entering 'third-party/pocketfft' 2025-06-05T23:13:37.1505743Z Entering 'third-party/prelude' 2025-06-05T23:13:37.1556457Z Entering 'third-party/pybind11' 2025-06-05T23:13:37.1617886Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:13:37.1863752Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:37.1910056Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-06-05T23:13:37.1923708Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:37.1972040Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:13:37.1985120Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:37.2031889Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:13:37.2050033Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:37.2096221Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:13:37.2110457Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:37.2156137Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:13:37.2170392Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:37.2217033Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:13:37.2231288Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:37.2278465Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:13:37.2292295Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:37.2338171Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:13:37.2352070Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:37.2398581Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:13:37.2412243Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:37.2458869Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:13:37.2487764Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:37.2534572Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:13:37.2549312Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:37.2598024Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:13:37.2611835Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:37.2657028Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:13:37.2670916Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:37.2716927Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:13:37.2732849Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:37.2780370Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:13:37.2795515Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:37.2841646Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:13:37.2854814Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:37.2901248Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:13:37.2916858Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:37.2962720Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:13:37.2976549Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:37.3022443Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:13:37.3037829Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:37.3084477Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:13:37.3100514Z Entering 'shim' 2025-06-05T23:13:37.3145924Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:13:37.3160682Z Entering 'third-party/ao' 2025-06-05T23:13:37.3206435Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:13:37.3220756Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:37.3267396Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:13:37.3290875Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:37.3336152Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:13:37.3352453Z Entering 'third-party/flatcc' 2025-06-05T23:13:37.3401023Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:13:37.3415207Z Entering 'third-party/gflags' 2025-06-05T23:13:37.3460325Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:13:37.3475557Z Entering 'third-party/googletest' 2025-06-05T23:13:37.3520428Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:13:37.3534726Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:37.3582588Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:13:37.3596333Z Entering 'third-party/json' 2025-06-05T23:13:37.3642084Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:13:37.3657862Z Entering 'third-party/pocketfft' 2025-06-05T23:13:37.3705788Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:13:37.3719346Z Entering 'third-party/prelude' 2025-06-05T23:13:37.3764642Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:13:37.3781983Z Entering 'third-party/pybind11' 2025-06-05T23:13:37.3827081Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:13:37.4270905Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:13:37.4526131Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:37.4565366Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:37.4602435Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:37.4645410Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:37.4684236Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:37.4721886Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:37.4759738Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:37.4796877Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:37.4833980Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:37.4871990Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:37.4924696Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:37.4962601Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:37.4999175Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:37.5035709Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:37.5075203Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:37.5115390Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:37.5152230Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:37.5192125Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:37.5229425Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:37.5269468Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:37.5310513Z Entering 'shim' 2025-06-05T23:13:37.5348041Z Entering 'third-party/ao' 2025-06-05T23:13:37.5387549Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:37.5436713Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:37.5477860Z Entering 'third-party/flatcc' 2025-06-05T23:13:37.5515041Z Entering 'third-party/gflags' 2025-06-05T23:13:37.5552266Z Entering 'third-party/googletest' 2025-06-05T23:13:37.5589761Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:37.5626570Z Entering 'third-party/json' 2025-06-05T23:13:37.5665202Z Entering 'third-party/pocketfft' 2025-06-05T23:13:37.5702275Z Entering 'third-party/prelude' 2025-06-05T23:13:37.5741929Z Entering 'third-party/pybind11' 2025-06-05T23:13:37.5791415Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:13:37.6041122Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:37.6078777Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:37.6116224Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:37.6156847Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:37.6196712Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:37.6233734Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:37.6271641Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:37.6309322Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:37.6346528Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:37.6384487Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:37.6436678Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:37.6477258Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:37.6514607Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:37.6551074Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:37.6590636Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:37.6630168Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:37.6666419Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:37.6705887Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:37.6742968Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:37.6782135Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:37.6823365Z Entering 'shim' 2025-06-05T23:13:37.6860855Z Entering 'third-party/ao' 2025-06-05T23:13:37.6898388Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:37.6946046Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:37.6986782Z Entering 'third-party/flatcc' 2025-06-05T23:13:37.7024703Z Entering 'third-party/gflags' 2025-06-05T23:13:37.7061053Z Entering 'third-party/googletest' 2025-06-05T23:13:37.7099008Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:37.7136384Z Entering 'third-party/json' 2025-06-05T23:13:37.7175798Z Entering 'third-party/pocketfft' 2025-06-05T23:13:37.7213616Z Entering 'third-party/prelude' 2025-06-05T23:13:37.7255473Z Entering 'third-party/pybind11' 2025-06-05T23:13:37.7302168Z ##[endgroup] 2025-06-05T23:13:37.7334846Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:13:37.7355044Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:13:37.7554393Z Prepare all required actions 2025-06-05T23:13:37.7555034Z Getting action download info 2025-06-05T23:13:37.8575775Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:13:38.0099738Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:13:38.0100139Z with: 2025-06-05T23:13:38.0100404Z docker-image-name: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:38.0100774Z docker-build-dir: .ci/docker 2025-06-05T23:13:38.0101060Z working-directory: pytorch/executorch 2025-06-05T23:13:38.0101387Z docker-build-script: ./build.sh 2025-06-05T23:13:38.0101757Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:38.0102151Z force-push: false 2025-06-05T23:13:38.0102360Z env: 2025-06-05T23:13:38.0102603Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:38.0103101Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:38.0103365Z PR_NUMBER: 2025-06-05T23:13:38.0105093Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:13:38.0106964Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:38.0107537Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:38.0108200Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:38.0108572Z ##[endgroup] 2025-06-05T23:13:38.0136612Z ##[group]Run set -ex 2025-06-05T23:13:38.0136957Z set -ex 2025-06-05T23:13:38.0137164Z  2025-06-05T23:13:38.0137564Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:13:38.0138201Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:13:38.0138755Z # job could then download the pre-built image as usual 2025-06-05T23:13:38.0139295Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:13:38.0139781Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0140223Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0140608Z  2025-06-05T23:13:38.0140952Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:13:38.0141377Z  exit 0 2025-06-05T23:13:38.0141581Z else 2025-06-05T23:13:38.0141834Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0142143Z fi 2025-06-05T23:13:38.0142346Z  2025-06-05T23:13:38.0142669Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:13:38.0143260Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:13:38.0143768Z  # use it as it is, but first let's extract the tag 2025-06-05T23:13:38.0144241Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:13:38.0144735Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0145202Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0145600Z else 2025-06-05T23:13:38.0145844Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:13:38.0146218Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:13:38.0146604Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:13:38.0146919Z  fi 2025-06-05T23:13:38.0147671Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:13:38.0148342Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0148970Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0149736Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0150215Z fi 2025-06-05T23:13:38.0155797Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:38.0156169Z env: 2025-06-05T23:13:38.0156427Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:38.0156768Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:38.0157045Z PR_NUMBER: 2025-06-05T23:13:38.0158727Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:13:38.0160707Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:38.0161281Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:38.0161807Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:38.0162200Z REPO_NAME: executorch 2025-06-05T23:13:38.0162504Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:38.0162847Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:13:38.0163128Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:13:38.0163486Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:38.0163874Z CUSTOM_TAG_PREFIX: 2025-06-05T23:13:38.0164097Z ##[endgroup] 2025-06-05T23:13:38.0192505Z + [[ ! -d .ci/docker ]] 2025-06-05T23:13:38.0192766Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:13:38.0193050Z + echo skip=false 2025-06-05T23:13:38.0194131Z + [[ executorch-ubuntu-22.04-qnn-sdk == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-06-05T23:13:38.0194709Z + [[ executorch-ubuntu-22.04-qnn-sdk == *:* ]] 2025-06-05T23:13:38.0197411Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:13:38.0212236Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:38.0212664Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:38.0213625Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:38.0214374Z + echo custom-tag-prefix= 2025-06-05T23:13:38.0251019Z ##[group]Run set +e 2025-06-05T23:13:38.0251488Z set +e 2025-06-05T23:13:38.0251712Z set -x 2025-06-05T23:13:38.0251929Z  2025-06-05T23:13:38.0252140Z login() { 2025-06-05T23:13:38.0252599Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:13:38.0253110Z } 2025-06-05T23:13:38.0253301Z  2025-06-05T23:13:38.0253506Z retry () { 2025-06-05T23:13:38.0253768Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:13:38.0254061Z } 2025-06-05T23:13:38.0254259Z  2025-06-05T23:13:38.0254471Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:13:38.0254769Z  2025-06-05T23:13:38.0254970Z START_TIME=$(date +%s) 2025-06-05T23:13:38.0255255Z # Wait up to 120 minutes 2025-06-05T23:13:38.0255593Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:13:38.0256083Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:13:38.0256707Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:13:38.0257056Z  exit 0 2025-06-05T23:13:38.0257289Z  fi 2025-06-05T23:13:38.0257488Z  2025-06-05T23:13:38.0257864Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:13:38.0258502Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:13:38.0259155Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:13:38.0259665Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:13:38.0260045Z  # It's a Docker build job, let's build the image 2025-06-05T23:13:38.0260384Z  break 2025-06-05T23:13:38.0260596Z  else 2025-06-05T23:13:38.0260926Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:13:38.0261405Z  sleep 300 2025-06-05T23:13:38.0261653Z  fi 2025-06-05T23:13:38.0261865Z done 2025-06-05T23:13:38.0262061Z  2025-06-05T23:13:38.0262401Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:13:38.0262946Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:13:38.0263451Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:13:38.0263884Z  # if we're on the base branch then use the parent commit 2025-06-05T23:13:38.0264279Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:13:38.0264587Z else 2025-06-05T23:13:38.0264891Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:13:38.0265353Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:13:38.0265692Z fi 2025-06-05T23:13:38.0265899Z  2025-06-05T23:13:38.0266110Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:13:38.0266458Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0267002Z  2025-06-05T23:13:38.0267460Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:13:38.0268057Z  exit 0 2025-06-05T23:13:38.0268284Z fi 2025-06-05T23:13:38.0268473Z  2025-06-05T23:13:38.0268770Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:13:38.0269425Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:13:38.0270025Z  exit 1 2025-06-05T23:13:38.0270251Z fi 2025-06-05T23:13:38.0270442Z  2025-06-05T23:13:38.0270796Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:13:38.0271445Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:13:38.0272015Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:13:38.0272683Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:13:38.0273429Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:13:38.0273880Z fi 2025-06-05T23:13:38.0274090Z  2025-06-05T23:13:38.0274332Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:38.0279831Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:38.0280197Z env: 2025-06-05T23:13:38.0280846Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:38.0281579Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:38.0281868Z PR_NUMBER: 2025-06-05T23:13:38.0283665Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:13:38.0285551Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:38.0286115Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:38.0286656Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:38.0287042Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:13:38.0287379Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:13:38.0287857Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:38.0288304Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:38.0288688Z DOCKER_PUSH: 2025-06-05T23:13:38.0288895Z ##[endgroup] 2025-06-05T23:13:38.0312571Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:38.0313012Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:38.0315980Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:13:38.0316995Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:38.5504020Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:13:38.5504610Z Configure a credential helper to remove this warning. See 2025-06-05T23:13:38.5505293Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:13:38.5505835Z 2025-06-05T23:13:38.5510529Z Login Succeeded 2025-06-05T23:13:38.5522096Z ++ date +%s 2025-06-05T23:13:38.5530217Z + START_TIME=1749165218 2025-06-05T23:13:38.5533701Z ++ date +%s 2025-06-05T23:13:38.5541903Z + [[ 1749158018 -lt 1749165218 ]] 2025-06-05T23:13:38.5543203Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:38.7646636Z { 2025-06-05T23:13:38.7647056Z "schemaVersion": 2, 2025-06-05T23:13:38.7647652Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:13:38.7648358Z "config": { 2025-06-05T23:13:38.7648683Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:13:38.7649067Z "size": 15106, 2025-06-05T23:13:38.7649473Z "digest": "sha256:1db6031c5a19f41579dd393b449a8fa85c2e949e96f78b1202be29e201459087" 2025-06-05T23:13:38.7649923Z }, 2025-06-05T23:13:38.7650116Z "layers": [ 2025-06-05T23:13:38.7650309Z { 2025-06-05T23:13:38.7650627Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7651051Z "size": 30438509, 2025-06-05T23:13:38.7651484Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:13:38.7651952Z }, 2025-06-05T23:13:38.7652126Z { 2025-06-05T23:13:38.7652444Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7652837Z "size": 631, 2025-06-05T23:13:38.7653239Z "digest": "sha256:53b460f20fa277f78e0346f07eca1d411d0d3c597c8d64ff88be2593c3ff02da" 2025-06-05T23:13:38.7653683Z }, 2025-06-05T23:13:38.7653864Z { 2025-06-05T23:13:38.7654164Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7654566Z "size": 150105280, 2025-06-05T23:13:38.7654974Z "digest": "sha256:9c0222e3bd9666bcd88da1fb2ab316f87a0a11beaa90b59c544d59d3a014615c" 2025-06-05T23:13:38.7655440Z }, 2025-06-05T23:13:38.7655621Z { 2025-06-05T23:13:38.7655920Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7656321Z "size": 622, 2025-06-05T23:13:38.7656718Z "digest": "sha256:c30fec91d711e8b49a9c20c8e2ceaa27c327f6ea17b7a368fe6b70d8ac33f22f" 2025-06-05T23:13:38.7657470Z }, 2025-06-05T23:13:38.7657646Z { 2025-06-05T23:13:38.7657966Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7658369Z "size": 19308683, 2025-06-05T23:13:38.7658963Z "digest": "sha256:2137fe3d6c8b4024aad31b4bc17ed8d7998a4e5df7c7c884344470aa90700b9d" 2025-06-05T23:13:38.7659652Z }, 2025-06-05T23:13:38.7659944Z { 2025-06-05T23:13:38.7660476Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7661133Z "size": 736, 2025-06-05T23:13:38.7661782Z "digest": "sha256:3993b97cc01a6f053cfd9d8f4c6ae714adabe8fbe6066dd8518c452b2111936b" 2025-06-05T23:13:38.7662385Z }, 2025-06-05T23:13:38.7662571Z { 2025-06-05T23:13:38.7662873Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7663280Z "size": 131417865, 2025-06-05T23:13:38.7663851Z "digest": "sha256:6e964dcfe8cdf44f0104592827d0804bb072ef3327b339db4d8dabb977d6bd30" 2025-06-05T23:13:38.7664300Z }, 2025-06-05T23:13:38.7664494Z { 2025-06-05T23:13:38.7664799Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7665204Z "size": 445, 2025-06-05T23:13:38.7665578Z "digest": "sha256:59140483a9d7aa85510c5b35c11d2284b1f668b153292897d0c727494a8efef4" 2025-06-05T23:13:38.7666024Z }, 2025-06-05T23:13:38.7666195Z { 2025-06-05T23:13:38.7666510Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7667092Z "size": 102, 2025-06-05T23:13:38.7667495Z "digest": "sha256:442b52cf2c6506d12e947b1deb0874bf5bf0c3b7081a36e8bd9cc74658fcf2f6" 2025-06-05T23:13:38.7668035Z }, 2025-06-05T23:13:38.7668209Z { 2025-06-05T23:13:38.7668531Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7668925Z "size": 636, 2025-06-05T23:13:38.7669326Z "digest": "sha256:81817e7913a3169b88d5c5e91281e9ba34d57ddfeffca3b7235d0f6aff0a4ddd" 2025-06-05T23:13:38.7669782Z }, 2025-06-05T23:13:38.7669966Z { 2025-06-05T23:13:38.7670274Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7670680Z "size": 35165349, 2025-06-05T23:13:38.7671088Z "digest": "sha256:fa3705fea3261d40f40cfcccedafae73e277181f3037f56ebba76a89551821b6" 2025-06-05T23:13:38.7671557Z }, 2025-06-05T23:13:38.7671738Z { 2025-06-05T23:13:38.7672039Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7672439Z "size": 318, 2025-06-05T23:13:38.7672819Z "digest": "sha256:8a647cebb32f33ee6d82d200e5c9666e1c367150807c09031204cd678424d1f9" 2025-06-05T23:13:38.7673274Z }, 2025-06-05T23:13:38.7673443Z { 2025-06-05T23:13:38.7673757Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7674152Z "size": 252129619, 2025-06-05T23:13:38.7674568Z "digest": "sha256:7b2f37adad324a6b7d4b30770f9beb5c4f57b17ffa493d7d22be5a836b0f72df" 2025-06-05T23:13:38.7675035Z }, 2025-06-05T23:13:38.7675253Z { 2025-06-05T23:13:38.7675599Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7675990Z "size": 472, 2025-06-05T23:13:38.7676443Z "digest": "sha256:5c08f897efe59b47621cf93f55f0ee0114c16a0daaff32a6e5646cbcb2726a43" 2025-06-05T23:13:38.7676892Z }, 2025-06-05T23:13:38.7677072Z { 2025-06-05T23:13:38.7677373Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7677772Z "size": 1041, 2025-06-05T23:13:38.7678156Z "digest": "sha256:c906c3b73c9a07577673cc305885ff3cb88a96410f3536d3cc37d1ab95ea8105" 2025-06-05T23:13:38.7678607Z }, 2025-06-05T23:13:38.7678787Z { 2025-06-05T23:13:38.7679085Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7679483Z "size": 612, 2025-06-05T23:13:38.7679860Z "digest": "sha256:fb297e4a7f96923109096212b0029b1b5b21510539f2c63e24dff4e6b1aa678f" 2025-06-05T23:13:38.7680313Z }, 2025-06-05T23:13:38.7680487Z { 2025-06-05T23:13:38.7680801Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7681336Z "size": 77568761, 2025-06-05T23:13:38.7681758Z "digest": "sha256:ef88320afe39d721649c724f38d0a3d34ba3b6c4b8d97d8574fe5902964a3f92" 2025-06-05T23:13:38.7682218Z }, 2025-06-05T23:13:38.7682391Z { 2025-06-05T23:13:38.7682706Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7683098Z "size": 574, 2025-06-05T23:13:38.7683499Z "digest": "sha256:c81ceab1dc2961c8831104ca42f43350bf1eba62a2fa0538f805dbf4b42e033d" 2025-06-05T23:13:38.7683950Z }, 2025-06-05T23:13:38.7684133Z { 2025-06-05T23:13:38.7684433Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7684836Z "size": 208, 2025-06-05T23:13:38.7685238Z "digest": "sha256:b7a0ba8fe68b602dcebdcba8ba28d5a778fdbfcbcd73e3903910e943ed616076" 2025-06-05T23:13:38.7685716Z }, 2025-06-05T23:13:38.7685895Z { 2025-06-05T23:13:38.7686276Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7686680Z "size": 1190, 2025-06-05T23:13:38.7687077Z "digest": "sha256:c71f810ba4d6aa45f4208fdf22d786c14f968922d5e50bac9df9efd112fb2911" 2025-06-05T23:13:38.7687546Z }, 2025-06-05T23:13:38.7687719Z { 2025-06-05T23:13:38.7688036Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7688425Z "size": 678, 2025-06-05T23:13:38.7688668Z + exit 0 2025-06-05T23:13:38.7689054Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:13:38.7689505Z }, 2025-06-05T23:13:38.7689692Z { 2025-06-05T23:13:38.7689996Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7690405Z "size": 6857041337, 2025-06-05T23:13:38.7690810Z "digest": "sha256:0f670d2c149df699b89ee7c94cd0a93c4fa56165c0dde73dc405f519497b7975" 2025-06-05T23:13:38.7691277Z }, 2025-06-05T23:13:38.7691459Z { 2025-06-05T23:13:38.7691765Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7692167Z "size": 1382, 2025-06-05T23:13:38.7692557Z "digest": "sha256:315188b3b5fdbf68eb7a3c0a5c26255856cd545c0739fa42b5064eba69f2a61a" 2025-06-05T23:13:38.7693013Z }, 2025-06-05T23:13:38.7693187Z { 2025-06-05T23:13:38.7693500Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7693890Z "size": 678, 2025-06-05T23:13:38.7694291Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:13:38.7694753Z }, 2025-06-05T23:13:38.7694920Z { 2025-06-05T23:13:38.7695229Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7695638Z "size": 232889912, 2025-06-05T23:13:38.7696045Z "digest": "sha256:5f6470ba979094a0d47178761a0fd51de00bc516f8676377ea33cc8760e5e95d" 2025-06-05T23:13:38.7696500Z }, 2025-06-05T23:13:38.7696673Z { 2025-06-05T23:13:38.7696989Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7697387Z "size": 827, 2025-06-05T23:13:38.7697802Z "digest": "sha256:a2057a0a9541ca36d33ba50dc8aabcefaa67670b6ff4ee4fae8e17199bef903e" 2025-06-05T23:13:38.7698265Z }, 2025-06-05T23:13:38.7698452Z { 2025-06-05T23:13:38.7698756Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7699162Z "size": 678, 2025-06-05T23:13:38.7699557Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:13:38.7700027Z }, 2025-06-05T23:13:38.7700214Z { 2025-06-05T23:13:38.7700517Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7700923Z "size": 185012473, 2025-06-05T23:13:38.7701332Z "digest": "sha256:9b45fc6abe7abe2131a5a707ccc3d8a0335a7a8c4e9fd504fefa92f07634ff21" 2025-06-05T23:13:38.7701802Z }, 2025-06-05T23:13:38.7701979Z { 2025-06-05T23:13:38.7702296Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7702692Z "size": 529, 2025-06-05T23:13:38.7703169Z "digest": "sha256:dc71e2d5671ebf9dc7dc253323aa010a23b518e229c2e09df61e762ed863f373" 2025-06-05T23:13:38.7703637Z }, 2025-06-05T23:13:38.7703808Z { 2025-06-05T23:13:38.7704122Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7704513Z "size": 678, 2025-06-05T23:13:38.7704914Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:13:38.7705363Z }, 2025-06-05T23:13:38.7705543Z { 2025-06-05T23:13:38.7705844Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7706243Z "size": 355, 2025-06-05T23:13:38.7706623Z "digest": "sha256:1767d7f283e866fe6f8bd739f8f6d0035d36c25143c3a23d865e07d4c2afb075" 2025-06-05T23:13:38.7707080Z }, 2025-06-05T23:13:38.7707260Z { 2025-06-05T23:13:38.7707564Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7708066Z "size": 32, 2025-06-05T23:13:38.7708531Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:13:38.7709000Z }, 2025-06-05T23:13:38.7709172Z { 2025-06-05T23:13:38.7709488Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7709876Z "size": 166, 2025-06-05T23:13:38.7710276Z "digest": "sha256:a6c04087a6b913389cd29ba0cbd0ed052bd8320a048da620c4db5de43deff3c0" 2025-06-05T23:13:38.7710726Z }, 2025-06-05T23:13:38.7710906Z { 2025-06-05T23:13:38.7711217Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7711608Z "size": 1110, 2025-06-05T23:13:38.7712009Z "digest": "sha256:31d099d02998d06abc17e3b88ab0cd293dc8e67f30e8185e1e3eee59cd746bfd" 2025-06-05T23:13:38.7712459Z }, 2025-06-05T23:13:38.7712642Z { 2025-06-05T23:13:38.7712944Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7713348Z "size": 32, 2025-06-05T23:13:38.7713737Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:13:38.7714206Z }, 2025-06-05T23:13:38.7714392Z { 2025-06-05T23:13:38.7714692Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:38.7715095Z "size": 108, 2025-06-05T23:13:38.7715475Z "digest": "sha256:e269d1739d753c3be22ebc4dc91645e7481b4466e9671d84fe85f222e0af9f8b" 2025-06-05T23:13:38.7715932Z } 2025-06-05T23:13:38.7716104Z ] 2025-06-05T23:13:38.7716285Z } 2025-06-05T23:13:38.7779055Z ##[group]Run set -eux 2025-06-05T23:13:38.7779328Z set -eux 2025-06-05T23:13:38.7780171Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-06-05T23:13:38.7786503Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:38.7786856Z env: 2025-06-05T23:13:38.7787112Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:38.7787476Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:38.7787739Z PR_NUMBER: 2025-06-05T23:13:38.7789532Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:13:38.7791419Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:38.7791978Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:38.7792516Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:38.7792879Z ##[endgroup] 2025-06-05T23:13:38.7818549Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:13:38.7819174Z + jq --raw-output .SecretString 2025-06-05T23:13:38.7820938Z + jq -r .docker_hub_readonly_token 2025-06-05T23:13:38.7822449Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:13:39.3659408Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:13:39.3660683Z Configure a credential helper to remove this warning. See 2025-06-05T23:13:39.3661699Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:13:39.3662404Z Login Succeeded 2025-06-05T23:13:39.3662776Z 2025-06-05T23:13:39.3757119Z Prepare all required actions 2025-06-05T23:13:39.3797191Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:13:39.3797573Z with: 2025-06-05T23:13:39.3812130Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:39.3812986Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:39.3813583Z env: 2025-06-05T23:13:39.3813828Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:39.3814185Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:39.3814467Z PR_NUMBER: 2025-06-05T23:13:39.3816184Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:13:39.3818067Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:39.3818634Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:39.3819173Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:39.3819543Z ##[endgroup] 2025-06-05T23:13:39.3844489Z ##[group]Run set -x 2025-06-05T23:13:39.3844747Z set -x 2025-06-05T23:13:39.3844966Z set +e 2025-06-05T23:13:39.3845178Z  2025-06-05T23:13:39.3845371Z login() { 2025-06-05T23:13:39.3845831Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:13:39.3846326Z } 2025-06-05T23:13:39.3846526Z  2025-06-05T23:13:39.3846714Z retry () { 2025-06-05T23:13:39.3846987Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:13:39.3847283Z } 2025-06-05T23:13:39.3847481Z  2025-06-05T23:13:39.3847690Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:13:39.3847984Z  2025-06-05T23:13:39.3848455Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:13:39.3849105Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:13:39.3849469Z  2025-06-05T23:13:39.3849657Z set -e 2025-06-05T23:13:39.3849991Z # ignore output since only exit code is used for conditional 2025-06-05T23:13:39.3850454Z # only pull docker image if it's not available locally 2025-06-05T23:13:39.3850982Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:13:39.3851467Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:13:39.3851762Z fi 2025-06-05T23:13:39.3857408Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:39.3857762Z env: 2025-06-05T23:13:39.3858399Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:39.3859128Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:39.3859403Z PR_NUMBER: 2025-06-05T23:13:39.3861096Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:13:39.3862957Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:39.3863686Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:39.3864240Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:39.3864707Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:39.3865086Z ##[endgroup] 2025-06-05T23:13:39.3888252Z + set +e 2025-06-05T23:13:39.3888902Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:39.3889560Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:39.3891721Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:13:39.3892500Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:39.8938047Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:13:39.8938657Z Configure a credential helper to remove this warning. See 2025-06-05T23:13:39.8939213Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:13:39.8939730Z 2025-06-05T23:13:39.8939902Z Login Succeeded 2025-06-05T23:13:39.8954803Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:39.8955639Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:13:40.1087904Z + IMAGE_SIZE=7601.8407192230225 2025-06-05T23:13:40.1088360Z + echo 'Compressed size of image in MB: 7601.8407192230225' 2025-06-05T23:13:40.1088733Z + set -e 2025-06-05T23:13:40.1089442Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:40.1090258Z Compressed size of image in MB: 7601.8407192230225 2025-06-05T23:13:40.1204065Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:40.1205303Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:40.3699938Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:40.3700741Z f557aa5ee224: Pulling fs layer 2025-06-05T23:13:40.3701031Z 53b460f20fa2: Pulling fs layer 2025-06-05T23:13:40.3701293Z 9c0222e3bd96: Pulling fs layer 2025-06-05T23:13:40.3701593Z c30fec91d711: Pulling fs layer 2025-06-05T23:13:40.3701853Z 2137fe3d6c8b: Pulling fs layer 2025-06-05T23:13:40.3702123Z 3993b97cc01a: Pulling fs layer 2025-06-05T23:13:40.3702383Z 6e964dcfe8cd: Pulling fs layer 2025-06-05T23:13:40.3702655Z 59140483a9d7: Pulling fs layer 2025-06-05T23:13:40.3702913Z 442b52cf2c65: Pulling fs layer 2025-06-05T23:13:40.3703179Z 81817e7913a3: Pulling fs layer 2025-06-05T23:13:40.3703434Z fa3705fea326: Pulling fs layer 2025-06-05T23:13:40.3703705Z 8a647cebb32f: Pulling fs layer 2025-06-05T23:13:40.3703977Z 7b2f37adad32: Pulling fs layer 2025-06-05T23:13:40.3704246Z 5c08f897efe5: Pulling fs layer 2025-06-05T23:13:40.3704513Z c906c3b73c9a: Pulling fs layer 2025-06-05T23:13:40.3704769Z fb297e4a7f96: Pulling fs layer 2025-06-05T23:13:40.3705038Z ef88320afe39: Pulling fs layer 2025-06-05T23:13:40.3705298Z c81ceab1dc29: Pulling fs layer 2025-06-05T23:13:40.3705571Z b7a0ba8fe68b: Pulling fs layer 2025-06-05T23:13:40.3705829Z c71f810ba4d6: Pulling fs layer 2025-06-05T23:13:40.3706102Z a4b29879ad48: Pulling fs layer 2025-06-05T23:13:40.3706357Z 0f670d2c149d: Pulling fs layer 2025-06-05T23:13:40.3706624Z 315188b3b5fd: Pulling fs layer 2025-06-05T23:13:40.3706885Z 3993b97cc01a: Waiting 2025-06-05T23:13:40.3707106Z 6e964dcfe8cd: Waiting 2025-06-05T23:13:40.3707334Z 59140483a9d7: Waiting 2025-06-05T23:13:40.3707560Z 5f6470ba9790: Pulling fs layer 2025-06-05T23:13:40.3707901Z a2057a0a9541: Pulling fs layer 2025-06-05T23:13:40.3708151Z fa3705fea326: Waiting 2025-06-05T23:13:40.3708397Z 9b45fc6abe7a: Pulling fs layer 2025-06-05T23:13:40.3708647Z 442b52cf2c65: Waiting 2025-06-05T23:13:40.3709117Z dc71e2d5671e: Pulling fs layer 2025-06-05T23:13:40.3709367Z 8a647cebb32f: Waiting 2025-06-05T23:13:40.3709598Z c81ceab1dc29: Waiting 2025-06-05T23:13:40.3709831Z 7b2f37adad32: Waiting 2025-06-05T23:13:40.3710055Z 1767d7f283e8: Pulling fs layer 2025-06-05T23:13:40.3710313Z 5c08f897efe5: Waiting 2025-06-05T23:13:40.3710528Z c30fec91d711: Waiting 2025-06-05T23:13:40.3710759Z b7a0ba8fe68b: Waiting 2025-06-05T23:13:40.3711086Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:13:40.3711361Z a6c04087a6b9: Pulling fs layer 2025-06-05T23:13:40.3711619Z 31d099d02998: Pulling fs layer 2025-06-05T23:13:40.3711878Z c71f810ba4d6: Waiting 2025-06-05T23:13:40.3712096Z c906c3b73c9a: Waiting 2025-06-05T23:13:40.3712325Z 2137fe3d6c8b: Waiting 2025-06-05T23:13:40.3712539Z 81817e7913a3: Waiting 2025-06-05T23:13:40.3712774Z e269d1739d75: Pulling fs layer 2025-06-05T23:13:40.3713031Z fb297e4a7f96: Waiting 2025-06-05T23:13:40.3713245Z ef88320afe39: Waiting 2025-06-05T23:13:40.3713469Z 5f6470ba9790: Waiting 2025-06-05T23:13:40.3713686Z dc71e2d5671e: Waiting 2025-06-05T23:13:40.3713910Z a4b29879ad48: Waiting 2025-06-05T23:13:40.3714124Z 315188b3b5fd: Waiting 2025-06-05T23:13:40.3714357Z a2057a0a9541: Waiting 2025-06-05T23:13:40.3714568Z a6c04087a6b9: Waiting 2025-06-05T23:13:40.3714791Z 31d099d02998: Waiting 2025-06-05T23:13:40.3715006Z 9b45fc6abe7a: Waiting 2025-06-05T23:13:40.3715236Z 4f4fb700ef54: Waiting 2025-06-05T23:13:40.3715466Z 0f670d2c149d: Waiting 2025-06-05T23:13:40.3715680Z 1767d7f283e8: Waiting 2025-06-05T23:13:40.4612760Z 53b460f20fa2: Verifying Checksum 2025-06-05T23:13:40.4613206Z 53b460f20fa2: Download complete 2025-06-05T23:13:40.5581184Z c30fec91d711: Verifying Checksum 2025-06-05T23:13:40.5581600Z c30fec91d711: Download complete 2025-06-05T23:13:40.7441871Z f557aa5ee224: Download complete 2025-06-05T23:13:40.8284133Z 2137fe3d6c8b: Verifying Checksum 2025-06-05T23:13:40.8284736Z 2137fe3d6c8b: Download complete 2025-06-05T23:13:40.8390294Z 3993b97cc01a: Verifying Checksum 2025-06-05T23:13:40.8390694Z 3993b97cc01a: Download complete 2025-06-05T23:13:40.9174410Z 59140483a9d7: Download complete 2025-06-05T23:13:41.0156496Z 442b52cf2c65: Verifying Checksum 2025-06-05T23:13:41.0156922Z 442b52cf2c65: Download complete 2025-06-05T23:13:41.1000464Z 81817e7913a3: Download complete 2025-06-05T23:13:41.5142851Z fa3705fea326: Verifying Checksum 2025-06-05T23:13:41.5143383Z fa3705fea326: Download complete 2025-06-05T23:13:41.6294208Z 8a647cebb32f: Verifying Checksum 2025-06-05T23:13:41.6294723Z 8a647cebb32f: Download complete 2025-06-05T23:13:41.6762419Z f557aa5ee224: Pull complete 2025-06-05T23:13:41.6966708Z 53b460f20fa2: Pull complete 2025-06-05T23:13:41.9348449Z 9c0222e3bd96: Verifying Checksum 2025-06-05T23:13:41.9348892Z 9c0222e3bd96: Download complete 2025-06-05T23:13:42.0094076Z 5c08f897efe5: Verifying Checksum 2025-06-05T23:13:42.0094654Z 5c08f897efe5: Download complete 2025-06-05T23:13:42.0756104Z c906c3b73c9a: Download complete 2025-06-05T23:13:42.1743944Z fb297e4a7f96: Verifying Checksum 2025-06-05T23:13:42.1744573Z fb297e4a7f96: Download complete 2025-06-05T23:13:42.1870763Z 6e964dcfe8cd: Verifying Checksum 2025-06-05T23:13:42.1871280Z 6e964dcfe8cd: Download complete 2025-06-05T23:13:42.2521514Z c81ceab1dc29: Verifying Checksum 2025-06-05T23:13:42.2521947Z c81ceab1dc29: Download complete 2025-06-05T23:13:42.3213691Z b7a0ba8fe68b: Verifying Checksum 2025-06-05T23:13:42.3214250Z b7a0ba8fe68b: Download complete 2025-06-05T23:13:42.4183452Z c71f810ba4d6: Verifying Checksum 2025-06-05T23:13:42.4183963Z c71f810ba4d6: Download complete 2025-06-05T23:13:42.4996328Z a4b29879ad48: Download complete 2025-06-05T23:13:43.0052660Z ef88320afe39: Verifying Checksum 2025-06-05T23:13:43.0053104Z ef88320afe39: Download complete 2025-06-05T23:13:43.1020299Z 315188b3b5fd: Verifying Checksum 2025-06-05T23:13:43.1020859Z 315188b3b5fd: Download complete 2025-06-05T23:13:44.2020036Z 7b2f37adad32: Verifying Checksum 2025-06-05T23:13:44.2020512Z 7b2f37adad32: Download complete 2025-06-05T23:13:44.3013045Z a2057a0a9541: Verifying Checksum 2025-06-05T23:13:44.3013665Z a2057a0a9541: Download complete 2025-06-05T23:13:45.4787108Z 5f6470ba9790: Verifying Checksum 2025-06-05T23:13:45.4787606Z 5f6470ba9790: Download complete 2025-06-05T23:13:45.5665889Z dc71e2d5671e: Download complete 2025-06-05T23:13:45.6636019Z 1767d7f283e8: Verifying Checksum 2025-06-05T23:13:45.6636542Z 1767d7f283e8: Download complete 2025-06-05T23:13:45.6714147Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:13:45.6714960Z 4f4fb700ef54: Download complete 2025-06-05T23:13:45.7582015Z a6c04087a6b9: Download complete 2025-06-05T23:13:45.8410332Z 31d099d02998: Verifying Checksum 2025-06-05T23:13:45.8410706Z 31d099d02998: Download complete 2025-06-05T23:13:45.8904561Z 9c0222e3bd96: Pull complete 2025-06-05T23:13:45.9170722Z e269d1739d75: Verifying Checksum 2025-06-05T23:13:45.9171198Z e269d1739d75: Download complete 2025-06-05T23:13:46.0475519Z c30fec91d711: Pull complete 2025-06-05T23:13:46.2093239Z 9b45fc6abe7a: Verifying Checksum 2025-06-05T23:13:46.2093929Z 9b45fc6abe7a: Download complete 2025-06-05T23:13:46.4374055Z 2137fe3d6c8b: Pull complete 2025-06-05T23:13:46.6004566Z 3993b97cc01a: Pull complete 2025-06-05T23:13:49.2170713Z 6e964dcfe8cd: Pull complete 2025-06-05T23:13:49.4552182Z 59140483a9d7: Pull complete 2025-06-05T23:13:49.7153129Z 442b52cf2c65: Pull complete 2025-06-05T23:13:49.9177857Z 81817e7913a3: Pull complete 2025-06-05T23:13:50.6390962Z fa3705fea326: Pull complete 2025-06-05T23:13:50.8354566Z 8a647cebb32f: Pull complete 2025-06-05T23:14:01.0718252Z 7b2f37adad32: Pull complete 2025-06-05T23:14:01.2001421Z 5c08f897efe5: Pull complete 2025-06-05T23:14:01.3532537Z c906c3b73c9a: Pull complete 2025-06-05T23:14:01.5051249Z fb297e4a7f96: Pull complete 2025-06-05T23:14:05.5884884Z ef88320afe39: Pull complete 2025-06-05T23:14:05.7925943Z c81ceab1dc29: Pull complete 2025-06-05T23:14:05.9089726Z b7a0ba8fe68b: Pull complete 2025-06-05T23:14:05.9353310Z c71f810ba4d6: Pull complete 2025-06-05T23:14:06.0294115Z a4b29879ad48: Pull complete 2025-06-05T23:14:51.1279325Z 0f670d2c149d: Verifying Checksum 2025-06-05T23:14:51.1279702Z 0f670d2c149d: Download complete 2025-06-05T23:16:07.5468178Z 0f670d2c149d: Pull complete 2025-06-05T23:16:07.7314784Z 315188b3b5fd: Pull complete 2025-06-05T23:16:14.7873396Z 5f6470ba9790: Pull complete 2025-06-05T23:16:14.8149490Z a2057a0a9541: Pull complete 2025-06-05T23:16:22.7278686Z 9b45fc6abe7a: Pull complete 2025-06-05T23:16:22.9934990Z dc71e2d5671e: Pull complete 2025-06-05T23:16:23.5706456Z 1767d7f283e8: Pull complete 2025-06-05T23:16:23.7990023Z 4f4fb700ef54: Pull complete 2025-06-05T23:16:23.9123131Z a6c04087a6b9: Pull complete 2025-06-05T23:16:23.9562172Z 31d099d02998: Pull complete 2025-06-05T23:16:24.0302382Z e269d1739d75: Pull complete 2025-06-05T23:16:24.0574241Z Digest: sha256:a598771deb521efdcb258eacf60b9a9115e34a47e0ec6e3b41bd6a49ffb3adce 2025-06-05T23:16:24.0616289Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:24.0670580Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:24.0711113Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:24.0712065Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:24.0721727Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:24.0722090Z env: 2025-06-05T23:16:24.0722358Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:24.0722714Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:24.0722979Z PR_NUMBER: 2025-06-05T23:16:24.0724725Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:16:24.0726599Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:24.0727175Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:24.0727877Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:24.0728248Z ##[endgroup] 2025-06-05T23:16:24.0842922Z ##[group]Run set -ex 2025-06-05T23:16:24.0843202Z set -ex 2025-06-05T23:16:24.0843405Z { 2025-06-05T23:16:24.0843628Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:16:24.0843938Z  echo "set -eou pipefail"; 2025-06-05T23:16:24.0844249Z  # shellcheck disable=SC2016 2025-06-05T23:16:24.0844590Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:16:24.0844911Z  echo "set -x"; 2025-06-05T23:16:24.0845173Z  echo "${SCRIPT}"; 2025-06-05T23:16:24.0845448Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:16:24.0845781Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:16:24.0846473Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:16:24.0852180Z shell: /usr/bin/bash -e {0} 2025-06-05T23:16:24.0852481Z env: 2025-06-05T23:16:24.0853153Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:24.0853887Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:24.0854164Z PR_NUMBER: 2025-06-05T23:16:24.0855849Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:16:24.0857719Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:24.0858294Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:24.0858837Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:24.0859569Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:16:24.0859878Z ##[endgroup] 2025-06-05T23:16:24.0882502Z + echo '#!/usr/bin/env bash' 2025-06-05T23:16:24.0882939Z + echo 'set -eou pipefail' 2025-06-05T23:16:24.0883393Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:16:24.0883981Z + echo 'set -x' 2025-06-05T23:16:24.0884601Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:16:24.0885118Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:16:24.0885562Z conda activate "${CONDA_ENV}" 2025-06-05T23:16:24.0885996Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:16:24.0886537Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh 2025-06-05T23:16:24.0886991Z PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:16:24.0887511Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:16:24.0887931Z ' 2025-06-05T23:16:24.0888214Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:16:24.0894116Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:16:43.4447805Z Running command: 2025-06-05T23:16:43.4454797Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_15475023371" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_1706cf15-83c7-463a-b0c9-21ad5d80a0c6":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_1706cf15-83c7-463a-b0c9-21ad5d80a0c6" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:16:43.4460790Z 2025-06-05T23:16:43.4461113Z 9c06f5161f51f40609e16cc973a614c2debaa92ba00debf3694c0f339aa5a3ac 2025-06-05T23:16:43.4461803Z Running command: docker exec -t 9c06f5161f51f40609e16cc973a614c2debaa92ba00debf3694c0f339aa5a3ac /exec 2025-06-05T23:16:43.4462464Z ++ conda env list --json 2025-06-05T23:16:43.4462762Z ++ local cmd=env 2025-06-05T23:16:43.4462979Z ++ case "$cmd" in 2025-06-05T23:16:43.4463202Z ++ __conda_exe env list --json 2025-06-05T23:16:43.4463519Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:16:43.4463779Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:16:43.4464094Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:16:43.4464461Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:16:43.4464754Z + local cmd=activate 2025-06-05T23:16:43.4465036Z + case "$cmd" in 2025-06-05T23:16:43.4465290Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:16:43.4465619Z + '[' -n '' ']' 2025-06-05T23:16:43.4465884Z + local ask_conda 2025-06-05T23:16:43.4466109Z ++ PS1='(base) ' 2025-06-05T23:16:43.4466393Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:16:43.4467180Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:16:43.4467651Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:16:43.4468637Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:16:43.4469748Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:16:43.4470145Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:16:43.4470485Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:16:43.4470815Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:16:43.4471216Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:16:43.4471540Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:16:43.4471891Z export _CE_M='\'''\'' 2025-06-05T23:16:43.4472159Z export _CE_CONDA='\'''\'' 2025-06-05T23:16:43.4472463Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:16:43.4472883Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:16:43.4473758Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:16:43.4474723Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:16:43.4475112Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:16:43.4475394Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:16:43.4475771Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:16:43.4476121Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:16:43.4476499Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:16:43.4476808Z export _CE_M='\'''\'' 2025-06-05T23:16:43.4477052Z export _CE_CONDA='\'''\'' 2025-06-05T23:16:43.4477365Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:16:43.4477906Z ++ PS1='(py_3.10) ' 2025-06-05T23:16:43.4478817Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:16:43.4480174Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:16:43.4481067Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:16:43.4481402Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:16:43.4481708Z ++ export CONDA_SHLVL=2 2025-06-05T23:16:43.4481934Z ++ CONDA_SHLVL=2 2025-06-05T23:16:43.4482173Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:16:43.4482457Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:16:43.4482785Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:16:43.4483101Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:16:43.4483406Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:16:43.4483702Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:16:43.4483969Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:16:43.4484288Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:16:43.4484549Z ++ export _CE_M= 2025-06-05T23:16:43.4484813Z ++ _CE_M= 2025-06-05T23:16:43.4485003Z ++ export _CE_CONDA= 2025-06-05T23:16:43.4485227Z ++ _CE_CONDA= 2025-06-05T23:16:43.4485468Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:16:43.4485817Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:16:43.4486103Z + __conda_hashr 2025-06-05T23:16:43.4486325Z + '[' -n '' ']' 2025-06-05T23:16:43.4486537Z + '[' -n '' ']' 2025-06-05T23:16:43.4486733Z + hash -r 2025-06-05T23:16:43.4486950Z + PYTHON_EXECUTABLE=python 2025-06-05T23:16:43.4487258Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:16:43.4487623Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:16:43.4487914Z + source .ci/scripts/utils.sh 2025-06-05T23:16:43.4488199Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:16:43.4488506Z ++ parse_args --build-tool cmake 2025-06-05T23:16:43.4488790Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:16:43.4489043Z ++ local args 2025-06-05T23:16:43.4489268Z ++ local i 2025-06-05T23:16:43.4489456Z ++ local BUILD_TOOL= 2025-06-05T23:16:43.4489687Z ++ local BUILD_MODE= 2025-06-05T23:16:43.4489918Z ++ local EDITABLE= 2025-06-05T23:16:43.4490122Z ++ (( i=0 )) 2025-06-05T23:16:43.4490340Z ++ (( i<2 )) 2025-06-05T23:16:43.4490538Z ++ case "${args[$i]}" in 2025-06-05T23:16:43.4490782Z ++ BUILD_TOOL=cmake 2025-06-05T23:16:43.4490984Z ++ i=1 2025-06-05T23:16:43.4491177Z ++ (( i++ )) 2025-06-05T23:16:43.4491366Z ++ (( i<2 )) 2025-06-05T23:16:43.4491568Z ++ '[' -z cmake ']' 2025-06-05T23:16:43.4491850Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:16:43.4492134Z ++ BUILD_MODE=Release 2025-06-05T23:16:43.4492371Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:16:43.4492654Z ++ EDITABLE=false 2025-06-05T23:16:43.4492888Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:16:43.4493159Z ++ echo 'cmake Release false' 2025-06-05T23:16:43.4493428Z + [[ false == \t\r\u\e ]] 2025-06-05T23:16:43.4493704Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:16:43.4494017Z + which pip 2025-06-05T23:16:43.4494223Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:16:43.4494538Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:16:43.4494980Z 2025-06-05 23:16:42,478 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:16:43.4495617Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:16:43.4496416Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:16:43.4497297Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:16:43.4498196Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:16:43.4499010Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:16:43.4499565Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:16:43.4500380Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-06-05T23:16:43.4501266Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:16:43.4501814Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:16:43.4502686Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 6)) (4.47.1) 2025-06-05T23:16:43.4503570Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:16:43.4504192Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:16:43.4505182Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.1) 2025-06-05T23:16:43.4506297Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-06-05T23:16:43.4507424Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:16:43.4508624Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-06-05T23:16:43.4509722Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-06-05T23:16:43.4510804Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-06-05T23:16:43.4512019Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.32.4) 2025-06-05T23:16:43.4513297Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-06-05T23:16:43.4514603Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.18.0) 2025-06-05T23:16:43.4515923Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.2.6) 2025-06-05T23:16:46.3569162Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (25.0) 2025-06-05T23:16:46.3570564Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2024.11.6) 2025-06-05T23:16:46.3571987Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.32.3) 2025-06-05T23:16:46.3573362Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (0.21.1) 2025-06-05T23:16:46.3574693Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (4.67.1) 2025-06-05T23:16:46.3576058Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (2025.5.1) 2025-06-05T23:16:46.3578116Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (4.14.0) 2025-06-05T23:16:46.3579561Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:16:46.3580711Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.14.0) 2025-06-05T23:16:46.3581628Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:16:46.3582508Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:16:46.3583441Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.2.1) 2025-06-05T23:16:46.3584268Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3584889Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:16:46.3585479Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3586044Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:16:46.3586620Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3587197Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:16:46.3587864Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3588833Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-06-05T23:16:46.3592321Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:16:46.3593115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 104.5 MB/s eta 0:00:00 2025-06-05T23:16:46.3593803Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3594564Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:16:46.3595284Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3596008Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:16:46.3596720Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3597422Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:16:46.3598165Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3599020Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-06-05T23:16:46.3600264Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:16:46.3601388Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3602208Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:16:46.3603373Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:16:46.3604561Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-06-05T23:16:46.3605553Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3606327Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:16:46.3607018Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3607741Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:16:46.3608807Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:16:46.3609830Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3610748Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-06-05T23:16:46.3611712Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3612545Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:16:46.3613360Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:16:46.3613985Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:16:46.3614732Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3615626Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:16:46.3616626Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3617513Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:16:46.3618368Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3619192Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:16:46.3620037Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3620886Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:16:46.3622031Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:16:46.3623543Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3624664Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:16:46.3625753Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3626722Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:16:46.3627687Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3628743Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:16:46.3629680Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:46.3630734Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:16:48.3610137Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:16:48.3611864Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.4.2) 2025-06-05T23:16:48.3613357Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (2025.4.26) 2025-06-05T23:16:48.3614592Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:48.3615492Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:16:48.3616383Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-06-05T23:16:48.3617341Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:48.3618196Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:16:48.3619010Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:16:48.3620197Z [?25hRequirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.9.0.post0) 2025-06-05T23:16:48.3621719Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:16:48.3623182Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:16:48.3624697Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.17.0) 2025-06-05T23:16:48.3625669Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:16:48.3626290Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:16:48.3626952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 100.8 MB/s eta 0:00:00 2025-06-05T23:16:48.3627820Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:16:48.3628592Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:16:48.3629261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 183.3 MB/s eta 0:00:00 2025-06-05T23:16:48.3629839Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:16:48.3630459Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:16:48.3631226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 96.5 MB/s eta 0:00:00 2025-06-05T23:16:48.3631810Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:16:48.3632420Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:16:48.3633447Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:16:48.3634218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 202.2 MB/s eta 0:00:00 2025-06-05T23:16:48.3634786Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:16:48.3635223Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:16:48.3635786Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:16:48.3636542Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:16:48.3637187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 68.7 MB/s eta 0:00:00 2025-06-05T23:16:48.3637771Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:16:48.3638389Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:16:48.3639115Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:16:48.3639723Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:16:48.3640197Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:16:48.3640949Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) 2025-06-05T23:16:48.3641838Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:16:48.3642491Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:16:48.3643172Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:16:48.3643836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 236.6 MB/s eta 0:00:00 2025-06-05T23:16:48.3644607Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:16:48.3645376Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:16:48.3646020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 175.2 MB/s eta 0:00:00 2025-06-05T23:16:48.3646588Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:16:48.3647305Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-06-05T23:16:48.3648174Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:16:48.3648931Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:16:48.3649671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 138.0 MB/s eta 0:00:00 2025-06-05T23:16:48.3650358Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:16:48.3652941Z  DEPRECATION: Building 'antlr4-python3-runtime' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'antlr4-python3-runtime'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:16:48.3655169Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2025-06-05T23:16:48.3656385Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=b4b1edba6ab08ee09c1517d1bac7087b5039fe4e64468e532f1deb7332c6b2e2 2025-06-05T23:16:48.3657613Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:16:48.3658262Z Successfully built antlr4-python3-runtime 2025-06-05T23:16:48.3659762Z Installing collected packages: sentencepiece, antlr4-python3-runtime, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, cmake, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, timm, datasets, torchtune 2025-06-05T23:16:48.3661244Z [?25l 2025-06-05T23:16:57.5491607Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:16:57.5492849Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:16:57.5493988Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:16:57.5495308Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:16:57.5496420Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:16:57.5497594Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:16:57.5498682Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:16:57.5499785Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:16:57.5500861Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:16:57.5518823Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:16:57.5519643Z  Attempting uninstall: fsspec 2025-06-05T23:16:57.5520507Z ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:16:57.5521832Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:16:57.5523033Z ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:16:57.5523915Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:16:57.5524820Z ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:16:57.5525724Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:16:57.5526729Z ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:16:57.5527802Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:16:57.5528868Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 12/27 [dill] 2025-06-05T23:16:57.5529894Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:16:57.5530995Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:16:57.5532110Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:16:57.5533210Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:16:57.5534315Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:16:57.5535456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:16:57.5536542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 22/27 [torchdata] 2025-06-05T23:16:57.5537386Z  Attempting uninstall: timm 2025-06-05T23:16:57.5538228Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 22/27 [torchdata] 2025-06-05T23:16:57.5539101Z  Found existing installation: timm 0.6.13 2025-06-05T23:16:57.5540083Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 22/27 [torchdata] 2025-06-05T23:16:57.5541138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:16:57.5541915Z  Uninstalling timm-0.6.13: 2025-06-05T23:16:57.5542779Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:16:57.5543648Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:16:57.5544561Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:16:57.5545564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:16:57.5546578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:16:57.5547572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:16:57.5548995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:16:57.5550231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:16:57.5551352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:16:57.5552351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:16:57.5553050Z [?25h 2025-06-05T23:16:57.5557206Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 psutil-7.0.0 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:16:57.5561034Z Processing ./third-party/ao 2025-06-05T23:16:57.5561756Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:16:57.5562532Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:16:57.5563343Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:16:57.5565026Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:16:57.5567143Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:16:57.5569241Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:16:57.5571358Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:16:57.5573557Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:16:57.5576044Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:17:05.3814364Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:17:05.3815691Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:17:05.3817003Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:17:05.3819046Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:17:05.3820451Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:17:05.3821841Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:17:05.3823228Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:17:05.3824652Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:17:05.3826022Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:17:05.3827430Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:17:05.3828955Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:17:05.3829909Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:17:05.3832456Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:17:05.3834602Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:17:05.3835739Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=ca00958009aff19871511b8041c102fc29959727c74069e61ec9e2c9c5939756 2025-06-05T23:17:05.3836929Z Stored in directory: /tmp/pip-ephem-wheel-cache-ptuwxglt/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:17:05.3837828Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:17:05.3839042Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=a884019e4d7fee25310c2ab784916b676bf4f922a22d6589b9428f885ca1473f 2025-06-05T23:17:05.3840238Z Stored in directory: /tmp/pip-ephem-wheel-cache-ptuwxglt/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:17:05.3840950Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:17:05.3841358Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:17:05.3841747Z [?25l 2025-06-05T23:17:05.3842184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:17:05.3842695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:17:05.3843361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:17:05.3843893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:17:05.3844288Z [?25h 2025-06-05T23:17:05.3844770Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:17:05.3845402Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:17:05.3846242Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:17:05.3846833Z Processing /pytorch/executorch 2025-06-05T23:17:05.3847177Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:17:05.3848125Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:17:05.3849010Z !! 2025-06-05T23:17:05.3849117Z 2025-06-05T23:17:05.3849253Z ******************************************************************************** 2025-06-05T23:17:05.3850071Z 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). 2025-06-05T23:17:05.3850774Z 2025-06-05T23:17:05.3850988Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:17:05.3851445Z or your builds will no longer be supported. 2025-06-05T23:17:05.3851691Z 2025-06-05T23:17:05.3852036Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:17:05.3852610Z ******************************************************************************** 2025-06-05T23:17:05.3852840Z 2025-06-05T23:17:05.3852917Z !! 2025-06-05T23:17:05.3853129Z corresp(dist, value, root_dir) 2025-06-05T23:17:05.3854004Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:17:05.3854832Z !! 2025-06-05T23:17:05.3854936Z 2025-06-05T23:17:05.3855068Z ******************************************************************************** 2025-06-05T23:17:05.3855591Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:17:05.3856019Z 2025-06-05T23:17:05.3856170Z License :: OSI Approved :: BSD License 2025-06-05T23:17:05.3856390Z 2025-06-05T23:17:05.3856736Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:17:05.3857315Z ******************************************************************************** 2025-06-05T23:17:05.3857545Z 2025-06-05T23:17:05.3857636Z !! 2025-06-05T23:17:05.3857848Z dist._finalize_license_expression() 2025-06-05T23:17:05.3858606Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:17:05.3859327Z !! 2025-06-05T23:17:05.3859445Z 2025-06-05T23:17:05.3859566Z ******************************************************************************** 2025-06-05T23:17:05.3860099Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:17:05.3860511Z 2025-06-05T23:17:05.3860629Z License :: OSI Approved :: BSD License 2025-06-05T23:17:05.3860862Z 2025-06-05T23:17:05.3861204Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:17:05.3861764Z ******************************************************************************** 2025-06-05T23:17:05.3862009Z 2025-06-05T23:17:05.3862085Z !! 2025-06-05T23:17:05.3862308Z self._finalize_license_expression() 2025-06-05T23:17:05.3862597Z running dist_info 2025-06-05T23:17:05.3862946Z creating /tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info 2025-06-05T23:17:05.3863490Z writing /tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info/PKG-INFO 2025-06-05T23:17:05.3864204Z writing dependency_links to /tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info/dependency_links.txt 2025-06-05T23:17:05.3864988Z writing entry points to /tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info/entry_points.txt 2025-06-05T23:17:05.3865839Z writing requirements to /tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info/requires.txt 2025-06-05T23:17:05.3866894Z writing top-level names to /tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info/top_level.txt 2025-06-05T23:17:05.3867704Z writing manifest file '/tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info/SOURCES.txt' 2025-06-05T23:17:05.3868485Z reading manifest file '/tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info/SOURCES.txt' 2025-06-05T23:17:05.3868992Z adding license file 'LICENSE' 2025-06-05T23:17:05.3869473Z writing manifest file '/tmp/pip-modern-metadata-zpna7v5g/executorch.egg-info/SOURCES.txt' 2025-06-05T23:17:05.3870156Z creating '/tmp/pip-modern-metadata-zpna7v5g/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:17:05.3870837Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:17:05.3871613Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:17:05.3872409Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:17:05.3873633Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-06-05T23:17:05.3874912Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:17:05.3875780Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:17:06.3961468Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:17:06.3962961Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:17:06.3964214Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:17:06.3965527Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:17:06.3967048Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:17:06.3968397Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:17:06.3969338Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.3970773Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:17:06.3972076Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:17:06.3972672Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.3974073Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:17:06.3975510Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:17:06.3976390Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:17:06.3977518Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:17:06.3978693Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:17:06.3979730Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.3981073Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:17:06.3982374Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:17:06.3983280Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:17:06.3984186Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.3985584Z Obtaining dependency information for coremltools==8.3 from https://files.pythonhosted.org/packages/c4/c9/f602c2a7861a9e8a2555a083d9558d37d8811515bacd597eb3b40ba7757d/coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata 2025-06-05T23:17:06.3987042Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:17:06.3987789Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.3989184Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/fa/b1/b59d405d64d31999244643d88c45c8241c58f17cc887e73bcb90602327f8/protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata 2025-06-05T23:17:06.3990544Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:17:06.3991528Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:17:06.3992730Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:17:06.3993650Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.3994805Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:17:06.3995925Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:17:06.3996441Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.3997627Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:17:06.3998727Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:17:06.3999625Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:17:06.4000857Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:17:06.4002047Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:17:06.4003299Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.7.0a0+bd57234) (1.17.0) 2025-06-05T23:17:06.4004691Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:17:06.4006021Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.7.0a0+bd57234) (2.4.0) 2025-06-05T23:17:06.4007233Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:17:06.4008430Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:17:06.4009626Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:17:06.4010403Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.4011488Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:17:06.4012630Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:17:06.4013452Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:17:06.4014306Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:17:06.4015499Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-06-05T23:17:06.4016657Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:17:06.4017540Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.7.0a0+bd57234) (0.2.12) 2025-06-05T23:17:06.4018512Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:17:06.4019391Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:17:06.4020063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 110.6 MB/s eta 0:00:00 2025-06-05T23:17:06.4020710Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:17:06.4021228Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:17:06.4021680Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:17:06.4022128Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:17:06.4022575Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:17:06.4023018Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:17:06.4023434Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:17:06.4023832Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:17:06.4024233Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:17:06.4024618Z Building wheels for collected packages: executorch 2025-06-05T23:17:06.4025059Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:17:06.4026052Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:17:06.4026939Z !! 2025-06-05T23:17:06.4027046Z 2025-06-05T23:17:06.4027181Z ******************************************************************************** 2025-06-05T23:17:06.4028059Z 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). 2025-06-05T23:17:06.4028761Z 2025-06-05T23:17:08.1237412Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:17:08.1238159Z or your builds will no longer be supported. 2025-06-05T23:17:08.1238490Z 2025-06-05T23:17:08.1238986Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:17:08.1239856Z ******************************************************************************** 2025-06-05T23:17:08.1240188Z 2025-06-05T23:17:08.1240312Z !! 2025-06-05T23:17:08.1240929Z corresp(dist, value, root_dir) 2025-06-05T23:17:08.1242407Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:17:08.1243865Z !! 2025-06-05T23:17:08.1244040Z 2025-06-05T23:17:08.1244205Z ******************************************************************************** 2025-06-05T23:17:08.1244879Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:17:08.1245292Z 2025-06-05T23:17:08.1245444Z License :: OSI Approved :: BSD License 2025-06-05T23:17:08.1245664Z 2025-06-05T23:17:08.1246029Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:17:08.1246595Z ******************************************************************************** 2025-06-05T23:17:08.1246847Z 2025-06-05T23:17:08.1246926Z !! 2025-06-05T23:17:08.1247158Z dist._finalize_license_expression() 2025-06-05T23:17:08.1247917Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:17:08.1248653Z !! 2025-06-05T23:17:08.1248754Z 2025-06-05T23:17:08.1248870Z ******************************************************************************** 2025-06-05T23:17:08.1249407Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:17:08.1249816Z 2025-06-05T23:17:08.1250004Z License :: OSI Approved :: BSD License 2025-06-05T23:17:08.1250224Z 2025-06-05T23:17:08.1250576Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:17:08.1251138Z ******************************************************************************** 2025-06-05T23:17:08.1251385Z 2025-06-05T23:17:08.1251460Z !! 2025-06-05T23:17:08.1251672Z self._finalize_license_expression() 2025-06-05T23:17:08.1251978Z running bdist_wheel 2025-06-05T23:17:08.1252198Z running build 2025-06-05T23:17:08.1252441Z command options for 'CustomBuild': 2025-06-05T23:17:08.1252738Z build_base = pip-out 2025-06-05T23:17:08.1252991Z build_purelib = pip-out/lib 2025-06-05T23:17:08.1253326Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:17:08.1253711Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:17:08.1254068Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:17:08.1254414Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:17:08.1254762Z plat_name = linux-x86_64 2025-06-05T23:17:08.1255014Z compiler = None 2025-06-05T23:17:08.1255241Z parallel = None 2025-06-05T23:17:08.1255462Z debug = None 2025-06-05T23:17:08.1255672Z force = None 2025-06-05T23:17:08.1255935Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:17:08.1256421Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:17:08.1257049Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:17:08.1257506Z Preset CMake variables: 2025-06-05T23:17:08.1257683Z 2025-06-05T23:17:08.1257791Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:17:08.1258259Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:17:08.1258650Z 2025-06-05T23:17:08.1258791Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:17:08.1259179Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:17:08.1259521Z -- Detecting C compiler ABI info 2025-06-05T23:17:08.1259835Z -- Detecting C compiler ABI info - done 2025-06-05T23:17:08.1260216Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:17:08.1260602Z -- Detecting C compile features 2025-06-05T23:17:08.1260898Z -- Detecting C compile features - done 2025-06-05T23:17:08.1261220Z -- Detecting CXX compiler ABI info 2025-06-05T23:17:08.1261663Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:17:08.1262170Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:17:08.1262568Z -- Detecting CXX compile features 2025-06-05T23:17:08.1262875Z -- Detecting CXX compile features - done 2025-06-05T23:17:08.1263334Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:17:08.1263779Z -- --- Configured Options --- 2025-06-05T23:17:08.1263974Z 2025-06-05T23:17:08.1264094Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:17:08.1264443Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:17:08.1264810Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:17:08.1265242Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:17:08.1265669Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:17:08.1266033Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:17:08.1266428Z -- BUCK2 : 2025-06-05T23:17:08.1267286Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:17:08.1267867Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:17:08.1268228Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:17:08.1268602Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:17:08.1268967Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:17:08.1269510Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:17:08.1270040Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:17:08.1270413Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:17:08.1270771Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:17:08.1271129Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:17:08.1271492Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:17:08.1271839Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:17:08.1272202Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:17:08.1272551Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:17:08.1272917Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:17:08.1273271Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:17:08.1273634Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:17:08.1273985Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:17:08.1274349Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:17:08.1274710Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:17:08.1275063Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:17:08.1275437Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:17:08.1275785Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:17:08.1276141Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:17:08.1276481Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:17:08.1276837Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:17:08.1277171Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:17:08.1277528Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:17:08.1277893Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:17:08.1278239Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:17:08.1278590Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:17:08.1278924Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:17:08.1279276Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:17:08.1279618Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:17:08.1279970Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:17:08.1280321Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:17:08.1280823Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:17:08.1281179Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:17:08.1281595Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:17:08.1281954Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:17:08.1282289Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:17:08.1282653Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:17:08.1283008Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:17:08.1283369Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:17:08.1283728Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:17:08.1284085Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:17:08.1284450Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:17:08.1284801Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:17:08.1285134Z -- -------------------------- 2025-06-05T23:17:08.1285551Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:17:08.1286245Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:17:08.1286896Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:08.1287297Z CMake. 2025-06-05T23:17:08.1287411Z 2025-06-05T23:17:08.1287639Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:08.1288176Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:08.1288653Z to work with policies introduced by or earlier. 2025-06-05T23:17:08.1288905Z 2025-06-05T23:17:08.1288909Z 2025-06-05T23:17:08.1289001Z -- pybind11 v2.13.6 2025-06-05T23:17:08.1289558Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:17:08.1290265Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:17:08.1290669Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:17:08.1290990Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:17:08.1291501Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:17:08.1292137Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:08.1292537Z CMake. 2025-06-05T23:17:08.1292660Z 2025-06-05T23:17:08.1292878Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:08.1293426Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:08.1293889Z to work with policies introduced by or earlier. 2025-06-05T23:17:08.1294150Z 2025-06-05T23:17:08.1294154Z 2025-06-05T23:17:08.1294320Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:17:08.1294756Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:17:08.1295155Z -- Setting Clang compiler options 2025-06-05T23:17:08.1295859Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:17:08.1296822Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:17:08.1297532Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:08.1297934Z CMake. 2025-06-05T23:17:08.1298060Z 2025-06-05T23:17:08.1298279Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:08.1298832Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:08.1299298Z to work with policies introduced by or earlier. 2025-06-05T23:17:08.1299558Z 2025-06-05T23:17:08.1299562Z 2025-06-05T23:17:08.1299941Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:17:08.1300745Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:08.1301216Z CMake. 2025-06-05T23:17:21.9058648Z 2025-06-05T23:17:21.9059264Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:21.9059987Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:21.9060663Z to work with policies introduced by or earlier. 2025-06-05T23:17:21.9061021Z 2025-06-05T23:17:21.9061050Z 2025-06-05T23:17:21.9061218Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:17:21.9061605Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:17:21.9062178Z -- Found Threads: TRUE 2025-06-05T23:17:21.9062904Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:17:21.9064052Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:21.9064507Z CMake. 2025-06-05T23:17:21.9064622Z 2025-06-05T23:17:21.9064851Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:21.9065403Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:21.9065870Z to work with policies introduced by or earlier. 2025-06-05T23:17:21.9066135Z 2025-06-05T23:17:21.9066139Z 2025-06-05T23:17:21.9066274Z -- Resolved buck2 as buck2. 2025-06-05T23:17:21.9066549Z -- Killing buck2 daemon 2025-06-05T23:17:21.9066999Z 'buck2 killall' 2025-06-05T23:17:21.9067343Z -- executorch: Generating source lists 2025-06-05T23:17:21.9068532Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:17:21.9069728Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:17:21.9070752Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:17:21.9071432Z -- Generating operator lib: 2025-06-05T23:17:21.9071719Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:17:21.9072113Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:17:21.9072529Z -- ROOT_OPS: 2025-06-05T23:17:21.9072755Z -- INCLUDE_ALL_OPS: 2025-06-05T23:17:21.9074048Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:17:21.9075407Z -- Generating kernel bindings: 2025-06-05T23:17:21.9075685Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:17:21.9076094Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:17:21.9076534Z -- CUSTOM_OPS_YAML: 2025-06-05T23:17:21.9076783Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:17:21.9078847Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:17:21.9080994Z -- Generating operator lib: 2025-06-05T23:17:21.9081272Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:17:21.9081571Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:17:21.9081858Z -- DEPS: executorch_core 2025-06-05T23:17:21.9082137Z -- Generating operator lib: 2025-06-05T23:17:21.9082410Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:17:21.9082832Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:17:21.9083469Z -- ROOT_OPS: 2025-06-05T23:17:21.9083690Z -- INCLUDE_ALL_OPS: 2025-06-05T23:17:21.9085097Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:17:21.9086458Z -- Generating kernel bindings: 2025-06-05T23:17:21.9086756Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:17:21.9087167Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:17:21.9087599Z -- CUSTOM_OPS_YAML: 2025-06-05T23:17:21.9087863Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:17:21.9089787Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:17:21.9091739Z -- Generating operator lib: 2025-06-05T23:17:21.9092012Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:17:21.9092311Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:17:21.9092611Z -- DEPS: executorch_core 2025-06-05T23:17:21.9092873Z -- Merging kernel yaml files: 2025-06-05T23:17:21.9093361Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:17:21.9094058Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:17:21.9094788Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:17:21.9095358Z -- Generating operator lib: 2025-06-05T23:17:21.9095726Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:17:21.9096505Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:17:21.9097155Z -- ROOT_OPS: 2025-06-05T23:17:21.9097389Z -- INCLUDE_ALL_OPS: 2025-06-05T23:17:21.9099062Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:17:21.9101106Z -- Generating kernel bindings: 2025-06-05T23:17:21.9101425Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:17:21.9102118Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:17:21.9102992Z -- CUSTOM_OPS_YAML: 2025-06-05T23:17:21.9103296Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:17:21.9105763Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:17:21.9108060Z -- Generating operator lib: 2025-06-05T23:17:21.9108385Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:17:21.9109016Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:17:21.9109593Z -- DEPS: executorch_core 2025-06-05T23:17:21.9110090Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:17:21.9110793Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:21.9111209Z CMake. 2025-06-05T23:17:21.9111322Z 2025-06-05T23:17:21.9111823Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:21.9112520Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:21.9113091Z to work with policies introduced by or earlier. 2025-06-05T23:17:21.9113513Z 2025-06-05T23:17:21.9113518Z 2025-06-05T23:17:21.9113628Z -- Looking for C++ include unistd.h 2025-06-05T23:17:21.9113956Z -- Looking for C++ include unistd.h - found 2025-06-05T23:17:21.9114324Z -- Looking for C++ include stdint.h 2025-06-05T23:17:21.9114648Z -- Looking for C++ include stdint.h - found 2025-06-05T23:17:21.9114978Z -- Looking for C++ include inttypes.h 2025-06-05T23:17:21.9115300Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:17:21.9115635Z -- Looking for C++ include sys/types.h 2025-06-05T23:17:21.9115956Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:17:21.9116291Z -- Looking for C++ include sys/stat.h 2025-06-05T23:17:21.9116610Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:17:21.9116942Z -- Looking for C++ include fnmatch.h 2025-06-05T23:17:21.9117259Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:17:21.9117586Z -- Looking for C++ include stddef.h 2025-06-05T23:17:21.9117908Z -- Looking for C++ include stddef.h - found 2025-06-05T23:17:21.9118214Z -- Check size of uint32_t 2025-06-05T23:17:21.9118485Z -- Check size of uint32_t - done 2025-06-05T23:17:21.9118759Z -- Looking for strtoll 2025-06-05T23:17:21.9119019Z -- Looking for strtoll - found 2025-06-05T23:17:21.9119405Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:17:21.9119843Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:17:21.9120177Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:17:21.9120785Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:17:21.9121366Z -- Generating microkernels.cmake 2025-06-05T23:17:21.9121735Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:17:21.9122158Z No microkernel found in src/reference/packing.cc 2025-06-05T23:17:21.9122567Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:17:21.9123316Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:17:21.9124003Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:17:21.9124342Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:17:21.9124665Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:17:21.9125054Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:17:21.9125488Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:17:21.9125865Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:17:21.9126554Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-06-05T23:17:21.9127251Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:17:21.9127616Z Call Stack (most recent call first): 2025-06-05T23:17:21.9128298Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-06-05T23:17:21.9128995Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:17:21.9129343Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:17:21.9129556Z 2025-06-05T23:17:21.9129560Z 2025-06-05T23:17:21.9129840Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:17:22.6607111Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:17:22.6608692Z -- Generating operator lib: 2025-06-05T23:17:22.6609196Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:17:22.6610257Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:17:22.6611022Z -- ROOT_OPS: 2025-06-05T23:17:22.6611559Z -- INCLUDE_ALL_OPS: 2025-06-05T23:17:22.6613983Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:17:22.6616630Z -- Generating kernel bindings: 2025-06-05T23:17:22.6617122Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:17:22.6617577Z -- FUNCTIONS_YAML: 2025-06-05T23:17:22.6618132Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:17:22.6618908Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:17:22.6625604Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:17:22.6632820Z -- Generating operator lib: 2025-06-05T23:17:22.6633337Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:17:22.6633877Z -- OPS_SCHEMA_YAML: 2025-06-05T23:17:22.6638724Z -- 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 2025-06-05T23:17:22.6643323Z -- INCLUDE_ALL_OPS: 2025-06-05T23:17:22.6649399Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/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" 2025-06-05T23:17:22.6655443Z -- Generating kernel bindings: 2025-06-05T23:17:22.6655937Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:17:22.6656420Z -- FUNCTIONS_YAML: 2025-06-05T23:17:22.6657035Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:17:22.6657764Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:17:22.6658284Z -- Generating custom ops aot lib: 2025-06-05T23:17:22.6658793Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:17:22.6659688Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:17:22.6661059Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:17:22.6662718Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:17:22.6664100Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:17:22.6665408Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:17:22.6666927Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:17:22.6668356Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:17:22.6669708Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:17:22.6671193Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:17:22.6672536Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:17:22.6673878Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:17:22.6675276Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:17:22.6676262Z -- Generating operator lib: 2025-06-05T23:17:22.6676741Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:17:22.6677445Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:17:22.6678143Z -- ROOT_OPS: 2025-06-05T23:17:22.6678527Z -- INCLUDE_ALL_OPS: 2025-06-05T23:17:22.6680801Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:17:22.6683455Z -- Generating kernel bindings: 2025-06-05T23:17:22.6683969Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:17:22.6684424Z -- FUNCTIONS_YAML: 2025-06-05T23:17:22.6684963Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:17:22.6685625Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:17:22.6686081Z -- Generating operator lib: 2025-06-05T23:17:22.6686513Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:17:22.6687043Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:17:22.6687515Z -- DEPS: portable_lib 2025-06-05T23:17:22.6687909Z -- Generating operator lib: 2025-06-05T23:17:22.6688315Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:17:22.6688759Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:17:22.6689192Z -- DEPS: executorch_core 2025-06-05T23:17:22.6689594Z -- Configuring done (15.3s) 2025-06-05T23:17:22.6690022Z -- Generating done (0.4s) 2025-06-05T23:17:22.6690774Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:17:22.6692693Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --config=Release --target portable_lib --target executorchcoreml --target custom_ops_aot_lib --target quantized_ops_aot_lib 2025-06-05T23:17:22.6694362Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:17:22.6695433Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:17:22.6696473Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:17:22.6697696Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:17:22.6699257Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:17:22.6700944Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:17:22.6702568Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:17:22.6703724Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:17:22.6704429Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:17:22.6705069Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:17:22.6705721Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:17:22.6706388Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:17:22.6707022Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:17:22.6707856Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:17:22.6708491Z CMake Warning: 2025-06-05T23:17:22.6709001Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:17:22.6709499Z 2025-06-05T23:17:22.6709505Z 2025-06-05T23:17:22.6709912Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:17:22.6710861Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:22.6711571Z CMake. 2025-06-05T23:17:22.6711760Z 2025-06-05T23:17:22.6712133Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:22.6713071Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:22.6713895Z to work with policies introduced by or earlier. 2025-06-05T23:17:22.6714323Z 2025-06-05T23:17:22.6714329Z 2025-06-05T23:17:22.6714666Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:17:22.6715333Z CMake Warning: 2025-06-05T23:17:22.6715820Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:17:22.6716309Z 2025-06-05T23:17:22.6716315Z 2025-06-05T23:17:22.6716538Z fatal: No names found, cannot describe anything. 2025-06-05T23:17:22.6717187Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:17:22.6717814Z git describe failed with exit code: 128 2025-06-05T23:17:22.6718179Z 2025-06-05T23:17:22.6718464Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:17:22.6719097Z Call Stack (most recent call first): 2025-06-05T23:17:22.6719621Z CMakeLists.txt:5 (include) 2025-06-05T23:17:22.6719923Z 2025-06-05T23:17:22.6719929Z 2025-06-05T23:17:22.6720118Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:17:23.6860898Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:17:23.6862306Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:17:23.6863347Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:17:23.6864375Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:17:23.6865182Z -- Detecting C compiler ABI info 2025-06-05T23:17:23.6865870Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:17:23.6866906Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:17:23.6867796Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:17:23.6868575Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:17:23.6869151Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:17:23.6869751Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:17:23.6870305Z -- Detecting CXX compiler ABI info 2025-06-05T23:17:23.6870640Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:17:23.6871211Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:17:23.6872256Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:17:23.6872809Z [ 2%] Built target pthreadpool 2025-06-05T23:17:23.6873350Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:17:23.6874197Z -- Detecting C compiler ABI info - done 2025-06-05T23:17:23.6875151Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:17:23.6876262Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:17:23.6876681Z -- Detecting C compile features 2025-06-05T23:17:23.6876980Z -- Detecting C compile features - done 2025-06-05T23:17:23.6877367Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:17:23.6877809Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:17:23.6878212Z -- Setting Clang compiler options 2025-06-05T23:17:23.6878904Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:17:23.6879832Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:17:23.6880374Z -- Configuring done (0.3s) 2025-06-05T23:17:23.6880928Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:17:23.6881523Z -- Generating done (0.0s) 2025-06-05T23:17:23.6882321Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:17:23.6883388Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:17:23.6883974Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:17:23.6884643Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:17:23.6885416Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:17:23.6886434Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:17:23.6887229Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:17:23.6887622Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:17:23.6888025Z -- Detecting CXX compile features 2025-06-05T23:17:23.6888342Z -- Detecting CXX compile features - done 2025-06-05T23:17:23.6888751Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:17:23.6889459Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:17:23.6890236Z [ 12%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:17:23.6890730Z -- Looking for strtof_l 2025-06-05T23:17:23.6891286Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:17:23.6891997Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:17:23.6892619Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:17:23.6893615Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:17:23.6894785Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:17:23.6896189Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:17:23.6897801Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:17:23.6899169Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:17:23.6899888Z [ 30%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:17:23.6900794Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-06-05T23:17:23.6901823Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:17:23.6902662Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:17:23.6903153Z -- Looking for strtof_l - found 2025-06-05T23:17:23.6903438Z -- Looking for strtoull_l 2025-06-05T23:17:23.6903921Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:17:23.6905080Z [ 39%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:17:23.6905852Z [ 39%] Built target flatccrt 2025-06-05T23:17:23.6906286Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:17:23.6907046Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:17:23.6907723Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:17:23.6908497Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:17:23.6909567Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:17:23.6910799Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:17:23.6912009Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:17:23.6913031Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:17:23.6913690Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:17:23.6914354Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:17:23.6914921Z -- Looking for strtoull_l - found 2025-06-05T23:17:23.6915221Z -- Looking for realpath 2025-06-05T23:17:23.6915597Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:17:23.6916274Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:17:23.6916952Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:17:23.6917594Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:17:23.6918608Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:17:23.6919462Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:17:23.6920246Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:17:23.6921435Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:17:23.6922787Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:17:23.6923718Z [ 3%] Linking C static library libcpuinfo.a 2025-06-05T23:17:23.6924246Z [ 3%] Built target cpuinfo 2025-06-05T23:17:23.6925064Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:17:23.6926454Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:17:23.6927862Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:17:23.6928830Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:17:23.6929788Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:17:23.6930607Z -- Looking for realpath - found 2025-06-05T23:17:23.6931226Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:17:23.6932782Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-06-05T23:17:23.6934261Z -- Configuring done (1.0s) 2025-06-05T23:17:23.6934737Z -- Generating done (0.0s) 2025-06-05T23:17:23.6936417Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:17:23.6938308Z [ 3%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:17:23.6939426Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:17:24.4310684Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:17:24.4313199Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:17:24.4314432Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:17:24.4316666Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:17:24.4318845Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:17:24.4320680Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-06-05T23:17:24.4322612Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:17:24.4324094Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:17:24.4325681Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:17:24.4327056Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:17:24.4328257Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:17:24.4329676Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:17:24.4331306Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:17:24.4333198Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-06-05T23:17:24.4335005Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:17:24.4336462Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:17:24.4337991Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:17:24.4339382Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:17:24.4341139Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-06-05T23:17:24.4342776Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:17:24.4343550Z [ 4%] Built target logging 2025-06-05T23:17:24.4344809Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:17:24.4346776Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:17:24.4348653Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:17:24.4350676Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:17:24.4352630Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:17:24.4353932Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:17:24.4354761Z [ 7%] Built target indirection 2025-06-05T23:17:24.4355571Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:17:24.4356471Z [ 7%] Built target microparams-init 2025-06-05T23:17:24.4357973Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-06-05T23:17:24.4359468Z [ 7%] Built target normalization 2025-06-05T23:17:24.4360919Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-06-05T23:17:24.4362921Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:17:24.4364591Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:17:24.4365877Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:17:24.4367232Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:17:24.4368376Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:17:24.4369396Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:17:24.4371293Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:17:24.4373490Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:17:24.4374883Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:17:24.4375795Z [ 7%] Built target allocator 2025-06-05T23:17:24.4376766Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:17:24.4377867Z [ 7%] Built target packing 2025-06-05T23:17:24.4378838Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:17:24.4380336Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:17:24.4381336Z [ 93%] Built target flatcc 2025-06-05T23:17:24.4382032Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:17:24.4383306Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:17:24.4384791Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:17:24.4386034Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:17:24.4386786Z [ 7%] Built target cache 2025-06-05T23:17:24.4387692Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:17:24.4389261Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:17:24.4390807Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:17:24.4393391Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:17:24.4395320Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:17:24.4396089Z [ 7%] Built target datatype 2025-06-05T23:17:24.4397285Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:17:24.4398523Z [100%] Built target flatcc_cli 2025-06-05T23:17:24.4399575Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:17:24.4400716Z [ 7%] Built target memory 2025-06-05T23:17:24.4401353Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:17:24.4402195Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:17:24.4402890Z [ 21%] Built target flatccrt 2025-06-05T23:17:24.4403392Z [ 7%] Built target microkernel-utils 2025-06-05T23:17:24.4403987Z [ 93%] Built target flatcc 2025-06-05T23:17:24.4404871Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:17:24.4405841Z [100%] Built target flatcc_cli 2025-06-05T23:17:24.4406398Z [ 7%] Linking CXX static library libeigen_blas.a 2025-06-05T23:17:24.4407021Z Install the project... 2025-06-05T23:17:24.4407493Z -- Install configuration: "" 2025-06-05T23:17:24.4408763Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:17:24.4410944Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:17:24.4413296Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:17:24.4415734Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:17:24.4417969Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:17:24.4420212Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:17:24.4422465Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:17:24.4424825Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:17:24.4427126Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:17:24.4429639Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:17:24.4431836Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:17:24.4433990Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:17:24.4444121Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:17:24.4446367Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:17:24.4448866Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:17:24.4452378Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:17:24.4456533Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:17:24.4460656Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:17:24.4464020Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:17:24.4468422Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:17:24.4472415Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:17:24.4475732Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:17:24.4477842Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:17:24.4480052Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:17:24.4482436Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:17:24.4484770Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:17:24.4487180Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:17:24.4489568Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:17:24.4491836Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:17:24.4494171Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:17:24.4496539Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:17:24.4499028Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:17:24.4501508Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:17:24.4505181Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:17:24.4508088Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:17:24.4510540Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:17:24.4513404Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:17:24.4515887Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:17:24.4518354Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:17:24.4520729Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:17:24.4523000Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:17:24.4525196Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:17:24.4527507Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:17:24.4529927Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:17:24.4532362Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:17:24.4534817Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:17:24.4537246Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:17:24.4539641Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:17:24.4542021Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:17:24.4544278Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:17:24.4546607Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:17:24.4549079Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:17:24.4550815Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:17:24.4552084Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:17:24.4553318Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:17:24.4554573Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:17:24.4555848Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:17:24.4557159Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:17:24.4559297Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:17:24.4560792Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:17:24.4562068Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:17:24.4563811Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:17:24.4566026Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:17:25.3361540Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:17:25.3365288Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:17:25.3367847Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:17:25.3370368Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:17:25.3373177Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:17:25.3375992Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:17:25.3378749Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:17:25.3381450Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:17:25.3383953Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:17:25.3386280Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:17:25.3388739Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:17:25.3391200Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:17:25.3393788Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:17:25.3396265Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:17:25.3398615Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:17:25.3400803Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:17:25.3402928Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:17:25.3404731Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:17:25.3406820Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:17:25.3408429Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:17:25.3409044Z [ 7%] Built target flatcc_external_project 2025-06-05T23:17:25.3409838Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:17:25.3410591Z [ 7%] Built target mutex 2025-06-05T23:17:25.3411051Z [ 7%] Built target eigen_blas 2025-06-05T23:17:25.3412319Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:17:25.3414238Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:17:25.3415604Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:17:25.3417205Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:17:25.3418601Z [ 7%] Built target operator-utils 2025-06-05T23:17:25.3419306Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:17:25.3421141Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:17:25.3423805Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-06-05T23:17:25.3425919Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:17:25.3427242Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:17:25.3428126Z [ 7%] Built target reference-ukernels 2025-06-05T23:17:25.3428907Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:17:25.3429836Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:17:25.3431578Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-06-05T23:17:25.3433366Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:17:25.3434347Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:17:25.3435112Z [ 7%] Built target operator-run 2025-06-05T23:17:25.3436606Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-06-05T23:17:25.3438350Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:17:25.3439487Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:17:25.3440609Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:17:25.3453861Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:17:25.3456064Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:17:25.3458409Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:17:25.3460743Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:17:25.3462629Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:17:25.3463794Z [ 7%] Built target hardware-config 2025-06-05T23:17:25.3465005Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:17:25.3466372Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:17:25.3468177Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:17:25.3469833Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:17:25.3471381Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:17:25.3473269Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:17:25.3475293Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:17:25.3477481Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:17:25.3479469Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:17:25.3480694Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:17:25.3482702Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:17:25.3485641Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:17:25.3487941Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:17:25.3489740Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:17:25.3492295Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:17:25.3494352Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:17:25.3496417Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:17:25.3497707Z [ 9%] Built target flatccrt 2025-06-05T23:17:25.3498882Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:17:25.3500359Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:17:25.3501338Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:17:26.5900975Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-06-05T23:17:26.5903000Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:17:26.5904880Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-06-05T23:17:26.5906981Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-06-05T23:17:26.5908585Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:17:26.5909403Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:17:26.5910671Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:17:26.5912912Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:17:26.5914992Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:17:26.5916417Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:17:26.5917705Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:17:26.5919044Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:17:26.5919964Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:17:26.5920787Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:17:26.5922069Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:17:26.5923933Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:17:26.5925876Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-06-05T23:17:26.5927788Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-06-05T23:17:26.5929680Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-06-05T23:17:26.5931525Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:17:26.5933342Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:17:26.5934739Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:17:26.5936203Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-06-05T23:17:26.5938137Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:17:26.5940049Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:17:26.5941543Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:17:26.5942945Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:17:26.5944323Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:17:26.5945381Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:17:26.5946879Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-06-05T23:17:26.5948784Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:17:26.5950580Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-06-05T23:17:26.5952093Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:17:26.5953210Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:17:26.5954276Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:17:26.5955574Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:17:26.5957335Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:17:26.5959130Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-06-05T23:17:26.5961019Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:17:26.5962878Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-06-05T23:17:26.5964819Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-06-05T23:17:26.5966405Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:17:26.5967973Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:17:26.5968838Z [100%] Linking CXX executable flatc 2025-06-05T23:17:26.5969821Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:17:26.5971227Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:17:26.5972697Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-06-05T23:17:26.5974157Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:17:26.5975462Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:17:26.5976936Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-06-05T23:17:26.5978458Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:17:26.5979853Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:17:26.5981303Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-06-05T23:17:26.5982920Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-06-05T23:17:26.5984519Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-06-05T23:17:26.5986093Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-06-05T23:17:26.5987722Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-06-05T23:17:26.5988802Z [ 13%] Built target operators 2025-06-05T23:17:26.5989813Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:17:26.5991379Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:17:26.5992524Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:17:26.5993594Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:17:26.5994845Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:17:26.5996654Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:17:26.5998055Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:17:26.5999367Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:17:26.6000604Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:17:26.6002200Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:17:27.3078611Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:17:27.3080999Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:17:27.3082647Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:17:27.3084177Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:17:27.3085783Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:17:27.3087656Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:17:27.3089623Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:17:27.3091429Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:17:27.3093450Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-06-05T23:17:27.3095627Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:17:27.3097367Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:17:27.3099140Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-06-05T23:17:27.3100990Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:17:27.3102827Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-06-05T23:17:27.3104558Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:17:27.3106169Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:17:27.3108079Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-06-05T23:17:27.3109962Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:17:27.3111694Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:17:27.3113488Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-06-05T23:17:27.3115318Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:17:27.3118150Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:17:27.3120242Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:17:27.3121890Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:17:27.3123579Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:17:27.3125138Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:17:27.3126889Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-06-05T23:17:27.3128792Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:17:27.3130215Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:17:27.3131592Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:17:27.3133156Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:17:27.3134828Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:17:27.3135769Z [100%] Built target flatc 2025-06-05T23:17:27.3136347Z [ 17%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:17:27.3137459Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:17:27.3139478Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-06-05T23:17:27.3142095Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-06-05T23:17:27.3144276Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:17:27.3146102Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-06-05T23:17:27.3148174Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-06-05T23:17:27.3149508Z [100%] Built target flatc 2025-06-05T23:17:27.3149972Z [ 17%] Built target subgraph 2025-06-05T23:17:27.3151218Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:17:27.3152638Z Install the project... 2025-06-05T23:17:27.3153129Z -- Install configuration: "" 2025-06-05T23:17:27.3154457Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:17:27.3156524Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:17:27.3158722Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:17:27.3161011Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:17:27.3163187Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:17:27.3164851Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:17:27.3166158Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:17:27.3167687Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:17:27.3169009Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:17:27.3171312Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:17:27.3173769Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:17:27.3176123Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:17:27.3177669Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:17:27.3178930Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:17:27.3180208Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:17:27.3181477Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-06-05T23:17:27.3183012Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:17:27.3184274Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:17:27.7778011Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:17:27.7780484Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:17:27.7782904Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:17:27.7785277Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:17:27.7787528Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:17:27.7789975Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:17:27.7792207Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:17:27.7794539Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:17:27.7796887Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:17:27.7799577Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:17:27.7801839Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:17:27.7804027Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:17:27.7806229Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:17:27.7808411Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:17:27.7810603Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:17:27.7812892Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:17:27.7815289Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:17:27.7817753Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:17:27.7820351Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:17:27.7823013Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:17:27.7825461Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:17:27.7827612Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:17:27.7830053Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:17:27.7832437Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:17:27.7834866Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-06-05T23:17:27.7836328Z [ 17%] Completed 'flatbuffers_external_project' 2025-06-05T23:17:27.7836956Z [ 17%] Built target flatbuffers_external_project 2025-06-05T23:17:27.7838416Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-06-05T23:17:27.7840578Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-06-05T23:17:27.7842781Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:17:27.7844215Z [ 18%] Generating common_schema headers 2025-06-05T23:17:27.7845559Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:17:27.7848044Z [ 19%] Generating xnnpack_schema headers 2025-06-05T23:17:27.7849527Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:17:27.7851682Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:17:27.7852979Z [ 19%] Built target common_schema 2025-06-05T23:17:27.7854342Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:17:27.7855864Z [ 19%] Built target xnnpack_schema 2025-06-05T23:17:27.7856401Z [ 19%] Generating program_schema headers 2025-06-05T23:17:27.7857862Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-06-05T23:17:27.7860249Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-06-05T23:17:27.7861681Z [ 19%] Built target program_schema 2025-06-05T23:17:27.7863084Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:17:27.7865334Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:17:27.7868192Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:17:27.7870392Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:17:27.7872541Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:17:27.7874209Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:17:27.7875420Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:17:27.7876839Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:17:27.7878975Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:17:27.7881297Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:17:27.7883369Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:17:27.7885594Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:17:27.7887440Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:17:27.7889356Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-06-05T23:17:27.7891270Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:17:27.7892569Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:17:27.7893770Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:17:27.7895032Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:17:27.7896569Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:17:29.0993309Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-06-05T23:17:29.0995229Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:17:29.0996524Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:17:29.0998400Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-06-05T23:17:29.1000358Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:17:29.1001909Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:17:29.1003771Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-06-05T23:17:29.1006251Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-06-05T23:17:29.1008687Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:17:29.1010621Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:17:29.1011967Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:17:29.1013092Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:17:29.1014937Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-06-05T23:17:29.1016837Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:17:29.1018098Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:17:29.1019951Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:17:29.1022205Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:17:29.1023984Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:17:29.1025234Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:17:29.1026528Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:17:29.1028644Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-06-05T23:17:29.1031154Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-06-05T23:17:29.1033555Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-06-05T23:17:29.1036003Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-06-05T23:17:29.1038366Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:17:29.1040728Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:17:29.1042595Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:17:29.1043240Z [ 22%] Built target executorch_core 2025-06-05T23:17:29.1044263Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:17:29.1045626Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:17:29.1046885Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:17:29.1048445Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:17:29.1050222Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:17:29.1051927Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:17:29.1054236Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:17:29.1056358Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:17:29.1058052Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:17:29.1059649Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:17:29.1061104Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:17:29.1062984Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:17:29.1064916Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:17:29.1070937Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:17:29.1072990Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-06-05T23:17:29.1075341Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:17:29.1077244Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:17:29.1079332Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-06-05T23:17:29.1081507Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:17:29.1083153Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:17:29.1084539Z [ 25%] Linking CXX static library libextension_tensor.a 2025-06-05T23:17:29.1085241Z [ 25%] Linking CXX static library libexecutorch.a 2025-06-05T23:17:29.1086340Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:17:29.1087451Z [ 25%] Built target executorch 2025-06-05T23:17:29.1088449Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:17:29.1090010Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:17:29.1091096Z [ 25%] Built target extension_tensor 2025-06-05T23:17:29.1092170Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:17:29.1094376Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-06-05T23:17:29.1097531Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-06-05T23:17:29.1099337Z [ 25%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:17:29.1100049Z [ 25%] Built target extension_data_loader 2025-06-05T23:17:29.1100653Z [ 25%] Generating bundled_program headers 2025-06-05T23:17:29.1101726Z [ 25%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:17:29.1103300Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:17:29.1104973Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:17:29.1107276Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-06-05T23:17:29.1109291Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:17:29.1109995Z [ 25%] Built target extension_threadpool 2025-06-05T23:17:29.1110573Z [ 25%] Generating etdump headers 2025-06-05T23:17:29.1111446Z [ 25%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:17:29.1112666Z [ 25%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:17:29.1114552Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:17:29.1117861Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-06-05T23:17:30.6366186Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:17:30.6370677Z [ 25%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:17:30.6372778Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:17:30.6374618Z [ 25%] Linking CXX static library libbundled_program.a 2025-06-05T23:17:30.6375300Z [ 25%] Built target bundled_program 2025-06-05T23:17:30.6376955Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-06-05T23:17:30.6379214Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:17:30.6380786Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:17:30.6382373Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:17:30.6383833Z [ 25%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:17:30.6385021Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:17:30.6387101Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:17:30.6390067Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:17:30.6392271Z [ 25%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:17:30.6394191Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:17:30.6395893Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:17:30.6397601Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:17:30.6399924Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-06-05T23:17:30.6401640Z [ 29%] Linking CXX static library libcpublas.a 2025-06-05T23:17:30.6402243Z [ 29%] Built target cpublas 2025-06-05T23:17:30.6403613Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-06-05T23:17:30.6405491Z [ 29%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:17:30.6407034Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:17:30.6408942Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-06-05T23:17:30.6410996Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:17:30.6412668Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:17:30.6414630Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-06-05T23:17:30.6416127Z [ 29%] Linking CXX static library libutil.a 2025-06-05T23:17:30.6417232Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:17:30.6418303Z [ 29%] Built target util 2025-06-05T23:17:30.6419768Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:17:30.6421826Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:17:30.6422983Z [ 29%] Linking CXX static library libetdump.a 2025-06-05T23:17:30.6423583Z [ 29%] Built target etdump 2025-06-05T23:17:30.6424644Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:17:30.6426341Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:17:30.6428518Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:17:30.6430574Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:17:30.6432205Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:17:30.6433701Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:17:30.6435643Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-06-05T23:17:30.6437904Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-06-05T23:17:30.6439830Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:17:30.6441438Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:17:30.6443492Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:17:30.6445864Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:17:30.6447468Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:17:30.6449523Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:17:30.6452102Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:17:30.6454694Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:17:30.6457162Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:17:30.6459486Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:17:30.6461468Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:17:30.6463120Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:17:30.6464763Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:17:30.6466456Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:17:30.6470201Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:17:30.6471779Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:17:30.6473665Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:17:30.6475561Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:17:30.6477560Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:17:30.6479952Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:17:30.6482288Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:17:30.6484264Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:17:30.6485877Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:17:30.6487554Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:17:30.6489265Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:17:30.6490958Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:17:30.6492920Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:17:30.6495319Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:17:32.9656108Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:17:32.9658879Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:17:32.9660442Z [ 32%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:17:32.9661637Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:17:32.9663626Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-06-05T23:17:32.9665611Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:17:32.9667005Z [ 32%] Built target kernels_util_all_deps 2025-06-05T23:17:32.9668112Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:17:32.9669539Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:17:32.9671116Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:17:32.9673112Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:17:32.9675339Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:17:32.9677575Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:17:32.9679426Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:17:32.9680826Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:17:32.9682231Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:17:32.9683722Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:17:32.9685653Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:17:32.9687522Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:17:32.9689013Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:17:32.9691101Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:17:32.9693576Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:17:32.9695591Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:17:32.9697138Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:17:32.9698744Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:17:32.9700849Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:17:32.9703455Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-06-05T23:17:32.9705481Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:17:32.9707464Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-06-05T23:17:32.9710284Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:17:32.9712304Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:17:32.9713958Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:17:32.9715889Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:17:32.9718307Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:17:32.9720226Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:17:32.9721632Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:17:32.9723597Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:17:32.9726225Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:17:32.9728377Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:17:32.9730119Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:17:32.9732226Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:17:32.9734696Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:17:32.9737107Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:17:32.9739202Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:17:32.9740919Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:17:32.9742944Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:17:32.9744766Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:17:32.9746605Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:17:32.9748731Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:17:32.9750707Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:17:32.9753031Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:17:32.9755197Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:17:32.9757559Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:17:32.9759622Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:17:32.9761270Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:17:32.9763277Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-06-05T23:17:32.9765205Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:17:32.9767209Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:17:32.9769160Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:17:32.9771105Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-06-05T23:17:32.9773431Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:17:32.9775552Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:17:32.9777597Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:17:32.9779828Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:17:32.9781609Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:17:36.2917469Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:17:36.2919561Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:17:36.2922109Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:17:36.2924838Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-06-05T23:17:36.2927075Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:17:36.2929260Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:17:36.2932092Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:17:36.2934302Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:17:36.2936054Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:17:36.2938175Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:17:36.2940256Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:17:36.2942520Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:17:36.2945030Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:17:36.2947633Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:17:36.2949835Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:17:36.2951855Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:17:36.2953726Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:17:36.2955936Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:17:36.2958621Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:17:36.2961434Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:17:36.2963707Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:17:36.2965323Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:17:36.2970244Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:17:36.2973081Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:17:36.2975732Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:17:36.2978396Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:17:36.2980880Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:17:36.2984919Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:17:36.2987476Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:17:36.2990007Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-06-05T23:17:36.2992507Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:17:36.2995164Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-06-05T23:17:36.2998273Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-06-05T23:17:36.3000877Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:17:36.3003447Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:17:36.3005610Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:17:36.3007871Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:17:36.3009978Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:17:36.3012268Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:17:36.3014472Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:17:36.3017075Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:17:36.3020413Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:17:36.3022507Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:17:36.3024697Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:17:36.3027349Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:17:36.3030247Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:17:36.3032440Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:17:36.3033970Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:17:36.3036024Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:17:36.3038501Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:17:36.3040576Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:17:36.3042631Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:17:36.3044695Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:17:36.3046176Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:17:36.3048102Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:17:36.3050713Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:17:36.3052861Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:17:36.3055008Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-06-05T23:17:36.3057752Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:17:36.3059980Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:17:40.1742937Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:17:40.1745046Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:17:40.1746838Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-06-05T23:17:40.1749021Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-06-05T23:17:40.1750801Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:17:40.1753103Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-06-05T23:17:40.1754925Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:17:40.1756779Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:17:40.1758386Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:17:40.1759440Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:17:40.1760731Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:17:40.1761788Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:17:40.1762789Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-06-05T23:17:40.1763956Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-06-05T23:17:40.1765119Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-06-05T23:17:40.1766240Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:17:40.1767474Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-06-05T23:17:40.1768500Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:17:40.1769535Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-06-05T23:17:40.1770772Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:17:40.1771849Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:17:40.1772916Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:17:40.1774244Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:17:40.1775453Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-06-05T23:17:40.1776511Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:17:40.1777791Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-06-05T23:17:40.1779413Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-06-05T23:17:40.1781153Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:17:40.1783175Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:17:40.1785232Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:17:40.1787223Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-06-05T23:17:40.1789399Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-06-05T23:17:40.1790989Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:17:40.1792587Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-06-05T23:17:40.1794658Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:17:40.1796238Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:17:40.1797926Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-06-05T23:17:40.1799462Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:17:40.1801050Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-06-05T23:17:40.1802760Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:17:40.1804276Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:17:40.1806137Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-06-05T23:17:40.1808419Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:17:40.1810730Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:17:40.1812564Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:17:40.1814157Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:17:40.1816056Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:17:40.1818116Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-06-05T23:17:40.1820174Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:17:40.1821971Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:17:40.1823429Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:17:40.1825213Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-06-05T23:17:40.1827196Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-06-05T23:17:40.1829384Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-06-05T23:17:40.1831812Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:17:40.1834211Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:17:40.1836341Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:17:40.1838409Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:17:40.1840515Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-06-05T23:17:40.1842340Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:17:41.9289775Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:17:41.9291720Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:17:41.9293292Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:17:41.9295214Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:17:41.9297330Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-06-05T23:17:41.9298639Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:17:41.9299708Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:17:41.9300807Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:17:41.9302031Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-06-05T23:17:41.9303077Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:17:41.9304138Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:17:41.9305227Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:17:41.9306589Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:17:41.9308371Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-06-05T23:17:41.9310463Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-06-05T23:17:41.9312264Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:17:41.9313997Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-06-05T23:17:41.9315838Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:17:41.9317578Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:17:41.9319354Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:17:41.9321136Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-06-05T23:17:41.9323544Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:17:41.9325418Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-06-05T23:17:41.9327485Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-06-05T23:17:41.9329548Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:17:41.9331365Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:17:41.9333162Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-06-05T23:17:41.9334913Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:17:41.9336657Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-06-05T23:17:41.9338791Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-06-05T23:17:41.9341055Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:17:41.9343180Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-06-05T23:17:41.9345293Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-06-05T23:17:41.9347427Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-06-05T23:17:41.9349627Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:17:41.9351250Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:17:41.9352823Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:17:41.9354315Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:17:41.9355352Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:17:41.9356491Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-06-05T23:17:41.9357647Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:17:41.9358620Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:17:41.9359400Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:17:41.9360355Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:17:41.9361459Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:17:41.9362672Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:17:41.9363834Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:17:41.9364738Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:17:41.9365698Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:17:41.9367817Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-06-05T23:17:41.9368847Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:17:41.9369738Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:17:41.9370740Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-06-05T23:17:41.9371748Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:17:41.9372770Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-06-05T23:17:41.9373789Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:17:41.9374637Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:17:41.9375605Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:17:41.9376716Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-06-05T23:17:41.9377948Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:17:41.9379162Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:17:41.9380510Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:17:41.9382299Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-06-05T23:17:41.9384209Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-06-05T23:17:43.5571225Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:17:43.5573039Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:17:43.5574651Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:17:43.5576285Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-06-05T23:17:43.5577985Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:17:43.5579541Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:17:43.5581368Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-06-05T23:17:43.5583154Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:17:43.5584732Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:17:43.5587124Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:17:43.5589205Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-06-05T23:17:43.5591166Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:17:43.5592829Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:17:43.5594437Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:17:43.5596212Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:17:43.5597592Z [ 51%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:17:43.5598783Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:17:43.5600621Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-06-05T23:17:43.5602536Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-06-05T23:17:43.5604266Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:17:43.5606071Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:17:43.5607891Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:17:43.5609451Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:17:43.5610514Z [ 51%] Built target optimized_kernels 2025-06-05T23:17:43.5611569Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:17:43.5613119Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:17:43.5614978Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:17:43.5617064Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:17:43.5619141Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:17:43.5621297Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-06-05T23:17:43.5623193Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:17:43.5624741Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:17:43.5626325Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:17:43.5628261Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:17:43.5630145Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:17:43.5632038Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-06-05T23:17:43.5634117Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-06-05T23:17:43.5636674Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-06-05T23:17:43.5638827Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-06-05T23:17:43.5640660Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:17:43.5642194Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:17:43.5643677Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:17:43.5645169Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:17:43.5646712Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:17:43.5648526Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-06-05T23:17:43.5650232Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:17:43.5651750Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:17:43.5653572Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-06-05T23:17:43.5655647Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-06-05T23:17:43.5657385Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:17:43.5658936Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:17:43.5660583Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:17:43.5662215Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-06-05T23:17:43.5663609Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:17:43.5664730Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:17:43.5665914Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:17:43.5667475Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-06-05T23:17:43.5669166Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-06-05T23:17:43.5670552Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:17:43.5671901Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:17:43.5673276Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:17:43.5674536Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:17:43.5675688Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:17:43.5677242Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-06-05T23:17:43.5679623Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-06-05T23:17:43.5681661Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-06-05T23:17:45.1131044Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:17:45.1132140Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:17:45.1133124Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-06-05T23:17:45.1134138Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:17:45.1135173Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-06-05T23:17:45.1136160Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:17:45.1137166Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-06-05T23:17:45.1138200Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:17:45.1139687Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-06-05T23:17:45.1141778Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:17:45.1143630Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:17:45.1145114Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:17:45.1146867Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:17:45.1148823Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:17:45.1150676Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-06-05T23:17:45.1152551Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:17:45.1154440Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:17:45.1156540Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-06-05T23:17:45.1158353Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:17:45.1160023Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:17:45.1161559Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:17:45.1163312Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-06-05T23:17:45.1165118Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:17:45.1166929Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-06-05T23:17:45.1169327Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:17:45.1171006Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:17:45.1172908Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:17:45.1174788Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:17:45.1176309Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:17:45.1177966Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:17:45.1179586Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:17:45.1180674Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:17:45.1182230Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-06-05T23:17:45.1184100Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:17:45.1186026Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-06-05T23:17:45.1188260Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-06-05T23:17:45.1190370Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:17:45.1192482Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-06-05T23:17:45.1194373Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:17:45.1195976Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:17:45.1197764Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-06-05T23:17:45.1199608Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:17:45.1201265Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:17:45.1203117Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-06-05T23:17:45.1206985Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:17:45.1208797Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:17:45.1210533Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-06-05T23:17:45.1212295Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:17:45.1213797Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:17:45.1215656Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-06-05T23:17:45.1218117Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-06-05T23:17:45.1219650Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:17:45.1220829Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:17:45.1221857Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:17:45.1222800Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:17:45.1224411Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:17:45.1226151Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:17:45.1228150Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:17:45.1229934Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:17:45.1231074Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:17:45.1232123Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:17:45.1233146Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:17:45.1234212Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:17:46.1946986Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:17:46.1948137Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:17:46.1949196Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:17:46.1950220Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:17:46.1951276Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:17:46.1952473Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:17:46.1953660Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:17:46.1954866Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-06-05T23:17:46.1956124Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-06-05T23:17:46.1957342Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-06-05T23:17:46.1958928Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:17:46.1960990Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:17:46.1963193Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-06-05T23:17:46.1964497Z [ 61%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:17:46.1965606Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-06-05T23:17:46.1967517Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-06-05T23:17:46.1969403Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-06-05T23:17:46.1971172Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-06-05T23:17:46.1972888Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-06-05T23:17:46.1974461Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-06-05T23:17:46.1975679Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:17:46.1976832Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:17:46.1977981Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:17:46.1979135Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:17:46.1980287Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:17:46.1981450Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-06-05T23:17:46.1982233Z [ 62%] Built target optimized_portable_kernels 2025-06-05T23:17:46.1983014Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-06-05T23:17:46.1983790Z [ 62%] Merging kernel yaml files 2025-06-05T23:17:46.1984529Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-06-05T23:17:46.1985735Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-06-05T23:17:46.1986964Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-06-05T23:17:46.1988207Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-06-05T23:17:46.1989347Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-06-05T23:17:46.1990489Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-06-05T23:17:46.1991599Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-06-05T23:17:46.1992720Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-06-05T23:17:46.1994196Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-06-05T23:17:46.1995123Z [ 62%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:17:46.1996047Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-06-05T23:17:46.1997305Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-06-05T23:17:46.1999556Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-06-05T23:17:46.2002001Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-06-05T23:17:46.2004195Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-06-05T23:17:46.2006565Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-06-05T23:17:46.2008879Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-06-05T23:17:46.2010890Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-06-05T23:17:46.2012415Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-06-05T23:17:46.2013970Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-06-05T23:17:46.2015575Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-06-05T23:17:46.2017146Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-06-05T23:17:46.2018679Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-06-05T23:17:46.2020158Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-06-05T23:17:46.2021723Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-06-05T23:17:46.2023248Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-06-05T23:17:46.2024821Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-06-05T23:17:46.2026518Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-06-05T23:17:46.2027547Z [ 64%] Generating code for kernel registration 2025-06-05T23:17:46.2028705Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-06-05T23:17:46.2030208Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-06-05T23:17:47.3243892Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-06-05T23:17:47.3245818Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-06-05T23:17:47.3258601Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-06-05T23:17:47.3260556Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-06-05T23:17:47.3262311Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-06-05T23:17:47.3263951Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-06-05T23:17:47.3265631Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:17:47.3269186Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:17:47.3270858Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:17:47.3272464Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-06-05T23:17:47.3274180Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-06-05T23:17:47.3275960Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:17:47.3277899Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-06-05T23:17:47.3279963Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-06-05T23:17:47.3282189Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-06-05T23:17:47.3284471Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-06-05T23:17:47.3286609Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:17:47.3288749Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:17:47.3290752Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:17:47.3292608Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:17:47.3294506Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-06-05T23:17:47.3296387Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:17:47.3298236Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:17:47.3300128Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-06-05T23:17:47.3302111Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-06-05T23:17:47.3304532Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-06-05T23:17:47.3306499Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-06-05T23:17:47.3308473Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-06-05T23:17:47.3310326Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:17:47.3312115Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:17:47.3313980Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:17:47.3316068Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-06-05T23:17:47.3318277Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-06-05T23:17:47.3320470Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-06-05T23:17:47.3322769Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:17:47.3325045Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-06-05T23:17:47.3327302Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-06-05T23:17:47.3329609Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-06-05T23:17:47.3331904Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:17:47.3334159Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-06-05T23:17:47.3336667Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:17:47.3339470Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:17:47.3342372Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:17:47.3345399Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:17:47.3348277Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:17:47.3350738Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:17:47.3353311Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:17:47.3355913Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:17:47.3358399Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:47.3360931Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:17:47.3363414Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-06-05T23:17:47.3365959Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:17:47.3368685Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:17:47.3371176Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:17:48.4042152Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:17:48.4044964Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:17:48.4047669Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:17:48.4050250Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-06-05T23:17:48.4053083Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:17:48.4055909Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:48.4058797Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:17:48.4061735Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:48.4064499Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:17:48.4070693Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:17:48.4073534Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:17:48.4076301Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:17:48.4079021Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:17:48.4081737Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:17:48.4084466Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:17:48.4088001Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:17:48.4090865Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:17:48.4093753Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:48.4096483Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:48.4099263Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:17:48.4101817Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:48.4104222Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-06-05T23:17:48.4106613Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:17:48.4108953Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:17:48.4111372Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:17:48.4114000Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:17:48.4116588Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-06-05T23:17:48.4119153Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:17:48.4121818Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:17:48.4124445Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:17:48.4127203Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:17:48.4129999Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:17:48.4132929Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:48.4135900Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:17:48.4138863Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:48.4142030Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-06-05T23:17:48.4144774Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:17:48.4147571Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:17:48.4150525Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:17:48.4153356Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:17:48.4156115Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:17:48.4158876Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:17:48.4161408Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:17:48.4164098Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:17:48.4166973Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:17:48.4169115Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:17:48.4171624Z [ 72%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:17:48.4174341Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:17:49.1914379Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:17:49.1916945Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:17:49.1919431Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:49.1922073Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:49.1924680Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:17:49.1927348Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:17:49.1930049Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:17:49.1932775Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:17:49.1935947Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:17:49.1938563Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:17:49.1940335Z [ 72%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:17:49.1941125Z [ 72%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:17:49.1942771Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:49.1945494Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:49.1948386Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:17:49.1951116Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:17:49.1953747Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:17:49.1956210Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-06-05T23:17:49.1958456Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-06-05T23:17:49.1960734Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:17:49.1963136Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:17:49.1965492Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:17:49.1968445Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:17:49.1970775Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:17:49.1973108Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:17:49.1975460Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:17:49.1977985Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-06-05T23:17:49.1980713Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:17:49.1983653Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:17:49.1986439Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:17:49.1989396Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:49.1992800Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:49.1995795Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:17:49.1998631Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:17:49.2001509Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:17:49.2004466Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:17:49.2007420Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:17:49.2010326Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:17:49.2013081Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:49.2016001Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:49.2018933Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:17:49.2021708Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:17:49.2024529Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:17:49.2027389Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:17:49.2030336Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:17:49.2033230Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:17:49.2036107Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:49.2038845Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:49.2041569Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:17:49.2044418Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:17:49.2047230Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:17:50.1523643Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:17:50.1525517Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:17:50.1526942Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:50.1528340Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:50.1529715Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:17:50.1531097Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:17:50.1532484Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:17:50.1533819Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:17:50.1535171Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:50.1536556Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:17:50.1537927Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:50.1539311Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:17:50.1540668Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:17:50.1542011Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:17:50.1543385Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:17:50.1544817Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:17:50.1546272Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:17:50.1547703Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:50.1549183Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:50.1550602Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:50.1552019Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:17:50.1553521Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:17:50.1554917Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:17:50.1556286Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:17:50.1557652Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:50.1559058Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:17:50.1560451Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:50.1561882Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:17:50.1563274Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:17:50.1564628Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:17:50.1566006Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:17:50.1569322Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:17:50.1571181Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:17:50.1573069Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-06-05T23:17:50.1574410Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-06-05T23:17:50.1575814Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-06-05T23:17:50.1577107Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-06-05T23:17:50.1578341Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:17:50.1579506Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-06-05T23:17:50.1580704Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-06-05T23:17:50.1582677Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:17:50.1584780Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-06-05T23:17:50.1586982Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:17:50.1589246Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:17:50.1590711Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:17:50.1591983Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:17:50.1593158Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:17:50.1594385Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:17:50.1595646Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:17:50.1596929Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:17:50.9252894Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:17:50.9255243Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:17:50.9257434Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:17:50.9259476Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:17:50.9261613Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:17:50.9263805Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:17:50.9265801Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-06-05T23:17:50.9269852Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-06-05T23:17:50.9272120Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:17:50.9273893Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:17:50.9275742Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-06-05T23:17:50.9277499Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-06-05T23:17:50.9279370Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-06-05T23:17:50.9281763Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-06-05T23:17:50.9283934Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-06-05T23:17:50.9286211Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:17:50.9288277Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:17:50.9290577Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-06-05T23:17:50.9292681Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-06-05T23:17:50.9294528Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-06-05T23:17:50.9296765Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:17:50.9298966Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:17:50.9301083Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:17:50.9303331Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:17:50.9305464Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:17:50.9307688Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:17:50.9309715Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:17:50.9312747Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:17:50.9315421Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:17:50.9317393Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:17:50.9319029Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:17:50.9320659Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:17:50.9321959Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:17:50.9323314Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:17:50.9324654Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:50.9326016Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:17:50.9327378Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:50.9328744Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:17:50.9330108Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:17:50.9332212Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:17:50.9334345Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:17:50.9336253Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:17:50.9338388Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:17:50.9340661Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:50.9342647Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:50.9344526Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:17:50.9346406Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:17:50.9348287Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:17:50.9349967Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-06-05T23:17:50.9351551Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:17:50.9353238Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:17:50.9354853Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:17:50.9356457Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:17:51.8324581Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:17:51.8326793Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:17:51.8329029Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:17:51.8331351Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:51.8333626Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:51.8335866Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:17:51.8338025Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:17:51.8340265Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:17:51.8342908Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:17:51.8345104Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:51.8347338Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:17:51.8349646Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:51.8351868Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:17:51.8354117Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:17:51.8356296Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:17:51.8358549Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:17:51.8360926Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:17:51.8363300Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:51.8365731Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:51.8368269Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:17:51.8370543Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:17:51.8372885Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:17:51.8375246Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:17:51.8377507Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:17:51.8379873Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:17:51.8382246Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:17:51.8384593Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:17:51.8386908Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:17:51.8389352Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:17:51.8391740Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:17:51.8394467Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-06-05T23:17:51.8396527Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:17:51.8398575Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:17:51.8400512Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:17:51.8402420Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-06-05T23:17:51.8404580Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:17:51.8406901Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:17:51.8409314Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:17:51.8411603Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:17:51.8413748Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:17:51.8415936Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:17:51.8418269Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:17:51.8420575Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:17:51.8422987Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:17:51.8425497Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:17:51.8427876Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:17:51.8429984Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:17:51.8432266Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:17:51.8434641Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:17:51.8436775Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-06-05T23:17:51.8438842Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-06-05T23:17:51.8440987Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-06-05T23:17:51.8443171Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-06-05T23:17:52.6497093Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-06-05T23:17:52.6499199Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-06-05T23:17:52.6501340Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-06-05T23:17:52.6503522Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-06-05T23:17:52.6505769Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-06-05T23:17:52.6508126Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:17:52.6510596Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:17:52.6512947Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-06-05T23:17:52.6515216Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-06-05T23:17:52.6517504Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-06-05T23:17:52.6519889Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:17:52.6522420Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:17:52.6524998Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:17:52.6527605Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:17:52.6530309Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:17:52.6532915Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:17:52.6535502Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:17:52.6538200Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:17:52.6540694Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-06-05T23:17:52.6542986Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-06-05T23:17:52.6545288Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-06-05T23:17:52.6546787Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-06-05T23:17:52.6548320Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-06-05T23:17:52.6550007Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-06-05T23:17:52.6551660Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:17:52.6553147Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:17:52.6554745Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-06-05T23:17:52.6556472Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-06-05T23:17:52.6558131Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:17:52.6559963Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:17:52.6561484Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-06-05T23:17:52.6562635Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-06-05T23:17:52.6563826Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-06-05T23:17:52.6565004Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-06-05T23:17:52.6566166Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-06-05T23:17:52.6567888Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:17:52.6569339Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:17:52.6570553Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:17:52.6571693Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:17:52.6572728Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-06-05T23:17:52.6573799Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-06-05T23:17:52.6574908Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-06-05T23:17:52.6576008Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:17:52.6577098Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-06-05T23:17:52.6578286Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-06-05T23:17:52.6579569Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-06-05T23:17:52.6580901Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-06-05T23:17:52.6582383Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-06-05T23:17:52.6583771Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-06-05T23:17:52.6585051Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-06-05T23:17:52.6586274Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-06-05T23:17:52.6587460Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-06-05T23:17:52.6588765Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-06-05T23:17:52.6590042Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:17:52.6591304Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-06-05T23:17:52.6592581Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-06-05T23:17:53.8305334Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:17:53.8307910Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-06-05T23:17:53.8309983Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-06-05T23:17:53.8312466Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-06-05T23:17:53.8314745Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-06-05T23:17:53.8316817Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:17:53.8318722Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:17:53.8320666Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:17:53.8322574Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-06-05T23:17:53.8324405Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:17:53.8326311Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-06-05T23:17:53.8328251Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:17:53.8330145Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-06-05T23:17:53.8332097Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:17:53.8333960Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-06-05T23:17:53.8337258Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-06-05T23:17:53.8339775Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-06-05T23:17:53.8342219Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-06-05T23:17:53.8344372Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-06-05T23:17:53.8346327Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-06-05T23:17:53.8348600Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-06-05T23:17:53.8351024Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-06-05T23:17:53.8353304Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:17:53.8355471Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:17:53.8357747Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:17:53.8359889Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-06-05T23:17:53.8362134Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-06-05T23:17:53.8364392Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-06-05T23:17:53.8367048Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-06-05T23:17:53.8369477Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:17:53.8371870Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-06-05T23:17:53.8373993Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:17:53.8375834Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-06-05T23:17:53.8377715Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:17:53.8379534Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-06-05T23:17:53.8381423Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:17:53.8383259Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-06-05T23:17:53.8385029Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:17:53.8386799Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-06-05T23:17:53.8389286Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:17:53.8390990Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:17:53.8392471Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-06-05T23:17:53.8393872Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-06-05T23:17:53.8395356Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:17:53.8396887Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:17:53.8398469Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:17:53.8399848Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:17:53.8401252Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:17:53.8402692Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:17:53.8404128Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:17:53.8405565Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:17:53.8407054Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:17:53.8408606Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:17:53.8409949Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:17:53.8410839Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:17:53.8411326Z [ 97%] Built target microkernels-prod 2025-06-05T23:17:53.8411759Z [ 97%] Generating build_identifier.c 2025-06-05T23:17:53.8412653Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:17:53.8413933Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:17:53.8415473Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:17:53.8417046Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:17:53.8418337Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:18:03.9099739Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:18:03.9101512Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:18:03.9103166Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:18:03.9104419Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:18:03.9105505Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:18:03.9107846Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:18:03.9109587Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:18:03.9111299Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:18:03.9112932Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:18:03.9114575Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:18:03.9116361Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:18:03.9118149Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:18:03.9119919Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:18:03.9121584Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:18:03.9123322Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:18:03.9125256Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:18:03.9127090Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:18:03.9128732Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:18:03.9130453Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:18:03.9132168Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:18:03.9133866Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:18:03.9135531Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:18:03.9136953Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:18:03.9138184Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:18:03.9139492Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:18:03.9140598Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:18:03.9141150Z [100%] Built target XNNPACK 2025-06-05T23:18:03.9141985Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:18:03.9143422Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:18:03.9144792Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:18:03.9145936Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:18:03.9147143Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:18:03.9148613Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:18:03.9149740Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:18:03.9150371Z [100%] Built target xnnpack_backend 2025-06-05T23:18:03.9151424Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:18:03.9152765Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:18:03.9153570Z [100%] Built target portable_lib 2025-06-05T23:18:03.9154559Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:18:03.9156168Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:18:03.9158052Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:18:03.9160087Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:18:03.9162123Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:18:03.9163305Z Linking CXX static library libcoreml_util.a 2025-06-05T23:18:03.9163840Z Built target coreml_util 2025-06-05T23:18:03.9164372Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:18:03.9164971Z Built target coreml_inmemoryfs 2025-06-05T23:18:03.9166206Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:18:03.9168892Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:18:03.9170435Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:18:03.9171267Z Built target executorchcoreml 2025-06-05T23:18:03.9171776Z [ 0%] Built target flatcc_external_project 2025-06-05T23:18:03.9172412Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:18:03.9173012Z [ 2%] Built target pthreadpool 2025-06-05T23:18:03.9173527Z [ 3%] Built target cpuinfo 2025-06-05T23:18:03.9174022Z [ 3%] Built target common_schema 2025-06-05T23:18:03.9174570Z [ 4%] Built target xnnpack_schema 2025-06-05T23:18:03.9175087Z [ 6%] Built target flatccrt 2025-06-05T23:18:03.9175587Z [ 7%] Built target logging 2025-06-05T23:18:03.9176072Z [ 8%] Built target eigen_blas 2025-06-05T23:18:03.9176538Z [ 8%] Built target indirection 2025-06-05T23:18:03.9177056Z [ 8%] Built target microparams-init 2025-06-05T23:18:03.9177598Z [ 8%] Built target normalization 2025-06-05T23:18:03.9178084Z [ 8%] Built target datatype 2025-06-05T23:18:03.9178501Z [ 8%] Built target program_schema 2025-06-05T23:18:03.9179012Z [ 8%] Built target operator-utils 2025-06-05T23:18:03.9179540Z [ 8%] Built target reference-ukernels 2025-06-05T23:18:03.9180121Z [ 8%] Built target operator-run 2025-06-05T23:18:03.9180672Z [ 8%] Built target hardware-config 2025-06-05T23:18:03.9181202Z [ 8%] Built target packing 2025-06-05T23:18:03.9181694Z [ 8%] Built target allocator 2025-06-05T23:18:03.9182177Z [ 8%] Built target cache 2025-06-05T23:18:03.9182621Z [ 8%] Built target memory 2025-06-05T23:18:03.9183074Z [ 8%] Built target mutex 2025-06-05T23:18:03.9183532Z [ 8%] Built target microkernel-utils 2025-06-05T23:18:03.9183992Z [ 11%] Built target operators 2025-06-05T23:18:03.9184453Z [ 12%] Built target executorch_core 2025-06-05T23:18:03.9184928Z [ 14%] Built target subgraph 2025-06-05T23:18:03.9185409Z [ 14%] Built target extension_data_loader 2025-06-05T23:18:03.9185950Z [ 16%] Built target executorch 2025-06-05T23:18:03.9186406Z [ 16%] Built target extension_tensor 2025-06-05T23:18:03.9186932Z [ 16%] Built target extension_threadpool 2025-06-05T23:18:03.9187458Z [ 16%] Built target bundled_program 2025-06-05T23:18:03.9188037Z [ 17%] Built target cpublas 2025-06-05T23:18:03.9188474Z [ 17%] Built target etdump 2025-06-05T23:18:03.9188986Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:18:03.9189518Z [ 18%] Built target util 2025-06-05T23:18:03.9190215Z [ 19%] Built target optimized_kernels 2025-06-05T23:18:03.9190771Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:18:03.9191534Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:18:03.9192160Z [ 97%] Built target microkernels-prod 2025-06-05T23:18:03.9192676Z [100%] Built target XNNPACK 2025-06-05T23:18:03.9193154Z [100%] Built target xnnpack_backend 2025-06-05T23:18:03.9193705Z [100%] Built target portable_lib 2025-06-05T23:18:03.9194657Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:18:03.9196216Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:18:03.9197740Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:18:03.9199294Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:18:03.9200938Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:18:03.9202442Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:18:03.9203879Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:18:03.9205325Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:18:03.9206521Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:18:03.9207689Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:18:03.9209009Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:18:03.9209636Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:18:03.9210237Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:18:03.9210851Z [ 1%] Built target flatcc_external_project 2025-06-05T23:18:03.9211427Z [ 2%] Built target pthreadpool 2025-06-05T23:18:03.9211945Z [ 3%] Built target cpuinfo 2025-06-05T23:18:03.9212382Z [ 3%] Built target common_schema 2025-06-05T23:18:03.9212855Z [ 4%] Built target eigen_blas 2025-06-05T23:18:03.9213310Z [ 6%] Built target xnnpack_schema 2025-06-05T23:18:03.9213802Z [ 7%] Built target flatccrt 2025-06-05T23:18:03.9214280Z [ 8%] Built target logging 2025-06-05T23:18:09.8102900Z [ 8%] Built target indirection 2025-06-05T23:18:09.8103430Z [ 8%] Built target microparams-init 2025-06-05T23:18:09.8103814Z [ 8%] Built target datatype 2025-06-05T23:18:09.8104146Z [ 8%] Built target normalization 2025-06-05T23:18:09.8104634Z [ 8%] Built target reference-ukernels 2025-06-05T23:18:09.8104960Z [ 8%] Built target program_schema 2025-06-05T23:18:09.8105260Z [ 8%] Built target hardware-config 2025-06-05T23:18:09.8105712Z [ 8%] Built target allocator 2025-06-05T23:18:09.8105977Z [ 8%] Built target cache 2025-06-05T23:18:09.8106256Z [ 8%] Built target packing 2025-06-05T23:18:09.8106527Z [ 8%] Built target microkernel-utils 2025-06-05T23:18:09.8106836Z [ 8%] Built target memory 2025-06-05T23:18:09.8107090Z [ 8%] Built target mutex 2025-06-05T23:18:09.8107360Z [ 8%] Built target operator-utils 2025-06-05T23:18:09.8107661Z [ 8%] Built target operator-run 2025-06-05T23:18:09.8108061Z [ 10%] Built target operators 2025-06-05T23:18:09.8108351Z [ 12%] Built target executorch_core 2025-06-05T23:18:09.8108655Z [ 12%] Built target extension_data_loader 2025-06-05T23:18:09.8108982Z [ 12%] Built target extension_threadpool 2025-06-05T23:18:09.8109282Z [ 13%] Built target executorch 2025-06-05T23:18:09.8109571Z [ 13%] Built target extension_tensor 2025-06-05T23:18:09.8109899Z [ 15%] Built target subgraph 2025-06-05T23:18:09.8110253Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:18:09.8111173Z [ 16%] Built target bundled_program 2025-06-05T23:18:09.8111453Z [ 18%] Built target cpublas 2025-06-05T23:18:09.8111830Z [ 18%] Built target etdump 2025-06-05T23:18:09.8112096Z [ 19%] Built target optimized_kernels 2025-06-05T23:18:09.8112392Z [ 19%] Built target util 2025-06-05T23:18:09.8112663Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:18:09.8113057Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:18:09.8113404Z [ 95%] Built target microkernels-prod 2025-06-05T23:18:09.8113694Z [ 97%] Built target XNNPACK 2025-06-05T23:18:09.8114111Z [ 97%] Built target xnnpack_backend 2025-06-05T23:18:09.8114399Z [ 97%] Built target portable_lib 2025-06-05T23:18:09.8114979Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:18:09.8115855Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:18:09.8116739Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:18:09.8117639Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:18:09.8118561Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:18:09.8119437Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:18:09.8120322Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:18:09.8121194Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:18:09.8122191Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:18:09.8123036Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:18:09.8123731Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:18:09.8124144Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:18:09.8124583Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:18:09.8125021Z [ 98%] Generating code for kernel registration 2025-06-05T23:18:09.8126071Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:18:09.8127013Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:18:09.8127548Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:18:09.8127977Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:18:09.8130768Z 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 2025-06-05T23:18:09.8133517Z [ 98%] Generating code for kernel registration 2025-06-05T23:18:09.8134220Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:18:09.8135243Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:18:09.8136146Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:18:09.8137252Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:18:09.8138123Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:18:09.8139099Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:18:09.8140073Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:18:09.8140953Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:18:09.8141769Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:18:09.8142602Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:18:09.8143417Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:18:09.8144221Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:18:09.8145098Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:18:09.8146085Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:18:09.8146841Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:18:09.8147226Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:18:09.8147535Z running build_py 2025-06-05T23:18:09.8147937Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:18:09.8148654Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:18:09.8149467Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:18:09.8150217Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:18:09.8150978Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:18:09.8151618Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:18:09.8152254Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:18:09.8152899Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8153483Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8154211Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8154932Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8155695Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8156457Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8157213Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8158098Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8158896Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8159619Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8160361Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8161263Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8162125Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8162879Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8163663Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8164421Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8165188Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8165966Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8166944Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8168218Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8169136Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8169850Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8601845Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8602696Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8603416Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:09.8604029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:18:09.8604657Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:18:09.8605295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:18:09.8606017Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:18:09.8606904Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:18:09.8608214Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:18:09.8609448Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8610804Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8612129Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8613064Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8614049Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8615027Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8615957Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8617511Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8618902Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8619868Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8620868Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8622090Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8623092Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8624019Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:18:09.8624783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:18:09.8625580Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:18:09.8627310Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:18:09.8629422Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:18:09.8631021Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:18:09.8631870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:18:09.8632649Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:18:09.8633658Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:18:09.8634790Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:18:09.8635943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:18:09.8637406Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:18:09.8638484Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:18:09.8639499Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:18:09.8640467Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:18:09.8641202Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:18:09.8641978Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:18:09.8642981Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:18:09.8644002Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:18:09.8645356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:18:09.8646879Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:18:09.8648444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8649324Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8650365Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8651471Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8652563Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8654363Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8656523Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8657651Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8658741Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8659811Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8660858Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8661930Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8663391Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8665529Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8667671Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8668849Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:18:09.8669736Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:18:09.8670485Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:18:09.8671620Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:18:09.8673478Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:18:09.8674486Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:18:09.8675481Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:18:09.8676288Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:18:09.8677040Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:18:09.8678048Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:18:09.8678869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:18:09.8679661Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:18:09.9025998Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:18:09.9026921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:18:09.9027940Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:18:09.9029240Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:18:09.9030279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:18:09.9031589Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:18:09.9033070Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:18:09.9034109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:18:09.9035066Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:18:09.9036385Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:18:09.9037366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:18:09.9038346Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:18:09.9039644Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:18:09.9040629Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:18:09.9041862Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:18:09.9042924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9043840Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9045074Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9046323Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9047553Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9048825Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9050132Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9051404Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9052685Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9053944Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9055227Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9056550Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9057755Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9058989Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9060371Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9061583Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9062803Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9064101Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9065329Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9066542Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9068655Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:18:09.9069594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:18:09.9070508Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:18:09.9071900Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:18:09.9072885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:18:09.9073908Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:18:09.9075292Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:18:09.9076300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:18:09.9077156Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:18:09.9078446Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:18:09.9079620Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:18:09.9080800Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:18:09.9081962Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:18:09.9083127Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:18:09.9084291Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:18:09.9085161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:18:09.9086137Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:18:09.9087291Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:18:09.9088158Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9089211Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9090231Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9091355Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9092556Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9093662Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9458620Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9459780Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9460886Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9462105Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9463217Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9464339Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9465616Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9467143Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9468439Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9469678Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9470817Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9472075Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9473201Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9474299Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9475437Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9476718Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9477833Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9479016Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9480310Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9481744Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9482923Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9484076Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9485361Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9486459Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9487525Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9488615Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9489725Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9490878Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9492329Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9493544Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9494800Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9495963Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9497116Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9498307Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9499493Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9500715Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9502081Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9503168Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9504244Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9505376Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9506463Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9516252Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9517640Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9519023Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9520197Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9521329Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9522601Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9523802Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:18:09.9524758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9525682Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9526919Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9528185Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9529434Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9530675Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9531926Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9533311Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9929128Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9930410Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9931679Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9933121Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:18:09.9934133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9935045Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9936145Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9937375Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9938428Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9939471Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9940850Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9942068Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9943133Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9944267Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9945447Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9946520Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9947634Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9948843Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9950038Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9951089Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9952131Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9953411Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9954651Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9955793Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9956888Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9958019Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9959074Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9960175Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9961410Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9962522Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9963810Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9965015Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9966190Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9967533Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9968820Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9970225Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9971416Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9972672Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9973849Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9974984Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9976242Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9977302Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9978375Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9979427Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9980617Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9981694Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9982808Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9984062Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9985210Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9986354Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9987553Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9988867Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9989992Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9991218Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9992527Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9993643Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9994748Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:18:09.9995583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:18:09.9996428Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:18:09.9997656Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:18:10.0391411Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:18:10.0392686Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:18:10.0393915Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:18:10.0394806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:18:10.0395663Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:18:10.0396491Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:18:10.0397525Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:18:10.0398540Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:18:10.0399538Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:18:10.0400549Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:18:10.0401322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:18:10.0402154Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:18:10.0402996Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0403886Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0405161Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0406411Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0407570Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0408736Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0409889Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0411075Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0412291Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0413492Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0414836Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0416209Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:18:10.0417077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0417988Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0419427Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0420589Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0421729Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0422886Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0424075Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0425454Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0426655Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0427928Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0429140Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0430304Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:18:10.0431179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0432001Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0433070Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0434343Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0435422Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0436486Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0437525Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0438584Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0439649Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0440705Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0441806Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0443050Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0444108Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0445153Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0446201Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0447466Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0448574Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0449668Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0450735Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0451986Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0453072Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0454228Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0455328Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0456433Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0457529Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0864912Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0866041Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0867301Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0868416Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0869480Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0870514Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0871739Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0872780Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0873854Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0874929Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0876002Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0877110Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0878292Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0879620Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0880935Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0882088Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0883223Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0884345Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0885394Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0886620Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0887726Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0888869Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0889933Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0890975Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0892061Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0893146Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0894504Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0895609Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0896666Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0897697Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0898912Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0899943Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0901055Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0902226Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0903290Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0904368Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0905462Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0906510Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0907587Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0908838Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0910154Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0911269Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0912618Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0913940Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0915084Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0916174Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0917318Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0918401Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0919452Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0920512Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0921838Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0922925Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0923994Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0925053Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0926120Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0927153Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0928205Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0929313Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0930475Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.0931562Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.1263666Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.1264976Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.1266103Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.1267332Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.1268697Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.1270087Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:18:10.1270938Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1271899Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1273124Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1274392Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1275688Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1277143Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1278381Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1279677Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1280971Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1282240Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1283631Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1285072Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1286354Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1287612Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1288814Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1290034Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1291446Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1292740Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1294040Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1295281Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1296530Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1298055Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1299335Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:18:10.1300327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:18:10.1301307Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:18:10.1302254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:18:10.1303127Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:18:10.1304284Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:18:10.1305620Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:18:10.1306778Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:18:10.1307668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:18:10.1308646Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:18:10.1309621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:18:10.1310721Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:18:10.1311945Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:18:10.1313452Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:18:10.1315255Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:18:10.1316721Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1318133Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1320113Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1321819Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1323557Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1325314Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1327565Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1329328Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1331034Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1539923Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1541828Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1543680Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1545442Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1547221Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1549257Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1550988Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1552725Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1554439Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1556186Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1558077Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1559879Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1561600Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1563312Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1565037Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1567430Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1569179Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1570946Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1572662Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1574566Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1576244Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1577982Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1579793Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1581580Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1583446Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1585160Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:10.1586426Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:18:10.1587746Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:18:10.1589158Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:18:10.1590526Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:18:10.1591920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:18:10.1593437Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:18:10.1595172Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:18:10.1596786Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:18:10.1598558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:18:10.1600157Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:18:10.1602251Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:18:10.1603823Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:18:10.1605371Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:18:10.1607354Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:18:10.1608885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:18:10.1813073Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:18:10.1814722Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:10.1816420Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:10.1818558Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:10.1820885Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:10.1823189Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:10.1825377Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:10.1826897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:10.1828546Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:10.1830815Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:10.1833331Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:10.1834924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:18:10.1836652Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:18:10.1838336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:18:10.1839977Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:18:10.1841629Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:18:10.1843503Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:18:10.1845360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:18:10.1847004Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:18:10.1848631Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:18:10.1850242Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:18:10.1851867Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:18:10.1853503Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:18:10.1855153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:18:10.1856816Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:18:10.1858468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:18:10.1860386Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:18:10.1862223Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:18:10.1863998Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:18:10.1865632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:18:10.1867430Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:18:10.1869335Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:18:10.1870975Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:18:10.1872595Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:10.1874188Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:10.1876284Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:10.1878610Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:10.1880852Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:10.1882479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:18:10.2021812Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:18:10.2023497Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:18:10.2025280Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:18:10.2026935Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:18:10.2028780Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:18:10.2030404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:18:10.2032024Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:18:10.2033984Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:18:10.2036055Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:18:10.2038498Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:18:10.2040393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:10.2042548Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:10.2045288Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:10.2047921Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:10.2050710Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:10.2052661Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:18:10.2054565Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:18:10.2057056Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:18:10.2059604Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:18:10.2061421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:10.2063344Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:10.2066039Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:10.2068952Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:10.2071457Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:10.2073322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:18:10.2075369Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:18:10.2077837Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:18:10.2079732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:18:10.2081703Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:18:10.2084314Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:18:10.2086874Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:18:10.2088798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2090740Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2232400Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2235051Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2237959Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2240858Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2243454Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2246165Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2248711Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2251280Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2254041Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2256670Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2259480Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2262057Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2264652Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2267743Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2270460Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2273211Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2276093Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2278799Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2281424Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2284031Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2286620Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:10.2288625Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:18:10.2290764Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:18:10.2293338Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:18:10.2295339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2297456Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2300254Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2303129Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2489268Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2492358Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2495327Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2498126Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2500244Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:10.2502351Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:10.2505234Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:10.2508142Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:10.2511012Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:10.2513753Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:10.2515684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2517403Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2519684Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2521922Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2524324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2526561Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2528837Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2531132Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2533599Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2536285Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2538842Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:10.2541936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2545153Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2547869Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2550330Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2553469Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2557631Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2560126Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2563521Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2566827Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2672023Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2674630Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2678673Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2683545Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2688347Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:10.2691688Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:18:10.2694981Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:18:10.2699013Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:18:10.2702639Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:18:10.2705309Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:18:10.2708958Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:18:10.2711087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:10.2714242Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:10.2718925Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:10.2723208Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:10.2727122Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:10.2729798Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:10.2731923Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:10.2733517Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:18:10.2735103Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:18:10.2736761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:18:10.2738566Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:18:10.2740936Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:18:10.2743745Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:18:10.2746973Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:18:10.2750208Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:18:10.2753454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2755765Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2760199Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2763108Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2767575Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2772197Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2776611Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2779022Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2781335Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2783629Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2785977Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2788375Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2790665Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2792981Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2795312Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2797777Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2800156Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2802789Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2807234Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2809701Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2812258Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2815334Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2817663Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:10.2819464Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:18:10.2821794Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:18:10.2824631Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:18:10.2826421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2828428Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2832023Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2834608Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2837354Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2841061Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2843691Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2847203Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:10.2849159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:10.2851111Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:10.2853641Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:10.2856146Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:10.2858667Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:10.3174836Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:18:10.3176770Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:18:10.3179316Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:18:10.3181267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:10.3183365Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:10.3187092Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:10.3191719Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:10.3194549Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:10.3198947Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:10.3201976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3202812Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3203859Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3204929Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3206040Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3207135Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3208205Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3209643Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3211742Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3213533Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3214665Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3215742Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3216786Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3217875Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3219644Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3221112Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3222178Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3223259Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3224310Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:10.3225270Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:18:10.3226211Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:18:10.3228077Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:18:10.3229636Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:18:10.3230758Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:18:10.3231609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:18:10.3232475Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:18:10.3233575Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:18:10.3235417Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:18:10.3237140Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:10.3238597Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:10.3240856Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:10.3243130Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:10.3244556Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:10.3245501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3246519Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3247897Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3249204Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3250429Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3251661Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3252910Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3254163Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3255431Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3457437Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:18:10.3458443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:18:10.3459655Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:18:10.3460614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:18:10.3461701Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:18:10.3463116Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:18:10.3464192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:18:10.3465410Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:18:10.3467083Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:18:10.3468584Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:18:10.3469651Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:18:10.3470666Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:18:10.3471777Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:18:10.3473000Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:18:10.3474136Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:10.3475246Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:10.3476694Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:10.3478157Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:10.3479792Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:10.3481000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:18:10.3482291Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:18:10.3483993Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:18:10.3485703Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:18:10.3487113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:10.3488415Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:10.3490318Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:10.3492026Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:10.3493855Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:10.3495156Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:10.3496478Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:10.3498211Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:10.3499950Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:10.3501738Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:10.3503033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:18:10.3504277Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:18:10.3505922Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:18:10.3507169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:18:10.3508601Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:18:10.3510269Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:18:10.3511572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:10.3512861Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:10.3514575Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:10.3516433Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:10.3518104Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:10.3519789Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:10.3521615Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:10.3523408Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:10.3524684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3525869Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3527469Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3828155Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3830037Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3832792Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3834599Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3836211Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3837811Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3840318Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3842545Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3844117Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3845763Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3847389Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3850194Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3851933Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:10.3853018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:18:10.3853866Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:18:10.3854970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:18:10.3856161Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:18:10.3857777Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:18:10.3859034Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:18:10.3860126Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:18:10.3861362Z copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:18:10.3862999Z copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:18:10.3864513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3866396Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3868149Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3869498Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3870783Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3872103Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3874362Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3876123Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3877491Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3878759Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3880026Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:18:10.3881011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:18:10.3882512Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:18:10.3884374Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:18:10.3885471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:18:10.3886377Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:18:10.3887566Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:18:10.3889019Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:18:10.3891079Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:18:10.3892451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:18:10.3893446Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:18:10.3894703Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:18:10.3895947Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:18:10.3896869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:18:10.3897918Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:18:10.3899898Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:18:10.3901273Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:18:10.3902540Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:18:10.3903413Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:18:10.3904322Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:18:10.3905477Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:18:10.3907134Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:18:10.3908660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4186007Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4187204Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4189151Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4191042Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4192152Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4193259Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4194393Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4195979Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4198027Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4199491Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4200595Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:18:10.4201441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:18:10.4202345Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:18:10.4204152Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:18:10.4206037Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:18:10.4207205Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:18:10.4208176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:10.4209163Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:10.4210486Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:10.4212710Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:10.4214615Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:10.4215634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:18:10.4216546Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:18:10.4217511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:18:10.4218603Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:18:10.4220979Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:18:10.4222480Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:10.4223700Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:10.4225143Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:10.4226590Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:10.4229085Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:10.4230967Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:10.4232555Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:10.4233886Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:10.4235254Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:10.4238069Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:10.4240870Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:10.4243654Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:10.4244952Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:10.4246125Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:10.4247698Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:10.4249397Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:10.4252193Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:10.4253470Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:18:10.4254697Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:18:10.4256007Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4257432Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4260193Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4262748Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4264844Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4267171Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4269209Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4542395Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4544446Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4546453Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4548519Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4550555Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4552573Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4554531Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:10.4556077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:10.4557518Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:10.4559272Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:10.4561107Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:10.4562922Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:10.4564203Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4565359Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4566940Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4568446Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4569912Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4571282Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4572784Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4574430Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4575934Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4577445Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4578957Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4580641Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4582323Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4583906Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4585341Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4586819Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4588448Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4589845Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4591292Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4592721Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4594168Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4595712Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4597117Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4598553Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4599954Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4601508Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4603215Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4604682Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4606273Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4607677Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4609078Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4610629Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4612130Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4613603Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4922506Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4924073Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4925623Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4927079Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4928606Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4930101Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4931522Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4933042Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4934647Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4936206Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4937662Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4939077Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4940576Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4942002Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4943420Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4945312Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4946920Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4948758Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4950478Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4952021Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4953524Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4955099Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4956695Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4958246Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4959854Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4961491Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4963109Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4964725Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4966272Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4968165Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4969602Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4971052Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4972609Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4974070Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4975474Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4976904Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4978615Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4980091Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4981647Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4983212Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4984690Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4986170Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4987617Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4989200Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4990696Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4992192Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4993644Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4995035Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.4996464Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5307080Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5308567Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5309937Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5311454Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5313203Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5314724Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5316161Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5317528Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5319165Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5320566Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5322128Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5323520Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5324888Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5326268Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5327667Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5329212Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5330732Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5332232Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5333639Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5335051Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5336469Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5337958Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5339407Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5340936Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5342472Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5344035Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5345472Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5346941Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5359861Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5361678Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5363183Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5364629Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5366069Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5367833Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5369252Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5370677Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5372145Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5373590Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5375007Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5376568Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5378010Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5379390Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5380774Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5382172Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5383591Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5385103Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5386573Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5388152Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5389636Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5683461Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5685336Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5686786Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5688190Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5689807Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5691293Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5692795Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5694331Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5696006Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5697649Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5699236Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5700831Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5702423Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5704079Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5705679Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5707278Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5709051Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5710587Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5712296Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5713834Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5715375Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5717143Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5718798Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5720404Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5722105Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5723815Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5725515Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5727066Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5728575Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5729991Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5731586Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5732944Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5734290Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5735666Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5737062Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5738449Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5740085Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5741575Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5743003Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5744400Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5745935Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5747645Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5749314Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5750811Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5752400Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5754169Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5755758Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5757283Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5979740Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5981186Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5982600Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5984031Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5985590Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:10.5986744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.5988121Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.5989829Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.5991576Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.5993375Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.5995185Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.5996944Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.5998722Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6000696Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6002870Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6004832Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6006701Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6008502Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6010444Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6012214Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6013997Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6015756Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6017685Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6019473Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6021306Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6023116Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6025017Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6026773Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6028578Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6030326Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6032217Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6034336Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6036102Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6037862Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6039629Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6041572Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6043338Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6045126Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6046884Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6048834Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6291892Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6293710Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6295523Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6297526Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6299283Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6301024Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6302776Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6304692Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6306717Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6308529Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6310330Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6312233Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6314018Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6315781Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6317513Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6319430Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6321181Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6322911Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6324818Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6326578Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6328326Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6330110Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6332047Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6333829Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6335607Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6337739Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6339628Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6341505Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6343325Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6345254Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6347017Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6348825Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6350551Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6352526Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6354326Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6356098Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6357857Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6359605Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6568555Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6570409Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6572337Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6574205Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6576346Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6578080Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6579859Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6581827Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6583719Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6585677Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:10.6587106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:18:10.6588534Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:18:10.6590139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:18:10.6591478Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:18:10.6592962Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:18:10.6594427Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:18:10.6595626Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6596924Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6598822Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6600671Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6602552Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6604368Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6606339Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6608476Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6610439Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6612237Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6614130Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6616081Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6618504Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6620345Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6622164Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6624187Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6626317Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:10.6628069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6629476Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6631185Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6632837Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6634608Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6636326Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6638130Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6971604Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6973456Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6975180Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:10.6976485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:18:10.6977409Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:18:10.6978599Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:18:10.6979644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:18:10.6980525Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:18:10.6981472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:18:10.6982488Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:18:10.6983571Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6984539Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6985775Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6987066Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6988394Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6989619Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6990984Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6992203Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6993409Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6994734Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6995951Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6997192Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:18:10.6998188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.6999059Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7000490Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7001733Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7002915Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7004197Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7005358Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7006511Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7007744Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7008965Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7010130Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7011290Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7012472Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7013890Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7015477Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7016795Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7017963Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7019180Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7020505Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7021711Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7022932Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7024296Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7025484Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7026611Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7027843Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7029224Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7030535Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7031819Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7033093Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7034403Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7035603Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7036796Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7037956Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7405619Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7406868Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7408189Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7409395Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7410489Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:18:10.7411412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7412354Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7413578Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7414749Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7415943Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7417151Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7418286Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7419457Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7420731Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7421898Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7423252Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7424538Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7425708Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7426828Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7428273Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7429478Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7430625Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7431777Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7432909Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7434090Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7435295Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7436553Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7437745Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7438905Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7440057Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7441182Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7442318Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7443465Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7444784Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7445939Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7447080Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7448211Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7449369Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7450515Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7452070Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7453286Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7454475Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7455630Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7456794Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7457993Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7459341Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7460510Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7461643Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7462792Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7463963Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7465152Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7466486Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7467884Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7469024Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7470192Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7471359Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7472510Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7869760Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7870959Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7872080Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7873213Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7874447Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7875584Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7877026Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7878182Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7879346Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7880628Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7881782Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7882953Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7884112Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7885482Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7886829Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7888118Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7889410Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7890562Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7891744Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7893025Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7894268Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7895532Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7896805Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7897995Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7899139Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7900435Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7901566Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7902729Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7903893Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7905011Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7906337Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7907909Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7909183Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7910499Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7911769Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7913053Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7914415Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7915641Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7916856Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:18:10.7917853Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:18:10.7918741Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:18:10.7919638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:18:10.7920574Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:18:10.7921944Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:18:10.7923212Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:18:10.7924112Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:18:10.7925129Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:18:10.7926436Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:18:10.7927661Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:18:10.7928864Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:18:10.7929922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:18:10.7930903Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:18:10.7932212Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:18:10.7933391Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:18:10.7934391Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:18:10.7935850Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:18:10.7937030Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:18:10.7937884Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:18:10.7938785Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:18:10.8314043Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:18:10.8315032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:18:10.8316368Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:18:10.8317891Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:18:10.8318980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:18:10.8319997Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:18:10.8321349Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:18:10.8322614Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:18:10.8323523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8324375Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8325781Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8327227Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8328520Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8329741Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8330924Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8332127Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8333308Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8334636Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:18:10.8335544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:18:10.8336511Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:18:10.8337693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:18:10.8338732Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:18:10.8339648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:18:10.8340530Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:18:10.8341419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:18:10.8342624Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:18:10.8344114Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:18:10.8345585Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:18:10.8346614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:18:10.8347471Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:18:10.8348680Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:18:10.8349985Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:18:10.8351129Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:18:10.8352092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:18:10.8353026Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:18:10.8354358Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:18:10.8355687Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:18:10.8356716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:10.8357732Z copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:10.8359235Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:10.8360637Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:10.8362059Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:10.8363497Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:10.8364818Z copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:10.8365958Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:18:10.8367434Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:18:10.8368552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:10.8369943Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:10.8371620Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:10.8373419Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:10.8375141Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:10.8376908Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:10.8378504Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:10.8380261Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:10.8381643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:18:10.8743344Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:18:10.8744795Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:18:10.8746513Z copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:18:10.8748077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8749109Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8750346Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8751602Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8752776Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8754063Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8755357Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8756634Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8758149Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8759348Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8760523Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8761837Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8763042Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:18:10.8763925Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8764959Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8766232Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8767605Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8768744Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8770018Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8771271Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8772618Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8773815Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8774973Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8776208Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8777423Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8778638Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8779948Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8781298Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8782505Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8783660Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8784902Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8786113Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8788209Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8789407Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8790589Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8791909Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8793118Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8794320Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8795711Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8796888Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8798059Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8799359Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8800572Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8801752Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8803122Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8804319Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8805482Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8806795Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8808024Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8809272Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8810542Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8811707Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.8812885Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9155453Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9156682Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9157861Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9159356Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9160552Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9161942Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9163287Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9164511Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9165662Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9167007Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:18:10.9167942Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:18:10.9168969Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:18:10.9170308Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:18:10.9171277Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:18:10.9172225Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:18:10.9173514Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:18:10.9174492Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:18:10.9175534Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:18:10.9177016Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:18:10.9178060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:18:10.9178948Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:18:10.9180140Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:18:10.9181059Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:18:10.9182082Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:18:10.9183087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:18:10.9184026Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:18:10.9185188Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:18:10.9186259Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:18:10.9187585Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:18:10.9188607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:18:10.9189602Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:18:10.9190932Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:18:10.9192468Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:18:10.9193857Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:18:10.9195255Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:18:10.9196646Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:18:10.9197694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:18:10.9198775Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:18:10.9200186Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:18:10.9201166Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9202116Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9203296Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9204500Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9205739Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9206976Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9208449Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9209710Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9210956Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9212197Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9213410Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9214692Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9216301Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9217491Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:18:10.9218394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9219295Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9220431Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9221608Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9222963Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9581835Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9583026Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9584206Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9585584Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9586864Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9588315Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9589624Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9591019Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9592151Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9593283Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9594430Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9595716Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9596892Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9598340Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9599663Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9601045Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9602181Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9603520Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9604930Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9606088Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9607272Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9608729Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9610154Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9611471Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9612638Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9613818Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9614977Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9616249Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9617471Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9618903Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9620212Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9621478Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9622627Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9623809Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9624990Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9626142Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9627439Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9628745Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9629939Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:10.9630838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:10.9631831Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:10.9633652Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:10.9635194Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:10.9636738Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:10.9638200Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:10.9639515Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:10.9640824Z copying src/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:10.9641847Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:18:10.9642884Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:18:10.9644246Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:18:10.9645664Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:18:10.9646816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:18:10.9647919Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:18:10.9649348Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:18:10.9650362Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:18:10.9651279Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:18:11.0157145Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:18:11.0158143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:18:11.0159168Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:18:11.0160231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:18:11.0161255Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:18:11.0162291Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:18:11.0163331Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:18:11.0164562Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:18:11.0165742Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:18:11.0167319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:18:11.0168631Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:18:11.0170124Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:18:11.0171620Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:18:11.0172856Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:18:11.0174039Z copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:18:11.0175205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:11.0176381Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:11.0177920Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:11.0179557Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:11.0181198Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:11.0182383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0183906Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0185720Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0187323Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0189061Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0190761Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0192471Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0194077Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0195681Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0197312Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0199138Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0200722Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0202321Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0203978Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0205691Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0207374Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0208973Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0210559Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0212122Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0213713Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0215329Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0216999Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0219297Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0221408Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0223106Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0224702Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0226353Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0227880Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:11.0567833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:11.0569994Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:11.0571658Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:11.0573313Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:11.0574657Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:18:11.0575871Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:18:11.0577045Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:18:11.0577788Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:18:11.0578660Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:18:11.0579517Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:18:11.0580380Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:18:11.0581098Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:18:11.0581927Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:18:11.0583138Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:18:11.0584355Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:18:11.0585377Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:18:11.0586395Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:18:11.0587437Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:18:11.0588280Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:18:11.0589006Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:18:11.0589923Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:18:11.0590897Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:18:11.0592003Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:18:11.0593132Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:18:11.0594113Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:18:11.0595017Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:18:11.0595764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:18:11.0596537Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:18:11.0597772Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:18:11.0598774Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:18:11.0599540Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:18:11.0600383Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:18:11.0601636Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:18:11.0602717Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:18:11.0603871Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:18:11.0604749Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:18:11.0605623Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:18:11.0606700Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:18:11.0607558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:18:11.0608461Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:18:11.0609662Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:18:11.0610729Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:18:11.0611578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:18:11.0612398Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:18:11.0613481Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:18:11.0614277Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:18:11.0615050Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:18:11.0616031Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:18:11.0616838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:18:11.0617746Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:18:11.0618837Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:18:11.0619673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:18:11.0620462Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:18:11.0621449Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:18:11.0622527Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:18:11.0623645Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:18:11.0624925Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:18:11.0625776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:18:11.0626822Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:18:11.0628282Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:18:11.0629282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:18:11.0630116Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:18:11.0631272Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:18:11.0632546Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:18:11.0633479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:18:11.0634443Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:18:11.0635401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:18:11.0965802Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:18:11.0967360Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:18:11.0968420Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:18:11.0969415Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:18:11.0970433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:18:11.0971520Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:18:11.0972742Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:18:11.0973988Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:18:11.0974920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:18:11.0975845Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:18:11.0976790Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:18:11.0977844Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:18:11.0979085Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:18:11.0980337Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:18:11.0981589Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:18:11.0982588Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:18:11.0983522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:18:11.0984421Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:18:11.0985308Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:18:11.0986241Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:18:11.0987640Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:18:11.0988933Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:18:11.0990182Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:18:11.0991499Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:18:11.0992507Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:11.0993396Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:11.0994526Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:11.0995724Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:11.0997059Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:11.0998362Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:11.0999227Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:18:11.0999968Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:18:11.1000924Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:18:11.1001902Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:18:11.1002927Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:18:11.1003753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:18:11.1004662Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:18:11.1005891Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:18:11.1007278Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:18:11.1008423Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:18:11.1009770Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:18:11.1010685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:18:11.1011646Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:18:11.1012942Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:18:11.1014219Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:18:11.1015535Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:18:11.1017026Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:18:11.1017991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:18:11.1018921Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:18:11.1020162Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:18:11.1021070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:18:11.1021956Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:18:11.1023229Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:18:11.1024106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:18:11.1024915Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:18:11.1025918Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:18:11.1026807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:18:11.1027724Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:18:11.1028976Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:18:11.1029897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:18:11.1031002Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:18:11.1032170Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:18:11.1033069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:18:11.1378234Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:18:11.1379446Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:18:11.1380346Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:18:11.1381479Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:18:11.1382807Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:18:11.1383675Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1384500Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1385731Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1387481Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1389482Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1391129Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1392254Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1393368Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1394446Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1395748Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1397016Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1398142Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1399243Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1400283Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1401303Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1402395Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:18:11.1403400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:18:11.1404343Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:18:11.1405234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:18:11.1406053Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:18:11.1407160Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:18:11.1408224Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:18:11.1409042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:18:11.1409837Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:18:11.1410990Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:18:11.1412013Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:18:11.1412901Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:18:11.1414152Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:18:11.1415061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:18:11.1415962Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:18:11.1417153Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:18:11.1418042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:18:11.1418945Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:18:11.1420093Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:18:11.1421104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:18:11.1422078Z copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:18:11.1423017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:18:11.1423903Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:18:11.1425025Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:18:11.1426355Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:18:11.1427564Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:18:11.1428834Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:18:11.1429733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:18:11.1430721Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:18:11.1431872Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:18:11.1432891Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:18:11.1433905Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:18:11.1435064Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:18:11.1436204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:18:11.1437153Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:18:11.1438346Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:18:11.1439527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:18:11.1440555Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:18:11.1455047Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:18:11.1455952Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:18:11.1456928Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:18:11.1458053Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:18:11.1458944Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:18:11.1459837Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:18:11.1460878Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:18:11.1735982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:18:11.1737018Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:18:11.1738251Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:18:11.1739254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:18:11.1740117Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:18:11.1741242Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:18:11.1742120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:18:11.1743052Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:18:11.1744294Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:18:11.1745308Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:11.1746613Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:11.1748339Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:11.1749945Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:11.1751679Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:11.1753255Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:11.1754849Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:11.1756322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:18:11.1757281Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:18:11.1758509Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:18:11.1759583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:18:11.1760627Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:18:11.1762055Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:18:11.1763430Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:18:11.1764826Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:18:11.1765845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:18:11.1766975Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:18:11.1768181Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:18:11.1769403Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:18:11.1770420Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1771586Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1773435Z copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1775107Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1776613Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1778155Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1779808Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1781367Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1782897Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1784451Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1786204Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1787933Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1789427Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1791074Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1792666Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1794241Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1795955Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1797614Z copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1799451Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:11.1800696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:18:11.1801814Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:18:11.1803146Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:18:11.1804475Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:18:11.1805778Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:18:11.2138637Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:18:11.2140013Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:18:11.2141556Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:18:11.2142555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:18:11.2143614Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:18:11.2144640Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:11.2145809Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:11.2147871Z copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:11.2149929Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:11.2151397Z copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:11.2152523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:11.2153554Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:11.2155163Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:11.2156550Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:11.2158043Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:11.2159233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:18:11.2160343Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:18:11.2161462Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:18:11.2162602Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:18:11.2164119Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:18:11.2165388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:18:11.2166770Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:18:11.2168385Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:18:11.2169625Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:18:11.2171036Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:18:11.2172689Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:18:11.2174076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:18:11.2174990Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:18:11.2176159Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:18:11.2177060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:18:11.2178310Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:18:11.2179330Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2180074Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2181206Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2182119Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2183038Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2183995Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2184942Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2185894Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2186993Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2188054Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:11.2188788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:18:11.2189740Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:18:11.2190676Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:18:11.2191653Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:18:11.2192637Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:18:11.2193844Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:18:11.2194760Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:18:11.2195522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:18:11.2196373Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:18:11.2197376Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:18:11.2198255Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:18:11.2199133Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:18:11.2199838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:18:11.2200708Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:18:11.2201585Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:18:11.2202335Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:18:11.2203004Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:18:11.2204041Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:18:11.2204886Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:18:11.2205705Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:18:11.2206502Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:18:11.2207408Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:18:11.2681167Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:18:11.2681951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2682676Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2683629Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2684654Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2685653Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2686661Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2687675Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2688658Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2689828Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2690872Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2691860Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2692879Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2693902Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2694925Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2695938Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2696965Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2697964Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2699027Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2700010Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2700953Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2701925Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2702953Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2703976Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2705158Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2706315Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2707508Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2708718Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2709740Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2710792Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2711841Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2712786Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2713724Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2714762Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2715748Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:18:11.2716523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:18:11.2717221Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:18:11.2718116Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:18:11.2719050Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:18:11.2719763Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:18:11.2720438Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:18:11.2721303Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:18:11.2722256Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:18:11.2723132Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:18:11.2724006Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:18:11.2724854Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:18:11.2725519Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2726239Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2727080Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2727972Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2728925Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2729902Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2730790Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2731846Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2732721Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2733655Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2734562Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2735557Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2736495Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2737477Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2738437Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2739438Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2740477Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2741472Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2742425Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2743323Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2744195Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.2745103Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3145288Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3146466Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3147446Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3148498Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3149501Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3150653Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3151554Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3152428Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3153535Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3154616Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3155683Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3156591Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:18:11.3157537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:18:11.3158568Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:18:11.3159564Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:18:11.3160580Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:18:11.3161654Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:18:11.3162566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:18:11.3163487Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:18:11.3164471Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:18:11.3165516Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:18:11.3166852Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:18:11.3167917Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:18:11.3169360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:11.3170435Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:11.3172085Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:11.3173699Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:11.3175163Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:11.3176616Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:11.3177623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3178543Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3179813Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3181217Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3182456Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3183591Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3184697Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3185756Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3187095Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3188369Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3189605Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3190689Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3191761Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3192844Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3193937Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3195208Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3196648Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3197871Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3199332Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3200401Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3201543Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:18:11.3202444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:18:11.3203413Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:18:11.3204687Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:18:11.3205875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:18:11.3206965Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:18:11.3209065Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:18:11.3210468Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:18:11.3211364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:18:11.3212178Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:18:11.3212962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:18:11.3213729Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:18:11.3214484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:18:11.3215329Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:18:11.3584738Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:18:11.3586087Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:18:11.3587020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:18:11.3587934Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:18:11.3588992Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:18:11.3589831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:18:11.3590881Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:18:11.3592098Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:18:11.3593243Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:18:11.3594107Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:18:11.3594919Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:18:11.3595977Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:18:11.3596822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:18:11.3597661Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:18:11.3598886Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:18:11.3599790Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:18:11.3600863Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:18:11.3602048Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:18:11.3602943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:18:11.3603835Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:18:11.3604693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:18:11.3605444Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:18:11.3606195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:18:11.3607029Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:18:11.3607949Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:18:11.3608737Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:18:11.3609753Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:18:11.3610848Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:18:11.3611836Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:18:11.3612762Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:18:11.3613632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:18:11.3614443Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:18:11.3615447Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:18:11.3616259Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:18:11.3617161Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:18:11.3618018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:18:11.3618838Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:18:11.3619935Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:18:11.3620939Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:18:11.3621888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:18:11.3622382Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:18:11.3622610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:18:11.3623029Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:18:11.3623282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:18:11.3623720Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:18:11.3624001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:18:11.3624553Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:18:11.3625135Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:18:11.3625789Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:18:11.3626068Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:18:11.3626658Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:18:11.3626939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:18:11.3627526Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:18:11.3627841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3628319Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3628830Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3629343Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3630011Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3630572Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3631136Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3631675Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3632212Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3632738Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:11.3632991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:18:11.3633442Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:18:11.3633905Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:18:11.3634408Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:18:11.3634911Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:18:11.3942851Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:18:11.3944064Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:18:11.3944961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:18:11.3945789Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:18:11.3946876Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:18:11.3948350Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:18:11.3949648Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:18:11.3950613Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:18:11.3951635Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:18:11.3952698Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:18:11.3953917Z copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:18:11.3955235Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:18:11.3956828Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:18:11.3958712Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:18:11.3960403Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:18:11.3961345Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:18:11.3962735Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:18:11.3963637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:18:11.3964529Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:18:11.3965704Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:18:11.3967071Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:18:11.3968315Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:18:11.3969356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:11.3970492Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:11.3971968Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:11.3973455Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:11.3974971Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:11.3976454Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:11.3977809Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:18:11.3979111Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:18:11.3980197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:18:11.3981526Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:18:11.3982810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:11.3984185Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:11.3986259Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:11.3987612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:18:11.3989014Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:18:11.3990969Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:18:11.3992210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:18:11.3993542Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:18:11.3995024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:18:11.3996557Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:18:11.3998677Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:18:11.4000100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:18:11.4001769Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:18:11.4003426Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:18:11.4005013Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:18:11.4006461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:18:11.4007858Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:18:11.4009282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:18:11.4010921Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:18:11.4012465Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:18:11.4013937Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:18:11.4015365Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:18:11.4078544Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:18:11.4079925Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4081246Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4083353Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4085088Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4086856Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4088577Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4090412Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4092185Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4093949Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:11.4095201Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:18:11.4096615Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:18:11.4097863Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:18:11.4099260Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:18:11.4100885Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:18:11.4102588Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:18:11.4104023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:18:11.4105253Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:18:11.4106999Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:18:11.4108615Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:18:11.4109860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:18:11.4111250Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:18:11.4112827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:18:11.4114393Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:18:11.4116221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:18:11.4117651Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:18:11.4119566Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:18:11.4121118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:11.4122719Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:11.4125014Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:11.4127492Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:11.4129755Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:11.4131326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:11.4132780Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:11.4134517Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:11.4136383Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:11.4138087Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:11.4139904Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:11.4141247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:18:11.4142874Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:18:11.4144404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:11.4146017Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:11.4148163Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:11.4149547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:18:11.4150705Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:18:11.4151688Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:18:12.6681763Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:18:12.6683016Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:18:12.6684268Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:18:12.6685219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:18:12.6686050Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:18:12.6686959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:18:12.6688092Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:18:12.6689066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:18:12.6690066Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:18:12.6691340Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:18:12.6692337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:18:12.6693411Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:18:12.6694552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:18:12.6695630Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:18:12.6696748Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:18:12.6697518Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:18:12.6698317Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:18:12.6699201Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:18:12.6700396Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:18:12.6701285Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:18:12.6702008Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:18:12.6702615Z running egg_info 2025-06-05T23:18:12.6702853Z creating executorch.egg-info 2025-06-05T23:18:12.6703153Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:18:12.6703665Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:18:12.6704507Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:18:12.6705039Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:18:12.6705620Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:18:12.6706091Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:18:12.6706519Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:18:12.6706900Z adding license file 'LICENSE' 2025-06-05T23:18:12.6707236Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:18:12.6707907Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:18:12.6708533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:18:12.6709176Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:18:12.6709987Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:18:12.6710998Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:18:12.6712431Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:18:12.6713522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:18:12.6714729Z copying src/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:18:12.6716454Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:18:12.6717930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:18:12.6719500Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:18:12.6721755Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:18:12.6723748Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:18:12.6725299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:18:12.6726946Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:18:12.6729286Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:18:12.6731406Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:12.6733033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:18:12.6734749Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:18:12.6736969Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6739032Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6741078Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6743125Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6745427Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6747480Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6749575Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6923337Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6925415Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6927456Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6929767Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6931843Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6933921Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6935984Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6938738Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6940837Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6942935Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6944980Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6947087Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6949188Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6951299Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6953531Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6955613Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:12.6957278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:18:12.6959087Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:18:12.6961006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:18:12.6962836Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:18:12.6964589Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:18:12.6966197Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:18:12.6968587Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:18:12.6970921Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:18:12.6972568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:18:12.6974241Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:18:12.6976817Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:18:12.6978489Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:18:12.6980153Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:18:12.6982324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:18:12.6984178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:18:12.6985992Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:18:12.6987885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:18:12.6989809Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:18:12.6991614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:18:12.6993619Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:18:12.7137655Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:18:12.7141684Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:18:12.7143742Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:18:12.7145707Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:18:12.7149302Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:18:12.7152186Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:12.7154341Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:12.7157480Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:12.7159622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:18:12.7161529Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:18:12.7163862Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:18:12.7167095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:18:12.7169001Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:18:12.7170753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:18:12.7172872Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:18:12.7175681Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:12.7177691Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:12.7180042Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:12.7183805Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:12.7186594Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:12.7189347Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:18:12.7193584Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:18:12.7197067Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:18:12.7199186Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:18:12.7201728Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:18:12.7204815Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:18:12.7207566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7209328Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7211580Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7213901Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7218089Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7220448Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7222744Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7339659Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7343829Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7346292Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7348724Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7352661Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7355610Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:12.7357875Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:18:12.7359550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:18:12.7362584Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:18:12.7364408Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:18:12.7366148Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:18:12.7368619Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:18:12.7371520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:18:12.7373389Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:18:12.7375578Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:18:12.7377778Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:18:12.7381094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:18:12.7382827Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:18:12.7385086Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:18:12.7386983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:18:12.7390005Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:18:12.7392382Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:18:12.7394244Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:18:12.7396594Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:18:12.7400343Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:18:12.7402418Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:18:12.7404901Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:18:12.7407940Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:18:12.7409854Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:18:12.7411765Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:18:12.7414419Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:18:12.7418294Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:18:12.7420870Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:18:12.7422683Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:18:12.7703694Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:18:12.7706905Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:18:12.7709241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:18:12.7710139Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:18:12.7711320Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:18:12.7712435Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:12.7713547Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:12.7715109Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:18:12.7717090Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:18:12.7718345Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:18:12.7719331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:18:12.7720189Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:18:12.7721347Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:18:12.7722441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7724495Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7726358Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7727869Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7729336Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7731704Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7733848Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7735306Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7736840Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7738399Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7741034Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7742683Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7744091Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7745518Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7747029Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7749815Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7751424Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7752977Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7754540Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7756388Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7758804Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7760329Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7761898Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7763455Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7765902Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7768183Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7769679Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7771106Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7772554Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7775078Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7776734Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7778226Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7779707Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7781529Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.7784036Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8058349Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8059970Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8061482Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8062978Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8064649Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8066174Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8067979Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8069533Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8070977Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8072591Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8074423Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8076116Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8077609Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8079067Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8080495Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8082097Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8083621Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8085111Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8086631Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8088179Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8089884Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8091365Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8092809Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8094304Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8095772Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8097490Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8098996Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8100454Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8101892Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8103280Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:12.8104496Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:18:12.8106017Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:18:12.8107252Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:18:12.8108618Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:18:12.8109621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:12.8110681Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:12.8112280Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:12.8113674Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:12.8115088Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:12.8116511Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:12.8117906Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:12.8119236Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:18:12.8120697Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:18:12.8122079Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:18:12.8123409Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:18:12.8124688Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:18:12.8125999Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:18:12.8127383Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:18:12.8129113Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:12.8433067Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:12.8434283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8435646Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8437270Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8439090Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8440643Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8442336Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8444083Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8445647Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8447176Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8448714Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8450232Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8451889Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8453638Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8455172Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8456633Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8458118Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8459577Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8461264Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8462885Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8464425Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8465934Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8467622Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8469202Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8471158Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8472853Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8474379Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8475855Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8477367Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8479103Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8480683Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8482194Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8483713Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8485207Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8486690Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8488413Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8490036Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8491572Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8493093Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8494629Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8496171Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8497970Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8499590Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8501170Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8502622Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8760843Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8763666Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8766424Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8769551Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8772539Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8775458Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8778397Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8781395Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8784389Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8787192Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8790101Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8793050Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8796034Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8798341Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8799947Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8801557Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8803263Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8806537Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8809494Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8812312Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8815079Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8817266Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8818871Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8820458Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8822234Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8824708Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8826194Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8827707Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8829281Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8831442Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8833549Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:12.8835099Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8836716Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8838492Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8841272Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8842975Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8844834Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8846982Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8849852Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8852379Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8854016Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8855602Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8857226Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.8859179Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9839758Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9843037Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9846103Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9848986Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9851885Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9853598Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9855222Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9856886Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9858599Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9860452Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9862046Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:12.9864021Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:12.9866261Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:12.9869245Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:12.9870858Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:18:12.9872162Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:18:12.9873217Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:18:12.9874499Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:18:12.9876062Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:18:12.9878577Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:12.9880911Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:12.9883257Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:12.9885724Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:12.9900717Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:18:12.9902860Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:18:12.9904789Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:18:12.9906956Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:18:12.9909324Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:18:12.9912146Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:18:12.9915630Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:18:12.9918558Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:18:12.9920688Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:18:12.9922749Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:18:12.9924809Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:18:12.9926260Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:18:12.9927881Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:12.9929181Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:18:12.9930907Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:18:12.9933068Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:18:12.9934614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:18:12.9936135Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:18:12.9937794Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9939192Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9940851Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9942483Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9944060Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9945653Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9947274Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9949062Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9950904Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9952728Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9954434Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9956145Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9957971Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9984060Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9985195Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9986051Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9986896Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9987838Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9989376Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:18:12.9991140Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:18:12.9992975Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:18:12.9994813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:18:12.9996826Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:18:12.9999298Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:18:13.0001287Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.0003155Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.0005409Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.0007670Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.0009829Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.0011072Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.0012075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0013084Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0014268Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0015700Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0017737Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0018901Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0020018Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0021155Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0022300Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0023718Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0025753Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0027940Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0030049Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0032400Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0034568Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.0036582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:18:13.0038171Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:18:13.0039588Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:18:13.0040774Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0041977Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0043898Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0046502Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0049032Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0051532Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0054225Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0056732Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0059105Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0061433Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0063869Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0066493Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0069113Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.0070884Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.0072467Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.0074439Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.0076149Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.0078372Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.0080025Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:18:13.0081735Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:18:13.0083439Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0085093Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0798897Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0800770Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0802635Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0804499Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0806255Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0808012Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0809794Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0811586Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0813331Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0815100Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.0816683Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:18:13.0818375Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:18:13.0820339Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:18:13.0822068Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:18:13.0823866Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:18:13.0826065Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:18:13.0828169Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:18:13.0829784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.0831309Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.0833127Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.0834972Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.0836799Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.0838693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:18:13.0840587Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:18:13.0842607Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:18:13.0844612Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:18:13.0845920Z running build_ext 2025-06-05T23:18:13.0846638Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:18:13.0848850Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:18:13.0851463Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-06-05T23:18:13.0853811Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:18:13.0856961Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:18:13.0860391Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:18:13.0863674Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:18:13.0865657Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:18:13.0866240Z running install 2025-06-05T23:18:13.0866804Z running install_lib 2025-06-05T23:18:13.0867277Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:18:13.0867963Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:18:13.0868724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:18:13.0870013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:18:13.0871855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:18:13.0873713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:18:13.0875559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:18:13.0876975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:18:13.0878407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:18:13.0880441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:18:13.0882451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:18:13.0884454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:18:13.0886254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:18:13.0888021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:18:13.0890272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:18:13.0892532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:18:13.0894122Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:18:13.0895780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:18:13.0898099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:18:13.0900460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:18:13.0902803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:18:13.0905106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:18:13.0907409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:18:13.0909134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:18:13.0910651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:18:13.0912837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:18:13.0914989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:18:13.0917164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:18:13.0919405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:18:13.0921683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:18:13.0923882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:18:13.0925475Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:18:13.0927169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:18:13.0929594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:18:13.0932123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:18:13.0934675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:18:13.0936595Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:18:13.0938049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-06-05T23:18:13.0939549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:18:13.0941278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:18:13.0943708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:18:13.0945544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:18:13.0947508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-06-05T23:18:13.0949543Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:18:13.0951292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:18:13.0953633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:18:13.0956067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:18:13.0957928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:18:13.0959855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:18:13.0962692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:18:13.0964824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:18:13.0967104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-06-05T23:18:13.0969986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:18:13.0972844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:18:13.0974896Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:18:13.0976917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:18:13.0978991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:18:13.0981210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-06-05T23:18:13.0984217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:18:13.0987485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:18:13.0989564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:18:13.0991539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:18:13.0994291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:18:13.0996953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:18:13.0998902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:18:13.1000832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-06-05T23:18:13.1002630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:18:13.1004339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:18:13.1006720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:18:13.1008420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:18:13.1010064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:18:13.1012438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:18:13.1014060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:18:13.1015802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-06-05T23:18:13.1018301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:18:13.1020686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:18:13.1022371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:18:13.1023975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:18:13.1026200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:18:13.1027965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:18:13.1029794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-06-05T23:18:13.1031631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:18:13.1033301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:18:13.1035540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:18:13.1038164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:18:13.1040720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:18:13.1043278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:18:13.1045033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:18:13.1046914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:18:13.1049602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:18:13.1052350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:18:13.1055041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:18:13.1057915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:18:13.1059994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:18:13.1061870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:18:13.1064544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:18:13.1066454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:18:13.1068387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:18:13.1070917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:18:13.1073684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:18:13.1075517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:18:13.1076807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1078525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1080326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1082162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1083996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1085854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1088028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1089870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1091611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1093420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1095346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1097274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1099100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1100983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1102800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1104659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1106556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1108425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1110192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1111958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1113728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1115464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1117223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1119009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1120356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:18:13.1121827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1123955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1126082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1128237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1130441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1132609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1135002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1137204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1139329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1140948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:18:13.1142571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:18:13.1144798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:18:13.1147211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:18:13.1149735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:18:13.1152162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:18:13.1154413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1156567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:18:13.1158096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:18:13.1159659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:18:13.1161829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:18:13.1164044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:18:13.1166283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:18:13.1168626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:18:13.1170737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:18:13.1172420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:13.1174555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:13.1177569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:13.1180732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:13.1183952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:13.1187500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:18:13.1189675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:18:13.1191485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1194151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1196804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1199442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1202032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1204509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1206946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1209488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1212013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1214468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1216961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1219449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1221875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1224315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1226840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1229425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1231863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1234240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1236715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1239341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:18:13.1241035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:18:13.1242940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:18:13.1245563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:18:13.1247490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:18:13.1249549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:18:13.1252543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:18:13.1255370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:18:13.1257162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:18:13.1258669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:18:13.1260749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:18:13.1262823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:18:13.1264907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:18:13.1266378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:18:13.1268082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:18:13.1270140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:18:13.1271692Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:18:13.1273415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-06-05T23:18:13.1275191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:18:13.1277098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-06-05T23:18:13.1278981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:18:13.1280590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:18:13.1282234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:18:13.1283966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:18:13.1286490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:18:13.1288354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:18:13.1290147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:18:13.1292697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:18:13.1295270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:18:13.1297013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:18:13.1298721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:18:13.1301158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:18:13.1302970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:18:13.1304821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-06-05T23:18:13.1306657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:18:13.1308481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:18:13.1310904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:18:13.1312648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:18:13.1314407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:18:13.1316995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:18:13.1319424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:18:13.1321043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:18:13.1322783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-06-05T23:18:13.1324496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:18:13.1325885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:18:13.1327795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:18:13.1329776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:18:13.1331190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:18:13.1332726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-06-05T23:18:13.1334256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:18:13.1336030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:18:13.1338136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:18:13.1340182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:18:13.1341719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:18:13.1343428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-06-05T23:18:13.1345084Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:18:13.1346529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1348817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1351104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1353273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1355599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1357920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1360259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1362589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1364949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1367432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1369737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1372125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1374387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1376724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1379103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1381432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1383696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1386255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1388556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1390815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1393244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1395541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1397843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1400208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1402632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1405116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1407506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1409877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1412265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1414482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1416698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1418901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1421156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:18:13.1422814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:18:13.1424309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:18:13.1426448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:18:13.1428659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:18:13.1430218Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:18:13.1431853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:18:13.1434172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:18:13.1436819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:18:13.1438437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:18:13.1439876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:18:13.1441961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:18:13.1444030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:18:13.1446059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:18:13.1448146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:18:13.1450180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:18:13.1451623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:18:13.1453075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1455060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1457188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1459415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1461573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1463569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1465617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1467898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1469961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1472103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1474441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1476650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1478679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1480915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1483264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1485903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1488154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1490301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1492439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1494526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1496644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1498939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1501195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1503339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1505577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1508118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1510472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1512661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1514721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1516800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1518945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1521095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1523250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:18:13.1524849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:18:13.1526548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:18:13.1528919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:18:13.1531269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:18:13.1533649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:18:13.1535516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:18:13.1537464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-06-05T23:18:13.1539699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:18:13.1541079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:18:13.1542427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-06-05T23:18:13.1543842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:18:13.1545366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-06-05T23:18:13.1546965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:18:13.1548044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:18:13.1549750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-06-05T23:18:13.1551400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:18:13.1552859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:18:13.1554866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:18:13.1556776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:18:13.1558200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:18:13.1559117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:18:13.1560592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1562692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1564821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1567203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1569421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1571630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1573825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1575975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1578124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1580346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1582553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1584978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1587127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:18:13.1588820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:18:13.1590464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1592772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1595302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1598039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1600452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1602811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1605259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1607724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1610228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1612626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1615145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1617732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1620398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1622976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1625549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1628169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1630707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1633248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1636063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1638645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1641249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1643694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1646218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1648873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1651480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1654123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1656788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1659322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1661847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1664325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1666991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1669380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1671978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1674634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1677126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1679635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1682264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1684901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1687748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1690336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1693001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1695603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1698111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1700609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1703222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1705753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1708271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1710816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1713457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1716114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1718691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1721309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1724019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:18:13.1726041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:18:13.1727942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1730712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1733522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1736344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1739429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1742253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1745062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1748037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1750822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1753654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1756489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:18:13.1758519Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:18:13.1760265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1762741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1765236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1767832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1770233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1772676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1775076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1777441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1779904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1782318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1784762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1787264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1789825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1792598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1794996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1797346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1799510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1801828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1804235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1806629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1808958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1811369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1813827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1816347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1818863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1821331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1823752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1826216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1828758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1831234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1833765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1836239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1838652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1841011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1843614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1845969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1848381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1850816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1853133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1855528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1857864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1860281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1862790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1865308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1868137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1870794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1873302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1875684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1878308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1880957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1883529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1886032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:18:13.1887836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:18:13.1889532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:18:13.1891991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:18:13.1894949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:18:13.1897687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:18:13.1900409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:18:13.1902305Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:18:13.1904030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:18:13.1905815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:18:13.1907457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:18:13.1909807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:18:13.1912135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:18:13.1914469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:18:13.1916172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:18:13.1918046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1920739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1923384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1925995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1928628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1931250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1933979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1936546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1939240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1942052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1944775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:18:13.1946844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:18:13.1948756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1951378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1953951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1956472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1959040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1961619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1964334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1967144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1969456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1972038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1974626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:18:13.1976408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:18:13.1978133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.1980501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.1982965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.1985359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.1987834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.1990210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.1992575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.1995004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.1997810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2000306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2002789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2005187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2007576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2009996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2012468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2015005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2017404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2019835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2022282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2024795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2027285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2029915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2032413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2034869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2037315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2039646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2042064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2044493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2046923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2049617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2052000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2054407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2056898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2059285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2061680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2064233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2066939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2069478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2071957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2074418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2076891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2079375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2081794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2084240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2086737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2089140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2091542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2093940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2096352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2098842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2101738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2104231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2106645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2109178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2111493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2113839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2116170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2118624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2121060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2123487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2125982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2128451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2130926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2133422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2135938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2138497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2140939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2143319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2145788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2148448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2150995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2153577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2155924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2158351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2160844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2163315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2165798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2168350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2170785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2173184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2175597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2178076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2180580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2183004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2185602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2188334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2190860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2193313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2195716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2198065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:18:13.2199838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:18:13.2201768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2204869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2207717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2210522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2213341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2216067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2218982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2221832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2224646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2227537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2230547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2233375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2236189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2238885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2241639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2244440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2247343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2250202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2253028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2255797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2258785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2261541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:18:13.2263571Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:18:13.2265568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-06-05T23:18:13.2267704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:18:13.2269562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:18:13.2272217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:18:13.2274854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:18:13.2277446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:18:13.2279338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:18:13.2281187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-06-05T23:18:13.2283019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:18:13.2284653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-06-05T23:18:13.2286437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:18:13.2287696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:18:13.2289928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:18:13.2292270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:18:13.2293880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:18:13.2296661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:18:13.2300548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:18:13.2303356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2306241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2310407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2314215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2317966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2321720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2325457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2329127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2332733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2336308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2340121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2343945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2347646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2351378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2354970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2358523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2362118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2365760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2369785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2373510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2377303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2380949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2384678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2388444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2392199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2395956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2399601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2403225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2406913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2410504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2414208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2418065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2421827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2425547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2429577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:18:13.2432062Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:18:13.2433636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:18:13.2436212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:18:13.2438956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:18:13.2441746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:18:13.2444461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:18:13.2446123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:18:13.2449054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:18:13.2452123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:18:13.2455154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:18:13.2458305Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:18:13.2461664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:18:13.2464919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:18:13.2468330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:18:13.2472676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:18:13.2475891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:18:13.2479109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:18:13.2482862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:18:13.2486215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:18:13.2489573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:18:13.2492897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:18:13.2496144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:18:13.2499295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:18:13.2502580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:18:13.2505845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:18:13.2509260Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:18:13.2512615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:18:13.2515962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:18:13.2519344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:18:13.2522610Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:18:13.2525861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:18:13.2529086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:18:13.2532369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:18:13.2535619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:18:13.2538953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:18:13.2542330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:13.2545498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:13.2549969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:13.2554319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:13.2558747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:18:13.2562033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:18:13.2565262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:18:13.2590905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:18:13.2594165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:18:13.2597500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:18:13.2600681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:18:13.2603881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:18:13.2607147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:18:13.2610441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:18:13.2613504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:18:13.2617630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:18:13.2621228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2624636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2629325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2633875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2638382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2642977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2647490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2652302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2656968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2661572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2666262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:18:13.2669997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2673893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2679280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2684524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2689554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2694587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2699676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2704746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2709908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2715000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2720068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2725199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2730320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2735219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:18:13.2739957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:18:13.2743153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:18:13.2746296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:18:13.2750635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:18:13.2753711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:13.2756937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:13.2761312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:13.2765828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:13.2770158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:13.2774487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:18:13.2777793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.2780910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.2785306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.2789612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.2792740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:18:13.2796117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:18:13.2801175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:18:13.2805590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:18:13.2808865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2812358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2817060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2821924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2826954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2832011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2836855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2841603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2846313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2851117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2855952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2861012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2865809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2870758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2875646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2880761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2885754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2890544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2895505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2900561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2905375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2910164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2915020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:18:13.2918743Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:13.2922851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:13.2927985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:13.2933336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:13.2938723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:13.2944173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:13.2949593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:13.2954826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:18:13.2958593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:18:13.2962135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:18:13.2967171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:18:13.2970695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:18:13.2974354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:18:13.2979351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:18:13.2984700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:18:13.2988364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.2991657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.2996231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.3000780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.3005329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.3009830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.3014268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.3018779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.3023293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.3027729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:18:13.3031009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:18:13.3034294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:18:13.3038846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:18:13.3043750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:18:13.3047176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:18:13.3050566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:18:13.3055222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:18:13.3058621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:18:13.3061782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:18:13.3065097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:18:13.3068997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:18:13.3073903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:18:13.3078730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:18:13.3082132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:18:13.3085362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:18:13.3089870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:18:13.3093350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:18:13.3097085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:18:13.3101284Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:18:13.3105041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:18:13.3107561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:18:13.3110042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:18:13.3111050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:18:13.3113365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:18:13.3115758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:18:13.3116835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:18:13.3117906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:13.3120126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:13.3122479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:13.3125006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:13.3127287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:18:13.3128493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:13.3131518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:13.3134308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:13.3137094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:13.3139918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:13.3142502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:18:13.3143651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:18:13.3146133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:18:13.3148679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:18:13.3151026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:18:13.3153403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:18:13.3155498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3157569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3159769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3161966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3164028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3166058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3168313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3170362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3172417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3174481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3176544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3178684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3180760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3182904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3185001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3187115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3189635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3191681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3193676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3195783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3197956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3200090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3202136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:18:13.3203133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:18:13.3205239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:18:13.3206286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:18:13.3208554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:18:13.3210828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:18:13.3211876Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:18:13.3214172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:18:13.3216489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:18:13.3217733Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:18:13.3219935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:18:13.3222134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:18:13.3223192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:18:13.3225544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:18:13.3227895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:18:13.3228856Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:18:13.3231056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:18:13.3232118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:18:13.3234357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:18:13.3235414Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:13.3237711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:13.3240019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:13.3242327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:13.3244739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:18:13.3245915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:18:13.3248378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:18:13.3250875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:18:13.3253396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:18:13.3254385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3256635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3258897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3261197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3263517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3265702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3268073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3270286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3272474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3275207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3277528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3279768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3282151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:18:13.3283156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:18:13.3285414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:18:13.3286346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:18:13.3287359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:18:13.3288490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:18:13.3291079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:18:13.3293724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:18:13.3294824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:18:13.3296035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:18:13.3298740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:18:13.3299642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:18:13.3300698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:18:13.3302827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:18:13.3303793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:18:13.3304814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:18:13.3305889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:18:13.3308409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:18:13.3310857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:18:13.3312013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:13.3314618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:13.3317289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:13.3319875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:13.3322363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:18:13.3324475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:18:13.3325454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:18:13.3326439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:18:13.3328722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:18:13.3329807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:18:13.3330668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:18:13.3331609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:18:13.3332562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:18:13.3333559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:18:13.3336043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:18:13.3338489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:18:13.3340802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:18:13.3341926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3344438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3346955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3349730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3352337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3354899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3357602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3360212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3362798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3365333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3367923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3370241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3372800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3375187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3377776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3380549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3383009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3385552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3388523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3391238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3393663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3396168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3398781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:18:13.3400074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:13.3402867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:13.3405644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:13.3408534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:13.3411337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:13.3414358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:13.3417059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:13.3420039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:18:13.3421178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:18:13.3423730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:18:13.3426309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:18:13.3427402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:13.3430041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:13.3432443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:13.3434826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:13.3437264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:18:13.3438483Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:13.3441312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:13.3444132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:13.3446962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:13.3449944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:13.3452601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:18:13.3453701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:18:13.3456192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:18:13.3458623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:18:13.3459785Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:18:13.3462383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:18:13.3464963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:18:13.3467658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:18:13.3468857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:18:13.3471374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:18:13.3473299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:18:13.3474201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:18:13.3476267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:18:13.3478592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:18:13.3479522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:18:13.3481604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:18:13.3483664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:18:13.3485731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:18:13.3486690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:18:13.3488787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:18:13.3489653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:18:13.3491708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:18:13.3492594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:18:13.3493529Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:18:13.3494488Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:18:13.3495492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:18:13.3496545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:18:13.3498899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:18:13.3499843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:18:13.3500742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:18:13.3501810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:18:13.3504376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:18:13.3505323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:18:13.3506267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:18:13.3508478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:18:13.3510661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:18:13.3511339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:18:13.3512884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:18:13.3513299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:18:13.3513736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:18:13.3514901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:18:13.3516116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:18:13.3516513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:18:13.3517608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:18:13.3518763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:18:13.3519864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:18:13.3520993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:18:13.3521705Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:18:13.3523290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:18:13.3524977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:18:13.3525514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:18:13.3526924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3528446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3529760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3531084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3532428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3533759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3535090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3536405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3537684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3539005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:18:13.3539440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:18:13.3540461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:18:13.3541566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:18:13.3542646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:18:13.3543108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:18:13.3544223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:18:13.3545646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:18:13.3546135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:18:13.3547294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:18:13.3548588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:18:13.3549794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:18:13.3551059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:18:13.3551563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:18:13.3552747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:18:13.3553820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:18:13.3554854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:18:13.3555835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:18:13.3556267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:18:13.3557555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:18:13.3559011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:18:13.3560292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:18:13.3560726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:18:13.3561833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:18:13.3563057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:18:13.3564333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:18:13.3565528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:18:13.3565990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:18:13.3567425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:18:13.3568670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:18:13.3569834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:18:13.3570976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:18:13.3571504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:13.3572765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:13.3574157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:13.3575639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:13.3577310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:18:13.3577915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:13.3579365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:13.3581007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:13.3582574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:13.3584258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:18:13.3584902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:13.3586409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:13.3588121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:13.3589692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:13.3591319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:18:13.3591997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:18:13.3593569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:18:13.3594406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3596264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3598199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3600185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3602207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3604466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3606421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3608324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3610325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3612356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3614361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3616285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3618271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3620263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:18:13.3621002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:13.3622732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:13.3624575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:13.3626364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:13.3628344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:18:13.3628820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:18:13.3630223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:18:13.3630771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3632194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3633581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3635125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3636428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3637809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3639219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3640591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3642142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3643665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3645202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3646867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3648511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3649932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3651426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3652935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3654409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3655745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3657372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3658818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3660265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3661714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3663088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3664520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3665971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3667686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3669250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3670681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3672108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3673482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3674877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3676331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3677808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3679236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3680690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3682244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3684071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3685518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3686961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3688372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3689785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3692973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3696399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3699711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3702752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3705856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3709156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3712305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3715417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3718504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3721774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3725238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3728597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3731719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3735108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3738217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3741457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3744626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3747945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3751256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3754450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3757621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3760748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3763713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3766904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3769757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3772895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3776072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3779194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3782309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3785433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3788615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3792224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3795608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3798855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3802063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3805227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3808452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3811698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3815002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3818144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3821200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3824353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3827437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3830460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3833487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3836743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3840153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3843449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3846543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3849597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3852930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3856004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3859032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3862096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3865148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3868409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3871495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3874669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3877953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3881246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3884037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3887026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3890094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3893089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3896188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3899410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3902628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3905735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3909285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3912443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3915814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3919205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3922400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3925440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3928611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3931696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3934685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3937799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3940956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3944073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3947147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3950375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3953474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3956457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3959484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3962555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3965851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3969097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3972297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3975608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3978895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3982032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3985267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3988437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3991502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3994656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.3997827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4001057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4004388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4007884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4011214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4014638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4018092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4021506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4025356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4028769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4032225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4035643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4039021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4042337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4045698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4049095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4052502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4056094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4059589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4062944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4066259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4069870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4073202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4076506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4079557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4082850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4085844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4088814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4091773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4094732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4097805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4100933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4104126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4107274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4110387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4113687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4116929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4120004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4123180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4126588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4129966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4133357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4136614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4139711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4143125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4146215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4149403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4152376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:18:13.4154513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:18:13.4156710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:18:13.4159782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:18:13.4162125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4164735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4168574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4172305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4175980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4179665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4183432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4187279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4191210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4195169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4199604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4203540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4207377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4211157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4214939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4218771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4222501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4226262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4230132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4233947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4237751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4241531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4245202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4248819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4252491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4256590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4260356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4264062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4268009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4271751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4275507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4279259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4283028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4286792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4290471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4294242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4298020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4301771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4305554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4309352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4313406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4317068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4320779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4324503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4328284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4332013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4335754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4339490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4343227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4346855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4350640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4354357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4358062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4361769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4365504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4369595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4373323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4377078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4380845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4384561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4388456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4392420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4396353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4400226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4404010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4407802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4411560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4415302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4419066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4422840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4426935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4430735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4434461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4438312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4442179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4445868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4449648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4453335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4457068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4460883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4464734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4468925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4473029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:18:13.4475934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:18:13.4478628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:18:13.4481257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:18:13.4483890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:18:13.4487045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:18:13.4490193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:18:13.4492451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:13.4494594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:13.4497579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:13.4500693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:13.4503824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:13.4507010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:13.4510275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:18:13.4512676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4515256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4518667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4522552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4526507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4530248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4534195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4538309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4542328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4546173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4550263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4554269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4558147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4562033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4565923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4569880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4573870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:18:13.4576519Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:18:13.4578366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:18:13.4580909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:18:13.4583416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:18:13.4585162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:18:13.4586930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4589405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4591828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4594728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4597146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4599640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4602186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4604781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4607349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4609886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4612322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:18:13.4614047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:18:13.4615144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:18:13.4616418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4618911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4622492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4626048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4629547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4633079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4636634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4640185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4643509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4647083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:18:13.4649459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:18:13.4651105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:18:13.4653443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:18:13.4655851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:18:13.4657631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:18:13.4659506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:18:13.4662215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:18:13.4664053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:18:13.4665815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:18:13.4667902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:18:13.4669977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:18:13.4672060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4674067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4676737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4679343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4682032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4684686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4687483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4690143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4692737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4695484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4698189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4701231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:18:13.4703081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:18:13.4704707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-06-05T23:18:13.4706463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4708323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4710937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4713741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4716382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4718949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4721515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4724176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4726856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4729608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4732261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4734852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4737457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4740156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4742825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4745583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4748271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4751280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4754045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4756644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4759247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4762046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4764681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4767332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4769835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4772506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4775218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4778021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4780748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4783471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4786170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4788869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4791576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4794251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4796962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4799679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4802344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4805177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:18:13.4807019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4809047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4811627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4814219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4816941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4819518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4821924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4824417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4827030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4829767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4832455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4835065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4837731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4840302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4842911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4845532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4848131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4850612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4853210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4855856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4858802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4861383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4863787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4866103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4868660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4871137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4873713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4876299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4878932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4881598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4884181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4886720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4889294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4891890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4894540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4897241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4899896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4902495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4905130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4907852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4910903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4913447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4916015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4918606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4921120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4923768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4926315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4928908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4931453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4934081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4936666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4939235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4941783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4944265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4946809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4949478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4952018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4954550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4957126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4959642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4962534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4965101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4968000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4970626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4973170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4975793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4978427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4981109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4983757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4986334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4988996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4991654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4994247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4996937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.4999681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5002387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5005009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5007592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5010146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5012757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5015755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5018327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5020880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5023502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5026085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5028727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5031500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5034304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5037024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5039638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5042228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:18:13.5044015Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:18:13.5045851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-06-05T23:18:13.5047640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:18:13.5049554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:18:13.5052268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:18:13.5055014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:18:13.5056930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:18:13.5058850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:18:13.5061606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:18:13.5064376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:18:13.5067489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:18:13.5069557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:18:13.5071807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:18:13.5075054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:18:13.5077323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:18:13.5079304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:18:13.5082224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:18:13.5085142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:18:13.5087170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:18:13.5088930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:18:13.5091441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:18:13.5094020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:18:13.5095776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:18:13.5097548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:18:13.5100028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:18:13.5101777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:18:13.5102791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:18:13.5104574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-06-05T23:18:13.5106337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:18:13.5108057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5110450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5112973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5115434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5118389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5121020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5123629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5126101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5128503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5130978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5133480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5135994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5138526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5141018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5143493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:18:13.5145408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:18:13.5147450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:18:13.5150498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:18:13.5153298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:18:13.5155086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:18:13.5156661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:18:13.5158925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:18:13.5161166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:18:13.5163526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:18:13.5166041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:18:13.5168151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5170559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5173111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5175895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5178712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5203364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5204741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5205957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5207219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5208393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:18:13.5208862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:18:13.5210177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-06-05T23:18:13.5210644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:18:13.5211898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-06-05T23:18:13.5212347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:18:13.5213516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-06-05T23:18:13.5213994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:18:13.5214504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:18:13.5215081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5216613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5218155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5219628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5221081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5222807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5224238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5225681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5227265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5228863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5230358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5231768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5233195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5234606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5236078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5237612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5239208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5240788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5242427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5243882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5245375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5246896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5248516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5250323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5251747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5253277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5254782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5256232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5257628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5259074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5260533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5261980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5263549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5265034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5266502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5268217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5269738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5271275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5272796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5274263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5276064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5277633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5279037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5280430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5281764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5283446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5284794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5286212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5287604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5288976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5290370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5291788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5293226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5294700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5296220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5297596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5298937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5300497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5302070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5303444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5304826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5306218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5307643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5309073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5310441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:18:13.5310934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:18:13.5312226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:18:13.5313546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:18:13.5314840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:18:13.5316069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:18:13.5316480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:18:13.5317597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:18:13.5318760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:18:13.5319942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:18:13.5321045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:18:13.5321526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:18:13.5322653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:18:13.5323931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:18:13.5325477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:18:13.5326001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:13.5327263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:13.5328604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:13.5329918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:13.5331291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:13.5332641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:13.5333908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:18:13.5334365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:18:13.5335535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:18:13.5336787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:18:13.5338091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:18:13.5338552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:18:13.5339028Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:18:13.5340296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-06-05T23:18:13.5340883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:18:13.5341552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:13.5343188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:13.5344764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:13.5346365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:13.5348308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:13.5349831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:13.5351333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:13.5352932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:18:13.5353684Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:18:13.5355400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:18:13.5356056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:18:13.5356739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:18:13.5357579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:18:13.5359557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:18:13.5359981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:18:13.5360471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:18:13.5360969Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:13.5362314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:13.5363686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:13.5364979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:13.5366320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:13.5367889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:13.5369219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:18:13.5369618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:18:13.5370596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:18:13.5371959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:18:13.5372407Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5373510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5374781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5375955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5377107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5378264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5379527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5380668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5381838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5383039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5384184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5385350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5386472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:18:13.5386924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5388113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5389316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5390445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5391549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5392733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5393937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5395316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5396445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5397602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5398758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5399907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5401056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5402342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5403577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5404706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5405857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5407020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5408147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5409328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5410499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5411700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5412864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5413983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5415260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5416398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5417556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5418721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5419718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5420688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5421690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5422788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5423934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5425100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5426217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5427407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5428673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5429823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5431009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5432140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5433325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5434482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5435717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5436938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5438121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5439428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5440760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5442194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5443369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5444608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:18:13.5445067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:18:13.5446270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:18:13.5447585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:18:13.5448136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:18:13.5449435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:18:13.5450794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:18:13.5452057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:18:13.5453375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:18:13.5454818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:18:13.5456169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:18:13.5456701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:18:13.5458059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:18:13.5459362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:18:13.5459851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:18:13.5461172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:18:13.5462532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:18:13.5463049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:18:13.5464428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:18:13.5466070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:18:13.5467496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:18:13.5468750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:18:13.5469165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:18:13.5470346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:18:13.5471524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:18:13.5472016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5473279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5474478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5475750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5477010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5478272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5479562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5480849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5482111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5483380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5484625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5485941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5487189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5488370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:18:13.5488821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5490379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5491509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5492652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5493847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5494951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5496076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5497230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5498467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5499614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5500787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5501933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5503080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5504209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5505323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5506468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5507608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5508891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5510084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5511200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5512315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5513424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5514847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5516066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5517236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5518463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5519694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5520932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5522140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5523372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5524562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5525674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5526915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5528222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5529385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5530566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5531732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5532947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5534206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5535415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5536585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5537784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5539320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5540460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:18:13.5540951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:18:13.5542310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:18:13.5543663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:18:13.5545106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:18:13.5546466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:18:13.5547893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:18:13.5549196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:18:13.5550574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:18:13.5551115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:18:13.5552490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:18:13.5553895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:18:13.5555317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:18:13.5555864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:18:13.5557351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:18:13.5558723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:18:13.5559200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:18:13.5560388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:18:13.5561632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:18:13.5562263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:18:13.5562879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:18:13.5564163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:18:13.5564767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:18:13.5565381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:18:13.5567117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:18:13.5568581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:18:13.5570097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:18:13.5570695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:18:13.5571322Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:18:13.5572814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:18:13.5574158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:18:13.5574673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:18:13.5575998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:18:13.5577294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:18:13.5577865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:18:13.5579231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:18:13.5579891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:13.5581497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:13.5583173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:13.5584741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:18:13.5585357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:18:13.5585971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:18:13.5587960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:18:13.5589533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:18:13.5590924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:18:13.5591499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:18:13.5592948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:18:13.5594393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:18:13.5594967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:18:13.5595558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:13.5597131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:13.5598734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:13.5600436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:13.5601978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:18:13.5602587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5604033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5605455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5606954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5608625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5610206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5611836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5613768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5615424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5617046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5618612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5620264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5621904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5623497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5625043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5626736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5628423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5630169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5631804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5633408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5635017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5636516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5638112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5639982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5641710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5643409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5644929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5646505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:18:13.5647115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5648639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5650210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5651739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5653329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5654917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5656439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5657970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5659536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5661069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5662578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5664079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5665837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5667632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5669166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5670661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5672088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5673629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5675221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5676744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5678213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5679804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5681320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5682832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5684398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5685890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5687294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5688847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5690404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5691946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5693813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5695292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5696768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5698298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5699851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5701442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5703007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5704538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5706127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5707643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5709332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5710814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5712308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5713769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5715275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5716710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5718180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5719994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5721625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5723180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5724744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5726341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5727933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5729569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5731145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5732759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5734381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5736008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5737636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5739268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5740830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5742396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5743899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5745497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5746991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5748655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5750247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5751845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5753319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5754779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5756265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5757760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5759206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5760654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5762098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:18:13.5763446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-06-05T23:18:13.5763915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:18:13.5765025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:18:13.5766183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:18:13.5767456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:18:13.5768666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:18:13.5769051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:18:13.5769635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:18:13.5770793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:18:13.5771908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:18:13.5772390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5773626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5774946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5776201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5777471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5778774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5780089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5781339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5782691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5783969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5785339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5786564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5787895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5789218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5790446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5791685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5792974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5794248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5795760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5797011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5798212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:18:13.5798686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:18:13.5799884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:18:13.5801183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:18:13.5801704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:18:13.5803024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:18:13.5804431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:18:13.5805765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:18:13.5806212Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:18:13.5807365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:18:13.5808529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:18:13.5809777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:18:13.5810948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:18:13.5812150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:18:13.5813361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:18:13.5814531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:18:13.5814979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:18:13.5816141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:18:13.5817366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:18:13.5817913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:18:13.5818473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:18:13.5819703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:18:13.5820996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:18:13.5821504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:18:13.5822720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:18:13.5824102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:18:13.5824622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:18:13.5825914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:18:13.5827297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:18:13.5827749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:18:13.5829153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:18:13.5830480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:18:13.5830980Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:18:13.5831498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:18:13.5832963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-06-05T23:18:13.5834251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:18:13.5835733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:18:13.5836144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:18:13.5836576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:18:13.5837643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5838769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5839886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5841038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5842440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5843534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5844661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5845843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5846958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5848164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5849252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5850359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5851534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5852613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5853759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5854878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5856006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5857017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5857502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:13.5858789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:13.5860121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:13.5861410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:13.5862674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:18:13.5863148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5864447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5865774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5868172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5869467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5870744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5872025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5873373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5874678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5875932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:18:13.5877097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5878281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5879481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:18:13.5879933Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:18:13.5881013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:18:13.5882081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:18:13.5883263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:18:13.5884382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:18:13.5884841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:18:13.5885962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:18:13.5887106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:18:13.5888317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:18:13.5888801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:18:13.5889996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-06-05T23:18:13.5890881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:18:13.5892290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:18:13.5893704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:18:13.5894262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:18:13.5895641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:18:13.5897120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:18:13.5898584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:18:13.5899142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:18:13.5900452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:18:13.5901099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:18:13.5902588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:18:13.5903309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:18:13.5905009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:18:13.5906755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:18:13.5908550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:18:13.5909264Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:13.5910970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:13.5912699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:13.5914387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:13.5915986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:18:13.5916942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:13.5918632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:13.5920329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:13.5921993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:13.5923740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:18:13.5924428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:18:13.5926026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:18:13.5927668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:18:13.5928347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:18:13.5929973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:18:13.5931640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:18:13.5932339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:13.5934040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:13.5935803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:13.5937522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:13.5939218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:13.5941049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:13.5942750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:13.5944735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:18:13.5945354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:13.5946730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:13.5948273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:13.5949716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:13.5951240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:18:13.5951767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:18:13.5952355Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5953866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5955420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5957011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5958548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5960057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5961615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5963169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5964654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5966167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5967650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5969458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5971007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5972525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5974053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5975554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:18:13.5975960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:18:13.5976386Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:18:13.5977464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:18:13.5978546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:18:13.5978991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:18:13.5980224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:18:13.5980667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:18:13.5981869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:18:13.5982204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:18:13.5982660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5983780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5984946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5986144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5987261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5988499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5989708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5990951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5992314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5993527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:18:13.5993899Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:18:13.5994851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:18:13.5995854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:18:13.5996835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:18:13.5997866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:18:13.5998332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:18:13.5999454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:18:13.6000559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:18:13.6000984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:18:13.6002013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:18:13.6003067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:18:13.6003558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:18:13.6004709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:18:13.6005922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:18:13.6006575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:13.6008146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:13.6009689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:13.6011270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:13.6012850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:13.6014319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:13.6015968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:18:13.6016431Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:18:13.6017501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:18:13.6018587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:18:13.6019015Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:18:13.6019994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:18:13.6021044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:18:13.6021455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:18:13.6022479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:18:13.6023464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:18:13.6023847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:18:13.6024796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6025783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6026908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6028081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6029188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6030415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6031557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6032705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6033984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6035192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6036302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6037713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6038805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6039910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6041122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:18:13.6041607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:18:13.6042887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:18:13.6044209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:18:13.6044739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:18:13.6046149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:18:13.6047549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:18:13.6048948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:18:13.6050393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:18:13.6050872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:18:13.6052105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:18:13.6053406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:18:13.6054652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:18:13.6055303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6056773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6058347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6059880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6061451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6063174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6064658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6066116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6067843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6069364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6070852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6072324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6073772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6075287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6076885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6078493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6080067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6081763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6083291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:18:13.6083778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:18:13.6085098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:18:13.6086528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:18:13.6088198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:18:13.6089518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:18:13.6090804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:18:13.6092046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:18:13.6093386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:18:13.6093896Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:18:13.6095245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-06-05T23:18:13.6095736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:18:13.6096928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-06-05T23:18:13.6097523Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:13.6099057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:13.6100475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:13.6101721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:13.6103025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:18:13.6103564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:13.6104745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:13.6105997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:13.6107370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:13.6108781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:18:13.6109403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:18:13.6110848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:18:13.6111754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:18:13.6113284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:18:13.6114795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:18:13.6115339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:18:13.6116624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:18:13.6117888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:18:13.6118533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:18:13.6119928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:18:13.6121471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:18:13.6121876Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:18:13.6123065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:18:13.6124293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:18:13.6125462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:18:13.6125966Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:18:13.6127265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:18:13.6128542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:18:13.6129004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:18:13.6130143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:18:13.6131290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:18:13.6131792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:18:13.6133051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:18:13.6134325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:18:13.6135087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:18:13.6136364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:18:13.6137645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:18:13.6138161Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:18:13.6139428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:18:13.6140702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:18:13.6141265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:18:13.6142640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-06-05T23:18:13.6143117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:18:13.6144359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:18:13.6145596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:18:13.6146865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:18:13.6148247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:18:13.6149571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:18:13.6150067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:18:13.6151284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:18:13.6152595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:18:13.6153077Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:18:13.6154255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:18:13.6155527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:18:13.6155978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:18:13.6157137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:18:13.6158395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:18:13.6158979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:18:13.6160229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:18:13.6161193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:18:13.6161635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:18:13.6162651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:18:13.6163765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:18:13.6164221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:18:13.6165341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:18:13.6166513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:18:13.6167317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:18:13.6168646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:18:13.6169974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:18:13.6170459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:18:13.6171660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:18:13.6172773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:18:13.6173179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:18:13.6174297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:18:13.6175513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:18:13.6175981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:18:13.6176457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:18:13.6177742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-06-05T23:18:13.6178154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:18:13.6178585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:18:13.6179082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:18:13.6180401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:18:13.6181802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:18:13.6183408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:18:13.6184698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:18:13.6185995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:18:13.6186508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:18:13.6188000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:18:13.6189361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:18:13.6190847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:18:13.6192249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:18:13.6193672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:18:13.6194128Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:18:13.6194603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:18:13.6195942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:18:13.6197272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:18:13.6197639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:18:13.6198075Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:18:13.6199230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:18:13.6200369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:18:13.6200822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:18:13.6201971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-06-05T23:18:13.6202486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:18:13.6203794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:18:13.6205222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:18:13.6206581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:18:13.6208122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:18:13.6209505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:18:13.6209991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:18:13.6211289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-06-05T23:18:13.6211726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:18:13.6212832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:18:13.6213952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:18:13.6215083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:18:13.6215594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:18:13.6216969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-06-05T23:18:13.6217424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:18:13.6218649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:18:13.6219121Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:18:13.6220378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:18:13.6221446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:18:13.6222546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:18:13.6223524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:18:13.6224746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:18:13.6225105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:18:13.6226068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-06-05T23:18:13.6226475Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:18:13.6227542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-06-05T23:18:13.6228054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:18:13.6229046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-06-05T23:18:13.6229677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:18:13.6231084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:18:13.6231627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:18:13.6232848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-06-05T23:18:13.6234017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:18:13.6234427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:18:13.6234877Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:18:13.6236222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:18:13.6237559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:18:13.6238140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:18:13.6239666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-06-05T23:18:13.6240046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:18:13.6240510Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6241731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6242961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6244252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6245505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6246823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6248209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6249513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6250831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6252129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6252680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:18:13.6254441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:18:13.6255132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:18:13.6255860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:18:13.6257589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:18:13.6259280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:18:13.6260602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:18:13.6261050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:18:13.6262204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:18:13.6263372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:18:13.6264609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:18:13.6265865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:18:13.6267290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:18:13.6268605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:18:13.6269073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:18:13.6270299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:18:13.6271614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:18:13.6272054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:18:13.6273218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:18:13.6274486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:18:13.6275618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:18:13.6276764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:18:13.6277245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:18:13.6278489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:18:13.6280147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:18:13.6281461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:18:13.6282878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:18:13.6283340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:18:13.6284405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-06-05T23:18:13.6285059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:13.6286611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:13.6288248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:13.6289875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:13.6291469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:13.6293089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:18:13.6293801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:18:13.6295508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:18:13.6296291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:13.6298131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:13.6300039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:13.6300544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:18:13.6301930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:18:13.6302539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:18:13.6303231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:18:13.6304922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:18:13.6306860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:18:13.6307605Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:18:13.6308489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:18:13.6310380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:18:13.6312334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:18:13.6314231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:18:13.6314874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:18:13.6315545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:18:13.6316311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:18:13.6317139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:18:13.6319176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:18:13.6319879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:18:13.6320690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:18:13.6321551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:18:13.6323587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:18:13.6324274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:18:13.6325087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:18:13.6327049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:18:13.6327920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:18:13.6329956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:18:13.6330615Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:18:13.6332375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:18:13.6333037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:18:13.6334623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:18:13.6335180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:18:13.6335885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6337300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6338723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6340268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6341728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6343245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6344895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6346308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6347952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:18:13.6348513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:18:13.6349156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:18:13.6350839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:18:13.6351525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:18:13.6353106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:18:13.6354761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:18:13.6356599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:18:13.6357369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:18:13.6359231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:18:13.6359859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:18:13.6361558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:18:13.6363274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:18:13.6364896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:18:13.6365635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:18:13.6366425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:18:13.6368487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:18:13.6369367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:18:13.6371286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:18:13.6373341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:18:13.6374183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:18:13.6375134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:13.6377318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:13.6379513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:13.6381926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:13.6384381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:18:13.6384973Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:18:13.6385500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:18:13.6386237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:13.6387995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:13.6389735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:13.6391513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:13.6393226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:13.6394941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:18:13.6395719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:18:13.6397565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:18:13.6398431Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:13.6400378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:13.6402353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:18:13.6402759Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:18:13.6403183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:18:13.6403677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:18:13.6405078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:18:13.6405400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:18:13.6405795Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:18:13.6406830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:18:13.6407253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:18:13.6408468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:18:13.6409946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:18:13.6411251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:18:13.6412357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:18:13.6413570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:18:13.6413888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:18:13.6414755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:18:13.6415663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:18:13.6416394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:18:13.6416700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:18:13.6417068Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:18:13.6418185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-06-05T23:18:13.6418525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:18:13.6418960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:18:13.6419439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:18:13.6419961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6421262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6422588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6423914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6425234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6426533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6427931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6429316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6430755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6432129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6433664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6435109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6436511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6437847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6439143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6440432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6441692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6443052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6444481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:18:13.6445089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:18:13.6446567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:18:13.6447304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:18:13.6449086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:18:13.6450804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:18:13.6451471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.6453063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.6454701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.6456369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.6458082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.6459917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:13.6460560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6462119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6463737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6465319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6466986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6468292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6469102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6469943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6470783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6471594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6472439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6473272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6474083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6474921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6475760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:18:13.6476138Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:18:13.6476522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:18:13.6477166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:18:13.6478138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:18:13.6479092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:18:13.6479496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6480467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6481446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6482384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6483330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6484246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6485268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6486204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6487147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6488122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6489088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6490086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6491023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:13.6491379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.6492179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.6492950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.6493704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.6638245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:18:13.6638581Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:18:13.6639428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-06-05T23:18:13.6639729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6640516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6641266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6642028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6642847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6643604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6644312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6645141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6645962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6646703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6647440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6648208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:18:13.6648580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:18:13.6649369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:18:13.6650448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:18:13.6650712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:18:13.6651044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:18:13.6651946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:18:13.6652807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:18:13.6653589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:18:13.6653907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.6654654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.6655591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.6656375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.6657164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:18:13.6657545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:18:13.6658447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:18:13.6659256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:18:13.6660183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:18:13.6660387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:18:13.6660613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:18:13.6661066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:18:13.6661522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:18:13.6661634Z running install_egg_info 2025-06-05T23:18:13.6662001Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:18:13.6662098Z running install_scripts 2025-06-05T23:18:13.6662383Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:18:13.6662963Z creating '/tmp/pip-wheel-r_namgkj/.tmp-g09jgw1c/executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-06-05T23:18:13.6663197Z adding 'executorch/version.py' 2025-06-05T23:18:13.6663594Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:18:13.6663846Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:18:13.6664060Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:18:13.6664348Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:18:13.6664562Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:18:13.6664808Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:18:13.6665000Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:18:13.6665245Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:18:13.6665515Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:18:13.6665796Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:18:13.6666108Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:18:13.6666251Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:18:13.6666445Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:18:13.6666811Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:18:13.6667040Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:18:13.6667228Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:18:13.6667410Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:18:13.6667623Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:18:13.6667894Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:18:13.6668101Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:18:13.6668342Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:18:13.6668540Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:18:13.6668763Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:18:13.6668957Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:18:13.6669147Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:18:13.6669362Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:18:13.6992555Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:18:13.6992906Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:18:13.6993283Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:18:13.6993675Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:18:13.6993972Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:18:13.6994169Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:18:13.6994406Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:18:13.6994600Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:18:13.6994818Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:18:13.6995071Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:18:13.6995324Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:18:13.6995518Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:18:13.6995676Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:18:13.6995893Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:18:13.6996349Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:18:13.6996534Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:18:13.6996870Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:18:13.6997075Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:18:13.6997254Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:18:13.6997431Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:18:13.6997601Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:18:13.6997735Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:18:13.6997860Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:18:13.6998013Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:18:13.6998210Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:18:13.6998345Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:18:13.6998492Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:18:13.6998622Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:18:13.6998773Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:18:13.6998972Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:18:13.6999135Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:18:13.6999261Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:18:13.6999391Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:18:13.6999544Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:18:13.6999686Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:18:13.6999855Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:18:13.7000133Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:18:13.7000397Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:18:13.7000550Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:18:13.7000745Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:18:13.7000913Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:18:13.7001153Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:18:13.7001324Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:18:13.7001517Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:18:13.7001714Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:18:13.7001957Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:18:13.7002216Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:18:13.7002493Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:18:13.7002697Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:18:13.7002897Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:18:13.7003098Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:18:13.7003308Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:18:13.7003482Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:18:13.7003735Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:18:13.7003918Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:18:13.7004106Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:18:13.7004330Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:18:13.7004538Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:18:13.7004777Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:18:13.7005120Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:18:13.7005373Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:18:13.7005629Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:18:13.7005824Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:18:13.7006000Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:18:13.7006188Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:18:13.7006391Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:18:13.7006644Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:18:13.7006831Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:18:13.7007013Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:18:13.7007214Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:18:13.7007503Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:18:13.7007718Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:18:13.7007937Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:18:13.7008166Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:18:13.7008452Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:18:13.7008662Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:18:13.7008839Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:18:13.7009034Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:18:13.7009274Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:18:13.7009463Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:18:13.7009645Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:18:13.7009855Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:18:13.7010145Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:18:13.7010362Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:18:13.7010570Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:18:13.7010843Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:18:13.7011108Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:18:13.7011293Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:18:13.7011541Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:18:13.7011763Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:18:13.7011977Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:18:13.7012196Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:18:13.7012437Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:18:13.7012713Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:18:13.7012927Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:18:13.7013164Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:18:13.7013430Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:18:13.7013694Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:18:13.7013870Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:18:13.7014039Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:18:13.7014245Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:18:13.7014392Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:18:13.7014631Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:18:13.7014805Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:18:13.7014965Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:18:13.7015153Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:18:13.7015297Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:18:13.7015440Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:18:13.7015661Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:18:13.7015862Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:18:13.7016023Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:18:13.7016166Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:18:13.7016325Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:18:13.7016473Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:18:13.7016615Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:18:13.7016766Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:18:13.7016906Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:18:13.7017044Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:18:13.7017199Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:18:13.7017337Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:18:13.7017510Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:18:13.7017673Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:18:13.7017850Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:18:13.7018002Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:18:13.7018201Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:18:13.7018429Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:18:13.7018575Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:18:13.7361103Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:18:13.7361439Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:18:13.7361772Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:18:13.7362086Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:18:13.7362261Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:18:13.7362515Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:18:13.7362749Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:18:13.7362915Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:18:13.7363127Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:18:13.7363351Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:18:13.7363530Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:18:13.7363680Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:18:13.7363842Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:18:13.7364064Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:18:13.7364237Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:18:13.7364459Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:18:13.7364675Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:18:13.7364842Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:18:13.7365079Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:18:13.7365340Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:18:13.7365800Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:18:13.7366072Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:18:13.7366236Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:18:13.7366403Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:18:13.7366729Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:18:13.7367002Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:18:13.7367337Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:18:13.7367583Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:18:13.7367819Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:18:13.7367955Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:18:13.7368107Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:18:13.7368264Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:18:13.7368408Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:18:13.7368648Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:18:13.7368860Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:18:13.7369047Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:18:13.7369297Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:18:13.7369540Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:18:13.7369789Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:18:13.7370062Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:18:13.7370281Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:18:13.7370517Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:18:13.7370815Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:18:13.7371006Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:18:13.7371193Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:18:13.7371393Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:18:13.7371579Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:18:13.7371745Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:18:13.7371962Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:18:13.7372182Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:18:13.7372477Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:18:13.7372734Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:18:13.7372931Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:18:13.7373155Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:18:13.7373335Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:18:13.7373483Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:18:13.7373640Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:18:13.7373815Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:18:13.7373966Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:18:13.7374115Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:18:13.7374273Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:18:13.7374433Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:18:13.7374579Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:18:13.7374809Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:18:13.7375192Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:18:13.7375474Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:18:13.7375674Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:18:13.7375848Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:18:13.7376004Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:18:13.7376160Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:18:13.7376375Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:18:13.7376537Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:18:13.7376695Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:18:13.7376865Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:18:13.7377045Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:18:13.7377271Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:18:13.7377473Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:18:13.7377727Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:18:13.7377932Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:18:13.7378079Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:18:13.7378302Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:18:13.7378447Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:18:13.7378606Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:18:13.7378762Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:18:13.7378913Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:18:13.7379057Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:18:13.7379218Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:18:13.7379398Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:18:13.7379539Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:18:13.7379727Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:18:13.7379914Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:18:13.7380122Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:18:13.7380333Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:18:13.7380524Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:18:13.7380733Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:18:13.7380957Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:18:13.7381128Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:18:13.7381274Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:18:13.7381446Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:18:13.7381622Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:18:13.7381797Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:18:13.7381941Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:18:13.7382099Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:18:13.7382283Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:18:13.7382449Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:18:13.7382613Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:18:13.7382828Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:18:13.7382975Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:18:13.7383169Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:18:13.7383332Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:18:13.7383638Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:18:13.7383794Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:18:13.7384019Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:18:13.7384178Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:18:13.7384356Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:18:13.7384507Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:18:13.7384677Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:18:13.7384835Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:18:13.7384990Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:18:13.7385180Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:18:13.7385356Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:18:13.7385554Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:18:13.7385741Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:18:13.7385973Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:18:13.7386200Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:18:13.7386397Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:18:13.7386576Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:18:13.7386723Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:18:13.7386882Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:18:13.7387045Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:18:13.7387215Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:18:13.7387368Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:18:13.7387532Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:18:13.7387696Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:18:13.7610543Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:18:13.7610889Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:18:13.7611216Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:18:13.7611506Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:18:13.7611835Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:18:13.7612272Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:18:13.7612679Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:18:13.7612891Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:18:13.7613047Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:18:13.7613220Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:18:13.7613382Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:18:13.7613756Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:18:13.7613995Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:18:13.7614276Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:18:13.7614621Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:18:13.7614867Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:18:13.7615084Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:18:13.7615449Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:18:13.7615705Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:18:13.7615961Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:18:13.7616300Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:18:13.7616864Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:18:13.7617191Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:18:13.7617532Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:18:13.7617753Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:18:13.7617983Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:18:13.7618276Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:18:13.7618582Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:18:13.7618821Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:18:13.7619054Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:18:13.7619334Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:18:13.7619586Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:18:13.7619967Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:18:13.7620232Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:18:13.7620437Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:18:13.7620650Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:18:13.7620818Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:18:13.7621012Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:18:13.7621179Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:18:13.7621536Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:18:13.7622018Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:18:13.7622435Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:18:13.7622851Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:18:13.7623153Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:18:13.7623511Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:18:13.7623954Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:18:13.7624294Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:18:13.7624664Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:18:13.7624989Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:18:13.7625275Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:18:13.7625768Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:18:13.7626206Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:18:13.7626585Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:18:13.7626903Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:18:13.7627225Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:18:13.7627498Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:18:13.7628041Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:18:13.7628542Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:18:13.7628930Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:18:13.7629277Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:18:13.7629622Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:18:13.7630133Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:18:13.7630492Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:18:13.7630868Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:18:13.7631188Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:18:13.7631517Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:18:13.7631838Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:18:13.7632142Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:18:13.7632615Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:18:13.7632917Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:18:13.7633267Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:18:13.7633612Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:18:13.7633988Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:18:13.7634272Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:18:13.7634799Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:18:13.7635180Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:18:13.7635450Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:18:13.7635815Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:18:13.7636131Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:18:13.7636486Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:18:13.7636845Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:18:13.7637463Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:18:13.7637967Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:18:13.7638354Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:18:13.7638979Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:18:13.7639453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:18:13.7639884Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:18:13.7640350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:18:13.7640883Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:18:13.7641506Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:18:13.7642055Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:18:13.7642586Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:18:13.7643063Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:18:13.7767624Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:18:13.7768044Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:18:13.7768471Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:18:13.7769025Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:18:13.7769475Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:18:13.7769922Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:18:13.7770392Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:18:13.7770909Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:18:13.7771358Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:18:13.7771768Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:18:13.7772223Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:18:13.7772724Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:18:13.7773180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:18:13.7773619Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:18:13.7774036Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:18:13.7774451Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:18:13.7774951Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:18:13.7775413Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:18:13.7775878Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:18:13.7776286Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:18:13.7776770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:18:13.7777400Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:18:13.7777940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:18:13.7778542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:18:13.7779535Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:18:13.7780211Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:18:13.7780762Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:18:13.7781243Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:18:13.7781904Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:18:13.7782396Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:18:13.7782874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:18:13.7783423Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:18:13.7784062Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:18:13.7784730Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:18:13.7785455Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:18:13.7786033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:18:13.7786612Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:18:13.7787211Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:18:13.7787898Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:18:13.7788472Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:18:13.7789004Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:18:13.7789487Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:18:13.7790016Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:18:13.7790506Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:18:13.7791058Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:18:13.7791665Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:18:13.7792174Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:18:13.7792842Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:18:13.7793532Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:18:13.7794228Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:18:13.7794841Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:18:13.7795464Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:18:13.7796092Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:18:13.7796694Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:18:13.7797423Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:18:13.7798107Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:18:13.7798772Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:18:13.7799562Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:18:13.7800270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:18:13.7800965Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:18:13.7801527Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:18:13.7802051Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:18:13.7802738Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:18:13.7967051Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:18:13.7967600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:18:13.7968106Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:18:13.7968687Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:18:13.7969310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:18:13.7969915Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:18:13.7970501Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:18:13.7971049Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:18:13.7971544Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:18:13.7972027Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:18:13.7972864Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:18:13.7973415Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:18:13.7973931Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:18:13.7974447Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:18:13.7974843Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:18:13.7975212Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:18:13.7975581Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:18:13.7976033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:18:13.7976485Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:18:13.7976925Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:18:13.7977350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:18:13.7977768Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:18:13.7978231Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:18:13.7978686Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:18:13.7979111Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:18:13.7979542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:18:13.7979952Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:18:13.7980491Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:18:13.7980996Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:18:13.7981460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:18:13.7981952Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:18:13.7982441Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:18:13.7982932Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:18:13.7983418Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:18:13.7983916Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:18:13.7984396Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:18:13.7984900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:18:13.7985499Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:18:13.7985971Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:18:13.7986460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:18:13.7986880Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:18:13.7987265Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:18:13.7987669Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:18:13.7988280Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:18:13.7988773Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:18:13.7989172Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:18:13.7989690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:18:13.7990055Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:18:13.7990440Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:18:13.7990848Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:18:13.7991251Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:18:13.7991644Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:18:13.7992100Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:18:13.7992533Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:18:13.7992947Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:18:13.7993385Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:18:13.7993833Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:18:13.7994225Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:18:13.7994672Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:18:13.7995079Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:18:13.7995471Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:18:13.7995919Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:18:13.7996337Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:18:13.7996909Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:18:13.7997423Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:18:13.7998054Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:18:13.8147037Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:18:13.8147569Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:18:13.8148078Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:18:13.8148484Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:18:13.8148859Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:18:13.8149326Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:18:13.8149997Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:18:13.8150447Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:18:13.8150912Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:18:13.8151350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:18:13.8151847Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:18:13.8152293Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:18:13.8152901Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:18:13.8153427Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:18:13.8154081Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:18:13.8154574Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:18:13.8155019Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:18:13.8155604Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:18:13.8156221Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:18:13.8156726Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:18:13.8157282Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:18:13.8157818Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:18:13.8158323Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:18:13.8158876Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:18:13.8159505Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:18:13.8160147Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:18:13.8161020Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:18:13.8161806Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:18:13.8162394Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:18:13.8163025Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:18:13.8163526Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:18:13.8164114Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:18:13.8164818Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:18:13.8165503Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:18:13.8166025Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:18:13.8166499Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:18:13.8167271Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:18:13.8167807Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:18:13.8168525Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:18:13.8169113Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:18:13.8181527Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:18:13.8182280Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:18:13.8182775Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:18:13.8183338Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:18:13.8183879Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:18:13.8184332Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:18:13.8184853Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:18:13.8185411Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:18:13.8186027Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:18:13.8186502Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:18:13.8186962Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:18:13.8187420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:18:13.8188189Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:18:13.8188841Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:18:13.8189286Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:18:13.8189708Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:18:13.8190220Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:18:13.8190655Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:18:13.8191084Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:18:13.8191471Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:18:13.8191912Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:18:13.8192460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:18:13.8192898Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:18:13.8193310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:18:13.8193816Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:18:13.8194387Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:18:13.8343959Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:18:13.8344542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:18:13.8345024Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:18:13.8345486Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:18:13.8345933Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:18:13.8346406Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:18:13.8346876Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:18:13.8347357Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:18:13.8347868Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:18:13.8348349Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:18:13.8348847Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:18:13.8349380Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:18:13.8349879Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:18:13.8350758Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:18:13.8351310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:18:13.8351944Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:18:13.8352549Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:18:13.8353133Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:18:13.8353755Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:18:13.8354310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:18:13.8354805Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:18:13.8355313Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:18:13.8355859Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:18:13.8356397Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:18:13.8356950Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:18:13.8357347Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:18:13.8357822Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:18:13.8358302Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:18:13.8358749Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:18:13.8359193Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:18:13.8359653Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:18:13.8360135Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:18:13.8360671Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:18:13.8361200Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:18:13.8361687Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:18:13.8362204Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:18:13.8362770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:18:13.8363283Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:18:13.8363916Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:18:13.8364490Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:18:13.8365005Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:18:13.8365562Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:18:13.8366153Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:18:13.8366876Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:18:13.8367302Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:18:13.8367763Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:18:13.8368303Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:18:13.8368789Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:18:13.8369326Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:18:13.8369813Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:18:13.8370293Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:18:13.8370844Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:18:13.8371297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:18:13.8371472Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:18:13.8371660Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:18:13.8371842Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:18:13.8371989Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:18:13.8372152Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:18:13.8372322Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:18:13.8372491Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:18:13.8372678Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:18:13.8372844Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:18:13.8373047Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:18:13.8373224Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:18:13.8373382Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:18:13.8373549Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:18:13.8373735Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:18:13.8373920Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:18:13.8374103Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:18:13.8374259Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:18:13.8374413Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:18:13.8717591Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:18:13.8718323Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:18:13.8719313Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:18:13.8720083Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:18:13.8720834Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:18:13.8721551Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:18:13.8722404Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:18:13.8723248Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:18:13.8723877Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:18:13.8724545Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:18:13.8725498Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:18:13.8726596Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:18:13.8727341Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:18:13.8727894Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:18:13.8728434Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:18:13.8728984Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:18:13.8729753Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:18:13.8730404Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:18:13.8731042Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:18:13.8731680Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:18:13.8732243Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:18:13.8732689Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:18:13.8733120Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:18:13.8733559Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:18:13.8733989Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:18:13.8734459Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:18:13.8734989Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:18:13.8735567Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:18:13.8736148Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:18:13.8736694Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:18:13.8737289Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:18:13.8738023Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:18:13.8738586Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:18:13.8739205Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:18:13.8739929Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:18:13.8740629Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:18:13.8741293Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:18:13.8741979Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:18:13.8742715Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:18:13.8743444Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:18:13.8744109Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:18:13.8744782Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:18:13.8745679Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:18:13.8746416Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:18:13.8747106Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:18:13.8747913Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:18:13.8748654Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:18:13.8749313Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:18:13.8750007Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:18:13.8750822Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:18:13.8751550Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:18:13.8752280Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:18:13.8753051Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:18:13.8753719Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:18:13.8754394Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:18:13.8755090Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:18:13.8755725Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:18:13.8756292Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:18:13.8756869Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:18:13.8757467Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:18:13.8758122Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:18:13.8758871Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:18:13.8759638Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:18:13.8760382Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:18:13.8761114Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:18:13.8761822Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:18:13.8762548Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:18:13.8763256Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:18:13.8763945Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:18:13.8764623Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:18:13.8765301Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:18:13.8766057Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:18:13.8767014Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:18:13.8767725Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:18:13.8768435Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:18:13.8768996Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:18:13.8769439Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:18:13.8769943Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:18:13.8770740Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:18:13.8771323Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:18:13.8771822Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:18:13.8772287Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:18:13.8772889Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:18:13.8773633Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:18:13.8774574Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:18:13.8775292Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:18:13.8775862Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:18:13.8776352Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:18:13.8776894Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:18:13.8777417Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:18:13.8777940Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:18:13.8778457Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:18:13.8779036Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:18:13.8779586Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:18:13.8780073Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:18:13.8780520Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:18:13.8780918Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:18:13.8781430Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:18:13.8781844Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:18:13.8782423Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:18:13.8783017Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:18:13.8783479Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:18:13.8784050Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:18:13.8784510Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:18:13.8784983Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:18:13.8785424Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:18:13.8785864Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:18:13.8786272Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:18:13.8786865Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:18:13.8787499Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:18:13.8788246Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:18:13.8983413Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:18:13.8984310Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:18:13.8984868Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:18:13.8985422Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:18:13.8985935Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:18:13.8986456Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:18:13.8986992Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:18:13.8987558Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:18:13.8988155Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:18:13.8988747Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:18:13.8989688Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:18:13.8990470Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:18:13.8991090Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:18:13.8991773Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:18:13.8992640Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:18:13.8993351Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:18:13.8994048Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:18:13.8994928Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:18:13.8995572Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:18:13.8996207Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:18:13.8997003Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:18:13.8997805Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:18:13.8998759Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:18:13.8999760Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:18:13.9000818Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:18:13.9001882Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:18:13.9002869Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:18:13.9003933Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:18:13.9004854Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:18:13.9005977Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:18:13.9007029Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:18:13.9008022Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:18:13.9008985Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:18:13.9010013Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:18:13.9010907Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:18:13.9011806Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:18:13.9012582Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:18:13.9013618Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:18:13.9014284Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:18:13.9014839Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:18:13.9015549Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:18:13.9016158Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:18:13.9016791Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:18:13.9017642Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:18:13.9018276Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:18:13.9018878Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:18:13.9019685Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:18:13.9020346Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:18:13.9021096Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:18:13.9021951Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:18:13.9022798Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:18:13.9023645Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:18:13.9024256Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:18:13.9024882Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:18:13.9025509Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:18:13.9026278Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:18:13.9026846Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:18:13.9027445Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:18:13.9028163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:18:13.9028913Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:18:13.9029484Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:18:13.9030046Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:18:13.9030771Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:18:13.9031446Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:18:13.9032126Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:18:13.9032990Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:18:13.9033583Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:18:13.9034139Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:18:13.9034819Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:18:13.9035529Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:18:13.9036162Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:18:13.9036994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:18:13.9037616Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:18:13.9038290Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:18:13.9039088Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:18:13.9039696Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:18:13.9040301Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:18:13.9040892Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:18:13.9041513Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:18:13.9042296Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:18:13.9043040Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:18:13.9043707Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:18:13.9044573Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:18:13.9045233Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:18:13.9045844Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:18:13.9046546Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:18:13.9047233Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:18:13.9047842Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:18:13.9048586Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:18:13.9049434Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:18:13.9050160Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:18:13.9050899Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:18:13.9051537Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:18:13.9052233Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:18:13.9052971Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:18:13.9053575Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:18:13.9054199Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:18:13.9055090Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:18:13.9055735Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:18:13.9056372Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:18:13.9218664Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:18:13.9219652Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:18:13.9220244Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:18:13.9221075Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:18:13.9221869Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:18:13.9222586Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:18:13.9223297Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:18:13.9223895Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:18:13.9224732Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:18:13.9225380Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:18:13.9226066Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:18:13.9226994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:18:13.9227629Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:18:13.9228303Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:18:13.9228925Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:18:13.9229683Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:18:13.9230312Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:18:13.9230972Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:18:13.9231770Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:18:13.9232330Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:18:13.9233216Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:18:13.9234029Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:18:13.9234550Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:18:13.9235099Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:18:13.9235863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:18:13.9236602Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:18:13.9237387Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:18:13.9238070Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:18:13.9238633Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:18:13.9239202Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:18:13.9239874Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:18:13.9240429Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:18:13.9241029Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:18:13.9241733Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:18:13.9242276Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:18:13.9242846Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:18:13.9243632Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:18:13.9244306Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:18:13.9244954Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:18:13.9245667Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:18:13.9246291Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:18:13.9246864Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:18:13.9247535Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:18:13.9248212Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:18:13.9248865Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:18:13.9249557Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:18:13.9250264Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:18:13.9250864Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:18:13.9251618Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:18:13.9252404Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:18:13.9253306Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:18:13.9253972Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:18:13.9254571Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:18:13.9255359Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:18:13.9255961Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:18:13.9256510Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:18:13.9257095Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:18:13.9257701Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:18:13.9258304Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:18:13.9259021Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:18:13.9259701Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:18:13.9260309Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:18:13.9260886Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:18:13.9261439Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:18:13.9262036Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:18:13.9262757Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:18:13.9263345Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:18:13.9263982Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:18:13.9264637Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:18:13.9265308Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:18:13.9266059Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:18:13.9266884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:18:13.9267606Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:18:13.9268250Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:18:13.9268835Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:18:13.9269494Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:18:13.9270163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:18:13.9270846Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:18:13.9271641Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:18:13.9272458Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:18:13.9273174Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:18:13.9274120Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:18:13.9274856Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:18:13.9275700Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:18:13.9276535Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:18:13.9277262Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:18:13.9278120Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:18:13.9278788Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:18:13.9279481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:18:13.9280351Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:18:13.9281053Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:18:13.9281828Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:18:13.9282860Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:18:13.9283780Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:18:13.9284605Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:18:13.9285275Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:18:13.9286270Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:18:13.9287071Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:18:13.9287800Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:18:13.9288457Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:18:13.9289091Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:18:13.9289658Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:18:13.9290283Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:18:13.9290830Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:18:13.9291434Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:18:13.9394734Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:18:13.9395731Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:18:13.9396906Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:18:13.9397685Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:18:13.9398377Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:18:13.9399120Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:18:13.9400064Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:18:13.9400710Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:18:13.9401591Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:18:13.9402351Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:18:13.9403176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:18:13.9404082Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:18:13.9404780Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:18:13.9405590Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:18:13.9406215Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:18:13.9406786Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:18:13.9407480Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:18:13.9408158Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:18:13.9408696Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:18:13.9409406Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:18:13.9410130Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:18:13.9410877Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:18:13.9411733Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:18:13.9412521Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:18:13.9413374Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:18:13.9414207Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:18:13.9415107Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:18:13.9416005Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:18:13.9416900Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:18:13.9418295Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:18:13.9419288Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:18:13.9420152Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:18:13.9420949Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:18:13.9421901Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:18:13.9422764Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:18:13.9423686Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:18:13.9424503Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:18:13.9425321Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:18:13.9426317Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:18:13.9427211Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:18:13.9428151Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:18:13.9428956Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:18:13.9429722Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:18:13.9430486Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:18:13.9431492Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:18:13.9432385Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:18:13.9433165Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:18:13.9433940Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:18:13.9434879Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:18:13.9435749Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:18:13.9436680Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:18:13.9437537Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:18:13.9438351Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:18:13.9439272Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:18:13.9440112Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:18:13.9440918Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:18:13.9441892Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:18:13.9442757Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:18:13.9443524Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:18:13.9444278Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:18:13.9445309Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:18:13.9446255Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:18:13.9447030Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:18:13.9447790Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:18:13.9448593Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:18:13.9449365Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:18:13.9450153Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:18:13.9450943Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:18:13.9451717Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:18:13.9452511Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:18:13.9453405Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:18:13.9454216Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:18:13.9454983Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:18:13.9455744Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:18:13.9456532Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:18:13.9457307Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:18:13.9458261Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:18:13.9459130Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:18:13.9459919Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:18:13.9460884Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:18:13.9461811Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:18:13.9462857Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:18:13.9463744Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:18:13.9464536Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:18:13.9465321Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:18:13.9466123Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:18:13.9645549Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:18:13.9646649Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:18:13.9648182Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:18:13.9649514Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:18:13.9650853Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:18:13.9652167Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:18:13.9653678Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:18:13.9655432Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:18:13.9656712Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:18:13.9658209Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:18:13.9659139Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:18:13.9660055Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:18:13.9661601Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:18:13.9662571Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:18:13.9664255Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:18:13.9665607Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:18:13.9667512Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:18:13.9668464Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:18:13.9669086Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:18:13.9669691Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:18:13.9670655Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:18:13.9671779Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:18:13.9672575Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:18:13.9673234Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:18:13.9674389Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:18:13.9675504Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:18:13.9676185Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:18:13.9677376Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:18:13.9678937Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:18:13.9680711Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:18:13.9681965Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:18:13.9683646Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:18:13.9684753Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:18:13.9685644Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:18:13.9686604Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:18:13.9687645Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:18:13.9688797Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:18:13.9689736Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:18:13.9690846Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:18:13.9692014Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:18:13.9693021Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:18:13.9694183Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:18:13.9695058Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:18:13.9695537Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:18:13.9696045Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:18:13.9696566Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:18:13.9697002Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:18:13.9697488Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:18:13.9698071Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:18:13.9698582Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:18:13.9699086Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:18:13.9699611Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:18:13.9700271Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:18:13.9700866Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:18:13.9701389Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:18:13.9701880Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:18:13.9702490Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:18:13.9703481Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:18:13.9704282Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:18:13.9705038Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:18:13.9705915Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:18:13.9706798Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:18:13.9707583Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:18:13.9708458Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:18:13.9709244Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:18:13.9709840Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:18:13.9710257Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:18:13.9710673Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:18:13.9711103Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:18:13.9711687Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:18:13.9712227Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:18:13.9712768Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:18:13.9713375Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:18:13.9713985Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:18:13.9714540Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:18:13.9715021Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:18:13.9715537Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:18:13.9716194Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:18:13.9717009Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:18:13.9717780Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:18:13.9718661Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:18:13.9719540Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:18:13.9720434Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:18:13.9721292Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:18:13.9722080Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:18:13.9723086Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:18:13.9724163Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:18:13.9725162Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:18:13.9726098Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:18:13.9727035Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:18:13.9727708Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:18:13.9728560Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:18:13.9729633Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:18:13.9730453Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:18:13.9731088Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:18:13.9731982Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:18:13.9732923Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:18:13.9733951Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:18:13.9964704Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:18:13.9965646Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:18:13.9965948Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:18:13.9966175Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:18:13.9966344Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:18:13.9966734Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:18:13.9967008Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:18:13.9967181Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:18:13.9967365Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:18:13.9967584Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:18:13.9967785Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:18:13.9968053Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:18:13.9968270Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:18:13.9968509Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:18:13.9968716Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:18:13.9968940Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:18:13.9969136Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:18:13.9969339Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:18:13.9969549Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:18:13.9969791Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:18:13.9969997Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:18:13.9970377Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:18:13.9970683Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:18:13.9970918Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:18:13.9971188Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:18:13.9971507Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:18:13.9971766Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:18:13.9972158Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:18:13.9972478Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:18:13.9972772Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:18:13.9973056Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:18:13.9973347Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:18:13.9973597Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:18:13.9973900Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:18:13.9974161Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:18:13.9974338Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:18:13.9974500Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:18:13.9974666Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:18:13.9974851Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:18:13.9975023Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:18:13.9975184Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:18:13.9975358Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:18:13.9975584Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:18:13.9975782Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:18:13.9975942Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:18:13.9976117Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:18:13.9976304Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:18:13.9976463Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:18:13.9976632Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:18:13.9976805Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:18:13.9976970Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:18:13.9977153Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:18:13.9977339Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:18:13.9977498Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:18:13.9977665Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:18:13.9977869Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:18:13.9978036Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:18:13.9978234Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:18:13.9978434Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:18:13.9978615Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:18:13.9978783Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:18:13.9978964Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:18:13.9979178Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:18:13.9979367Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:18:13.9979522Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:18:13.9979702Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:18:13.9980003Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:18:13.9980269Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:18:13.9980477Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:18:13.9980636Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:18:13.9980809Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:18:13.9980968Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:18:13.9981174Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:18:13.9981355Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:18:13.9981516Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:18:13.9981688Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:18:13.9981844Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:18:13.9982007Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:18:13.9982180Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:18:13.9982338Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:18:13.9982494Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:18:13.9982676Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:18:13.9982857Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:18:13.9983022Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:18:13.9983195Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:18:13.9983384Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:18:13.9983554Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:18:13.9983734Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:18:13.9983918Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:18:13.9984122Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:18:13.9984323Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:18:13.9984510Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:18:13.9984671Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:18:13.9984851Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:18:13.9985039Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:18:13.9985227Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:18:13.9985434Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:18:13.9985652Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:18:13.9985829Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:18:13.9986013Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:18:13.9986183Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:18:13.9986359Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:18:13.9986557Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:18:13.9986721Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:18:13.9986879Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:18:13.9987057Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:18:13.9987246Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:18:13.9987419Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:18:13.9987618Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:18:13.9987935Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:18:13.9988226Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:18:13.9988407Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:18:13.9988659Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:18:13.9988819Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:18:13.9988974Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:18:13.9989176Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:18:13.9989383Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:18:13.9989545Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:18:13.9989741Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:18:13.9989955Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:18:13.9990123Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:18:13.9990318Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:18:13.9990621Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:18:13.9990930Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:18:13.9991181Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:18:13.9991382Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:18:14.0285659Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:18:14.0286019Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:18:14.0286226Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:18:14.0286376Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:18:14.0286560Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:18:14.0286706Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:18:14.0286877Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:18:14.0287088Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:18:14.0287274Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:18:14.0287443Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:18:14.0287681Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:18:14.0287909Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:18:14.0288100Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:18:14.0288266Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:18:14.0288453Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:18:14.0288625Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:18:14.0288797Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:18:14.0288997Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:18:14.0289222Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:18:14.0289359Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:18:14.0289611Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:18:14.0289918Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:18:14.0290192Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:18:14.0290408Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:18:14.0290556Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:18:14.0290708Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:18:14.0290851Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:18:14.0290991Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:18:14.0291361Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:18:14.0291620Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:18:14.0291832Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:18:14.0292039Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:18:14.0292300Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:18:14.0292570Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:18:14.0292975Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:18:14.0293321Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:18:14.0293709Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:18:14.0294102Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:18:14.0294520Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:18:14.0294885Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:18:14.0295116Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:18:14.0295473Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:18:14.0295774Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:18:14.0296088Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:18:14.0296463Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:18:14.0296902Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:18:14.0297352Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:18:14.0297804Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:18:14.0298392Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:18:14.0298852Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:18:14.0299347Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:18:14.0299766Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:18:14.0300174Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:18:14.0300583Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:18:14.0300852Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:18:14.0301382Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:18:14.0302001Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:18:14.0302607Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:18:14.0303166Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:18:14.0303628Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:18:14.0304126Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:18:14.0304639Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:18:14.0305298Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:18:14.0305866Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:18:14.0306330Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:18:14.0306777Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:18:14.0307182Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:18:14.0307475Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:18:14.0307691Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:18:14.0308062Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:18:14.0308318Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:18:14.0308568Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:18:14.0308870Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:18:14.0309139Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:18:14.0309388Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:18:14.0309679Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:18:14.0309965Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:18:14.0310245Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:18:14.0310522Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:18:14.0310776Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:18:14.0311048Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:18:14.0311402Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:18:14.0311672Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:18:14.0311924Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:18:14.0312141Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:18:14.0312579Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:18:14.0312833Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:18:14.0313108Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:18:14.0313349Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:18:14.0313573Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:18:14.0313810Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:18:14.0314242Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:18:14.0314745Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:18:14.0315261Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:18:14.0315907Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:18:14.0316261Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:18:14.0316475Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:18:14.0316743Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:18:14.0317030Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:18:14.0317328Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:18:14.0317776Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:18:14.0318241Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:18:14.0318727Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:18:14.0319275Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:18:14.0319604Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:18:14.0320029Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:18:14.0320489Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:18:14.0320942Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:18:14.0321420Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:18:14.0686286Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:18:14.0686677Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:18:14.0687066Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:18:14.0687301Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:18:14.0687506Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:18:14.0687829Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:18:14.0688098Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:18:14.0688287Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:18:14.0688534Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:18:14.0688813Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:18:14.0689033Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:18:14.0689287Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:18:14.0689639Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:18:14.0689915Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:18:14.0690211Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:18:14.0690431Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:18:14.0690808Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:18:14.0691110Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:18:14.0691505Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:18:14.0691835Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:18:14.0692116Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:18:14.0692424Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:18:14.0692730Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:18:14.0693065Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:18:14.0693618Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:18:14.0693823Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:18:14.0694066Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:18:14.0694387Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:18:14.0694608Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:18:14.0694845Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:18:14.0695132Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:18:14.0695420Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:18:14.0695579Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:18:14.0696015Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:18:14.0696278Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:18:14.0696579Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:18:14.0696829Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:18:14.0697026Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:18:14.0697216Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:18:14.0697471Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:18:14.0697668Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:18:14.0697880Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:18:14.0698218Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:18:14.0698482Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:18:14.0698705Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:18:14.0698887Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:18:14.0699071Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:18:14.0699314Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:18:14.0699480Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:18:14.0699642Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:18:14.0699825Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:18:14.0700137Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:18:14.0700374Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:18:14.0700549Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:18:14.0700733Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:18:14.0700909Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:18:14.0701138Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:18:14.0701300Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:18:14.0701551Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:18:14.0701794Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:18:14.0701970Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:18:14.0702201Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:18:14.0702444Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:18:14.0702672Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:18:14.0702865Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:18:14.0703049Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:18:14.0703291Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:18:14.0703485Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:18:14.0703649Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:18:14.0703909Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:18:14.0704088Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:18:14.0704280Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:18:14.0704458Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:18:14.0704657Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:18:14.0704933Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:18:14.0705141Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:18:14.0705473Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:18:14.0705654Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:18:14.0705911Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:18:14.0706156Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:18:14.0706325Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:18:14.0706493Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:18:14.0706681Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:18:14.0706876Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:18:14.0707061Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:18:14.0707255Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:18:14.0707476Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:18:14.0707722Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:18:14.0708029Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:18:14.0708239Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:18:14.0708478Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:18:14.0708770Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:18:14.0708950Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:18:14.0709143Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:18:14.0709333Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:18:14.0709503Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:18:14.0709746Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:18:14.0709991Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:18:14.0710316Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:18:14.0710674Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:18:14.0710983Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:18:14.0711260Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:18:14.0711508Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:18:14.0711727Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:18:14.0711915Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:18:14.0712129Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:18:14.0712384Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:18:14.0712650Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:18:14.0712937Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:18:14.0713311Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:18:14.0713594Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:18:14.0713816Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:18:14.0714086Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:18:14.0714275Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:18:14.0714439Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:18:14.0714707Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:18:14.0714951Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:18:14.0976698Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:18:14.0977153Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:18:14.0977643Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:18:14.0978022Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:18:14.0978320Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:18:14.0978551Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:18:14.0978764Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:18:14.0978981Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:18:14.0979140Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:18:14.0979305Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:18:14.0979467Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:18:14.0979674Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:18:14.0979871Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:18:14.0980039Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:18:14.0980221Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:18:14.0980391Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:18:14.0980624Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:18:14.0980806Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:18:14.0980983Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:18:14.0981162Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:18:14.0981376Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:18:14.0981540Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:18:14.0981719Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:18:14.0981952Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:18:14.0982192Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:18:14.0982390Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:18:14.0982575Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:18:14.0982783Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:18:14.0982963Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:18:14.0983125Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:18:14.0983310Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:18:14.0983490Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:18:14.0983671Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:18:14.0983901Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:18:14.0984103Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:18:14.0984354Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:18:14.0984558Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:18:14.0984790Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:18:14.0984971Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:18:14.0985137Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:18:14.0985321Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:18:14.0985560Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:18:14.0985729Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:18:14.0985898Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:18:14.0986077Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:18:14.0986256Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:18:14.0986616Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:18:14.0986886Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:18:14.0987136Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:18:14.0987343Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:18:14.0987622Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:18:14.0987876Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:18:14.0988202Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:18:14.0988457Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:18:14.0988840Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:18:14.0989138Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:18:14.0989395Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:18:14.0989745Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:18:14.0990042Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:18:14.0990340Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:18:14.0990654Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:18:14.0990910Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:18:14.0991170Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:18:14.0991423Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:18:14.0991672Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:18:14.0991852Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:18:14.0992257Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:18:14.0992539Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:18:14.0992741Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:18:14.0992995Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:18:14.0993244Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:18:14.0993506Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:18:14.0993804Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:18:14.0994091Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:18:14.0994302Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:18:14.0994629Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:18:14.0994946Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:18:14.0995288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:18:14.0995653Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:18:14.0996017Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:18:14.0996351Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:18:14.0996629Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:18:14.0996940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:18:14.0997262Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:18:14.0997573Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:18:14.0997983Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:18:14.0998418Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:18:14.0998741Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:18:14.0999008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:18:14.0999298Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:18:14.0999700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:18:14.0999972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:18:14.1000272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:18:14.1000584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:18:14.1000830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:18:14.1001122Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:18:14.1001422Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:18:14.1001746Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:18:14.1002040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:18:14.1002403Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:18:14.1002736Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:18:14.1003032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:18:14.1003319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:18:14.1003591Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:18:14.1003841Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:18:14.1004139Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:18:14.1004456Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:18:14.1004774Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:18:14.1005143Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:18:14.1005470Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:18:14.1005716Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:18:14.1299457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:18:14.1299889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:18:14.1300256Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:18:14.1300721Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:18:14.1301156Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:18:14.1301453Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:18:14.1301745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:18:14.1302123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:18:14.1302373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:18:14.1302616Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:18:14.1303112Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:18:14.1303576Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:18:14.1303887Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:18:14.1304177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:18:14.1304563Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:18:14.1304885Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:18:14.1305186Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:18:14.1305548Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:18:14.1305975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:18:14.1306300Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:18:14.1306688Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:18:14.1307012Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:18:14.1307322Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:18:14.1307632Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:18:14.1308028Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:18:14.1308390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:18:14.1308761Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:18:14.1309212Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:18:14.1309563Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:18:14.1309920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:18:14.1310167Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:18:14.1310501Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:18:14.1310835Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:18:14.1311235Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:18:14.1311561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:18:14.1311877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:18:14.1312128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:18:14.1312402Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:18:14.1312662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:18:14.1312953Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:18:14.1313248Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:18:14.1313546Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:18:14.1313871Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:18:14.1314177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:18:14.1314519Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:18:14.1315037Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:18:14.1315379Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:18:14.1315847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:18:14.1316246Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:18:14.1316581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:18:14.1316909Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:18:14.1317215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:18:14.1317500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:18:14.1317865Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:18:14.1318190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:18:14.1318570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:18:14.1318900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:18:14.1319193Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:18:14.1319490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:18:14.1319791Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:18:14.1320094Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:18:14.1320409Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:18:14.1320773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:18:14.1321118Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:18:14.1321415Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:18:14.1321653Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:18:14.1321957Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:18:14.1322187Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:18:14.1322431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:18:14.1322665Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:18:14.1322881Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:18:14.1323149Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:18:14.1323417Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:18:14.1323717Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:18:14.1324047Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:18:14.1324363Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:18:14.1324605Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:18:14.1324834Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:18:14.1324992Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:18:14.1325176Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:18:14.1325380Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:18:14.1325624Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:18:14.1325751Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:18:14.1325859Z adding 'executorch/codegen/gen.py' 2025-06-05T23:18:14.1325967Z adding 'executorch/codegen/model.py' 2025-06-05T23:18:14.1326086Z adding 'executorch/codegen/parse.py' 2025-06-05T23:18:14.1326209Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:18:14.1326336Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:18:14.1326452Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:18:14.1326588Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:18:14.1326723Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:18:14.1326866Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:18:14.1327006Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:18:14.1327197Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:18:14.1327356Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:18:14.1327546Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:18:14.1327724Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:18:14.1327903Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:18:14.1328061Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:18:14.1328196Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:18:14.1328335Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:18:14.1328466Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:18:14.1348633Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:18:14.4601844Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:18:14.4602379Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:18:14.4602789Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:18:14.4603247Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:18:14.4603880Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:18:14.4604414Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:18:14.4604979Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:18:14.4605441Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:18:14.4605756Z adding 'executorch/data/bin/flatc' 2025-06-05T23:18:14.4606104Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:18:14.4606619Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:18:14.4607074Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:18:14.4607646Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:18:14.4608154Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:18:14.4608566Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:18:14.4609049Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:18:14.4609673Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:18:14.4610277Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:18:14.4610909Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:18:14.4611491Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:18:14.4612032Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:18:14.4612585Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:18:14.4613161Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:18:14.4613774Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:18:14.4614569Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:18:14.4615261Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:18:14.4615802Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:18:14.4616306Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:18:14.4616812Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:18:14.4617305Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:18:14.4617893Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:18:14.4618326Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:18:14.4618824Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:18:14.4619233Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:18:14.4619619Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:18:14.4620087Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:18:14.4620641Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:18:14.4621036Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:18:14.4621510Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:18:14.4622092Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:18:14.4622507Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:18:14.4622985Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:18:14.4623514Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:18:14.4624021Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:18:14.4624501Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:18:14.4625003Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:18:14.4625534Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:18:14.4626092Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:18:14.4626877Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:18:14.4627550Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:18:14.4628166Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:18:14.4628682Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:18:14.4629152Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:18:14.4629868Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:18:14.4630396Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:18:14.4630941Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:18:14.4631437Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:18:14.4631859Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:18:14.4632297Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:18:14.4632769Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:18:14.4633413Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:18:14.4633976Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:18:14.4634594Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:18:14.4635137Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:18:14.4635644Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:18:14.4636301Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:18:14.4636770Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:18:14.4637324Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:18:14.4637961Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:18:14.4638543Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:18:14.4639299Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:18:14.4639903Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:18:14.4640434Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:18:14.4640925Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:18:14.4641566Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:18:14.4642132Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:18:14.4642570Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:18:14.4642996Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:18:14.4643531Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:18:14.4644107Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:18:14.4644547Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:18:14.4644977Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:18:14.4645358Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:18:14.4645966Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:18:14.4646521Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:18:14.4647164Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:18:14.4647885Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:18:14.4648860Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:18:14.4649686Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:18:14.4650382Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:18:14.4651228Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:18:14.4651986Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:18:14.4652445Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:18:14.4652910Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:18:14.4653359Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:18:14.4653822Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:18:14.4654285Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:18:14.4654743Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:18:14.4655312Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:18:14.4655852Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:18:14.4656307Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:18:14.4656749Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:18:14.4657219Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:18:14.4657670Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:18:14.4658085Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:18:14.4658646Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:18:14.4659377Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:18:14.4659879Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:18:14.4660281Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:18:14.4660687Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:18:14.4661092Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:18:14.4661674Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:18:14.4662396Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:18:14.4662969Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:18:14.4663502Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:18:14.4664083Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:18:14.4664800Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:18:14.4665396Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:18:14.4665919Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:18:14.4666393Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:18:14.4667043Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:18:14.4667579Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:18:14.4668434Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:18:14.4669232Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:18:14.4669941Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:18:14.5015059Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:18:14.5016023Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:18:14.5016958Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:18:14.5018026Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:18:14.5019032Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:18:14.5020037Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:18:14.5021046Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:18:14.5022041Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:18:14.5023037Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:18:14.5024176Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:18:14.5025437Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:18:14.5026740Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:18:14.5028203Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:18:14.5029485Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:18:14.5030605Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:18:14.5031761Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:18:14.5032943Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:18:14.5033985Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:18:14.5034964Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:18:14.5035944Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:18:14.5036888Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:18:14.5037795Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:18:14.5038618Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:18:14.5039459Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:18:14.5040128Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:18:14.5040996Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:18:14.5041717Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:18:14.5042311Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:18:14.5042857Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:18:14.5043415Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:18:14.5043976Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:18:14.5044526Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:18:14.5045143Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:18:14.5045828Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:18:14.5046488Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:18:14.5047103Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:18:14.5047724Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:18:14.5048437Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:18:14.5049013Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:18:14.5049446Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:18:14.5049871Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:18:14.5050294Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:18:14.5050763Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:18:14.5051181Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:18:14.5051574Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:18:14.5051982Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:18:14.5052432Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:18:14.5052887Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:18:14.5053336Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:18:14.5053795Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:18:14.5054241Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:18:14.5054688Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:18:14.5055133Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:18:14.5055575Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:18:14.5056058Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:18:14.5056549Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:18:14.5057024Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:18:14.5057529Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:18:14.5058025Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:18:14.5058499Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:18:14.5058977Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:18:14.5059434Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:18:14.5059871Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:18:14.5060310Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:18:14.5060746Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:18:14.5061150Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:18:14.5061549Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:18:14.5062006Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:18:14.5062523Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:18:14.5062943Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:18:14.5063475Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:18:14.5063954Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:18:14.5064416Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:18:14.5064845Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:18:14.5065281Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:18:14.5065713Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:18:14.5066097Z adding 'executorch/exir/__init__.py' 2025-06-05T23:18:14.5066418Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:18:14.5066973Z adding 'executorch/exir/common.py' 2025-06-05T23:18:14.5067317Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:18:14.5067637Z adding 'executorch/exir/delegate.py' 2025-06-05T23:18:14.5068021Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:18:14.5068338Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:18:14.5068689Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:18:14.5069018Z adding 'executorch/exir/error.py' 2025-06-05T23:18:14.5069309Z adding 'executorch/exir/graph.py' 2025-06-05T23:18:14.5069621Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:18:14.5069975Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:18:14.5070327Z adding 'executorch/exir/memory.py' 2025-06-05T23:18:14.5070643Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:18:14.5070981Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:18:14.5071294Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:18:14.5071632Z adding 'executorch/exir/print_program.py' 2025-06-05T23:18:14.5071969Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:18:14.5072278Z adding 'executorch/exir/schema.py' 2025-06-05T23:18:14.5072595Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:18:14.5072889Z adding 'executorch/exir/tensor.py' 2025-06-05T23:18:14.5073193Z adding 'executorch/exir/tracer.py' 2025-06-05T23:18:14.5073488Z adding 'executorch/exir/types.py' 2025-06-05T23:18:14.5073793Z adding 'executorch/exir/version.py' 2025-06-05T23:18:14.5074090Z adding 'executorch/exir/wrap.py' 2025-06-05T23:18:14.5074416Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:18:14.5074770Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:18:14.5075145Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:18:14.5075539Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:18:14.5075941Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:18:14.5076354Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:18:14.5076718Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:18:14.5077124Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:18:14.5077516Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:18:14.5077893Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:18:14.5078282Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:18:14.5078668Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:18:14.5079075Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:18:14.5079495Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:18:14.5079977Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:18:14.5080441Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:18:14.5080849Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:18:14.5081219Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:18:14.5081628Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:18:14.5082049Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:18:14.5082579Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:18:14.5082941Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:18:14.5083589Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:18:14.5084238Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:18:14.5084899Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:18:14.5085613Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:18:14.5086299Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:18:14.5086892Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:18:14.5087462Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:18:14.5088023Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:18:14.5610244Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:18:14.5610931Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:18:14.5611455Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:18:14.5611906Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:18:14.5612421Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:18:14.5612921Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:18:14.5613378Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:18:14.5613861Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:18:14.5614326Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:18:14.5614805Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:18:14.5615298Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:18:14.5615812Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:18:14.5616317Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:18:14.5616818Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:18:14.5617244Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:18:14.5617708Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:18:14.5618180Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:18:14.5618643Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:18:14.5619189Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:18:14.5619771Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:18:14.5620420Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:18:14.5621012Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:18:14.5621458Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:18:14.5621825Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:18:14.5622169Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:18:14.5622517Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:18:14.5622859Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:18:14.5623209Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:18:14.5623600Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:18:14.5624105Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:18:14.5624553Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:18:14.5624973Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:18:14.5625443Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:18:14.5625823Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:18:14.5626448Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:18:14.5626877Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:18:14.5627422Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:18:14.5627925Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:18:14.5628440Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:18:14.5628890Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:18:14.5629300Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:18:14.5629703Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:18:14.5630160Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:18:14.5630730Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:18:14.5631207Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:18:14.5631634Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:18:14.5631992Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:18:14.5632334Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:18:14.5632691Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:18:14.5633044Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:18:14.5633392Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:18:14.5633719Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:18:14.5634196Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:18:14.5634581Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:18:14.5635029Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:18:14.5635501Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:18:14.5635893Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:18:14.5636343Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:18:14.5636799Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:18:14.5637329Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:18:14.5637808Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:18:14.5638290Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:18:14.5638723Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:18:14.5639195Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:18:14.5639697Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:18:14.5640125Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:18:14.5640571Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:18:14.5641042Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:18:14.5641491Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:18:14.5641913Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:18:14.5642341Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:18:14.5642740Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:18:14.5643166Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:18:14.5643649Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:18:14.5644081Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:18:14.5644533Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:18:14.5645034Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:18:14.5645571Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:18:14.5646137Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:18:14.5646613Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:18:14.5647106Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:18:14.5647697Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:18:14.5648117Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:18:14.5648633Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:18:14.5649039Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:18:14.5649477Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:18:14.5649875Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:18:14.5650244Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:18:14.5650610Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:18:14.5650976Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:18:14.5651379Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:18:14.5651816Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:18:14.5652193Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:18:14.5652550Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:18:14.5652916Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:18:14.5653255Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:18:14.5653614Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:18:14.5653938Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:18:14.5654276Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:18:14.5654607Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:18:14.5654979Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:18:14.5655392Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:18:14.5655757Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:18:14.5656124Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:18:14.5656496Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:18:14.5656860Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:18:14.5657237Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:18:14.5657631Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:18:14.5658101Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:18:14.5658527Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:18:14.5658901Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:18:14.5659339Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:18:14.5659827Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:18:14.5660362Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:18:14.5660832Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:18:14.5661236Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:18:14.5661609Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:18:14.5661988Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:18:14.5662382Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:18:14.5662824Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:18:14.5663304Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:18:14.5663716Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:18:14.5664131Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:18:14.5664606Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:18:14.5665101Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:18:14.5665488Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:18:14.5665846Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:18:14.5666209Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:18:14.5666773Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:18:14.5667171Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:18:14.5667528Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:18:14.5668127Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:18:14.5668600Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:18:14.5669004Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:18:14.5669406Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:18:14.5669818Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:18:14.5670254Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:18:14.5670644Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:18:14.5671044Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:18:14.5671483Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:18:14.5671997Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:18:14.5672543Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:18:15.1992492Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:18:15.1993270Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:18:15.1993908Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:18:15.1994391Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:18:15.1994805Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:18:15.1995211Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:18:15.1995678Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:18:15.1996394Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:18:15.1996833Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:18:15.1997337Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:18:15.1997861Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:18:15.1998499Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:18:15.1999081Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:18:15.1999651Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:18:15.2000217Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:18:15.2000752Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:18:15.2001292Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:18:15.2001877Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:18:15.2002826Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:18:15.2003483Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:18:15.2003993Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:18:15.2004402Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:18:15.2004827Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:18:15.2005296Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:18:15.2005753Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:18:15.2006335Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:18:15.2006902Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:18:15.2007366Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:18:15.2007803Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:18:15.2008268Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:18:15.2008733Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:18:15.2009164Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:18:15.2009586Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:18:15.2010359Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:18:15.2010964Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:18:15.2011736Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:18:15.2012253Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:18:15.2012797Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:18:15.2013516Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:18:15.2014375Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:18:15.2015152Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:18:15.2015862Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:18:15.2016643Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:18:15.2017621Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:18:15.2018457Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:18:15.2019382Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:18:15.2020008Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:18:15.2020641Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:18:15.2021274Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:18:15.2021871Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:18:15.2022602Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:18:15.2023302Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:18:15.2024040Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:18:15.2024682Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:18:15.2025280Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:18:15.2026093Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:18:15.2026879Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:18:15.2027853Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:18:15.2028689Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:18:15.2029507Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:18:15.2030345Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:18:15.2031282Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:18:15.2032155Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:18:15.2033030Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:18:15.2033849Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:18:15.2034607Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:18:15.2035301Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:18:15.2035993Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:18:15.2036953Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:18:15.2037834Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:18:15.2038555Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:18:15.2039236Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:18:15.2039936Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:18:15.2040617Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:18:15.2041260Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:18:15.2041884Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:18:15.2042506Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:18:15.2043248Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:18:15.2044081Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:18:15.2044870Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:18:15.2045536Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:18:15.2046194Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:18:15.2047021Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:18:15.2048071Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:18:15.2049141Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:18:15.2050201Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:18:15.2051234Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:18:15.2052147Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:18:15.2052886Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:18:15.2053556Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:18:15.2054249Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:18:15.2054755Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:18:15.2055210Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:18:15.2055716Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:18:15.2056405Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:18:15.2056849Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:18:15.2057290Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:18:15.2057670Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:18:15.2058145Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:18:15.2058664Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:18:15.2059308Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:18:15.2059922Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:18:15.2060462Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:18:15.2060989Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:18:15.8472528Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:18:15.8473660Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:18:15.8474435Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:18:15.8475032Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:18:15.8475586Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:18:15.8476169Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:18:15.8476736Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:18:15.8477351Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:18:15.8477951Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:18:15.8478573Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:18:15.8479146Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:18:15.8479649Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:18:15.8480158Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:18:15.8480616Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:18:15.8481085Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:18:15.8481574Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:18:15.8482130Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:18:15.8482753Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:18:15.8483352Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:18:15.8483891Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:18:15.8484457Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:18:15.8485058Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:18:15.8485617Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:18:15.8486112Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:18:15.8486584Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:18:15.8487039Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:18:15.8487536Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:18:15.8488101Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:18:15.8488710Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:18:15.8489377Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:18:15.8490120Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:18:15.8490815Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:18:15.8491512Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:18:15.8492246Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:18:15.8493417Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:18:15.8494234Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:18:15.8494872Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:18:15.8495651Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:18:15.8496505Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:18:15.8497315Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:18:15.8498278Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:18:15.8499158Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:18:15.8499951Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:18:15.8500762Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:18:15.8501575Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:18:15.8502390Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:18:15.8503225Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:18:15.8504042Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:18:15.8505085Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:18:15.8506232Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:18:15.8507434Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:18:15.8508785Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:18:15.8510065Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:18:15.8511351Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:18:15.8512643Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:18:15.8513878Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:18:15.8515115Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:18:15.8516342Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:18:15.8517606Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:18:15.8518824Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:18:15.8520100Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:18:15.8521508Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:18:15.8522932Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:18:15.8524264Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:18:15.8525422Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:18:15.8526315Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:18:15.8527292Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:18:15.8528287Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:18:15.8529134Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:18:15.8529676Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:18:15.8530174Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:18:15.8530683Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:18:15.8531215Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:18:15.8531780Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:18:15.8532291Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:18:15.8532786Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:18:15.8533323Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:18:15.8533956Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:18:15.8534542Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:18:15.8535043Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:18:15.8535581Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:18:15.8536183Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:18:15.8536683Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:18:15.8537142Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:18:15.8537598Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:18:15.8538087Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:18:15.8538610Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:18:15.8539160Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:18:15.8539633Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:18:15.8540004Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:18:15.8540554Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:18:15.8541085Z adding 'executorch/schema/program.fbs' 2025-06-05T23:18:15.8541591Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:18:15.8542192Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:18:15.8542864Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:18:15.8543413Z adding 'executorch/util/collect_env.py' 2025-06-05T23:18:15.8543754Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:18:15.8544181Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:18:15.8544629Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:18:15.8545041Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:18:15.8545483Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:18:15.8545969Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:18:15.8546398Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:18:15.8546775Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:18:15.8547437Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:18:15.8548511Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=8c1d5657cacb8a05b9d647c2eb2fb355ecbf906ce26ec0830226dbce482a99e9 2025-06-05T23:18:15.8549770Z Stored in directory: /tmp/pip-ephem-wheel-cache-sx6jwjhd/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:18:15.8550442Z Successfully built executorch 2025-06-05T23:18:20.3682818Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:18:20.3683826Z [?25l 2025-06-05T23:18:20.3684218Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:18:20.3684521Z 2025-06-05T23:18:20.3684758Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:18:20.3685049Z 2025-06-05T23:18:20.3685394Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:18:20.3685863Z  Attempting uninstall: pytest 2025-06-05T23:18:20.3686347Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:18:20.3686832Z  Found existing installation: pytest 7.2.0 2025-06-05T23:18:20.3687348Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:18:20.3687805Z  Uninstalling pytest-7.2.0: 2025-06-05T23:18:20.3688288Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:18:20.3689148Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3689836Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:18:20.3690419Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3691017Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:18:20.3691892Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3693109Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:18:20.3694083Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3694662Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3695365Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:18:20.3696053Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3696710Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:18:20.3697383Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3698112Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:18:20.3698855Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3699503Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:18:20.3700180Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3700666Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:18:20.3701171Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3701769Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3702299Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:18:20.3702870Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3703400Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:18:20.3703951Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:18:20.3704556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3705215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3705951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3706632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3707229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3707899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3708494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3709093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3709680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:18:20.3710282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3710904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3711503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3712090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3712666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3713254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3713844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3714417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3715004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3715652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3716306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:20.3716892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:21.8177591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:21.8178430Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:18:21.8179146Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:18:21.8179776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:18:21.8180227Z [?25h 2025-06-05T23:18:21.8181533Z Successfully installed cattrs-25.1.1 coremltools-8.3.0 execnet-2.1.1 executorch-0.7.0a0+bd57234 flatbuffers-25.2.10 protobuf-6.31.1 pyaml-25.5.0 pytest-8.4.0 pytest-rerunfailures-15.1 pytest-xdist-3.7.0 tabulate-0.9.0 2025-06-05T23:18:21.8182606Z + pip list 2025-06-05T23:18:21.8183014Z Package Version Build Editable project location 2025-06-05T23:18:21.8183488Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:18:21.8183895Z aiohappyeyeballs 2.6.1 2025-06-05T23:18:21.8184188Z aiohttp 3.12.9 2025-06-05T23:18:21.8184549Z aiosignal 1.3.2 2025-06-05T23:18:21.8184830Z alabaster 0.7.16 2025-06-05T23:18:21.8185114Z antlr4-python3-runtime 4.9.3 2025-06-05T23:18:21.8185411Z async-timeout 5.0.1 2025-06-05T23:18:21.8185782Z attrs 25.3.0 2025-06-05T23:18:21.8186058Z babel 2.17.0 2025-06-05T23:18:21.8186326Z beautifulsoup4 4.13.4 2025-06-05T23:18:21.8186619Z blobfile 3.0.0 2025-06-05T23:18:21.8186892Z breathe 4.34.0 2025-06-05T23:18:21.8187200Z bs4 0.0.2 2025-06-05T23:18:21.8187512Z cattrs 25.1.1 2025-06-05T23:18:21.8187861Z certifi 2025.4.26 2025-06-05T23:18:21.8188166Z charset-normalizer 3.4.2 2025-06-05T23:18:21.8188440Z cmake 3.31.6 2025-06-05T23:18:21.8188722Z contourpy 1.3.2 2025-06-05T23:18:21.8189102Z coremltools 8.3.0 2025-06-05T23:18:21.8189422Z coverage 7.8.2 2025-06-05T23:18:21.8189735Z cycler 0.12.1 2025-06-05T23:18:21.8190086Z datasets 3.6.0 2025-06-05T23:18:21.8190456Z dill 0.3.8 2025-06-05T23:18:21.8190724Z docutils 0.16 2025-06-05T23:18:21.8191011Z exceptiongroup 1.3.0 2025-06-05T23:18:21.8191323Z execnet 2.1.1 2025-06-05T23:18:21.8191637Z executorch 0.7.0a0+bd57234 2025-06-05T23:18:21.8191998Z exhale 0.2.3 2025-06-05T23:18:21.8192283Z expecttest 0.1.6 2025-06-05T23:18:21.8192547Z filelock 3.18.0 2025-06-05T23:18:21.8192865Z flatbuffers 25.2.10 2025-06-05T23:18:21.8193182Z fonttools 4.58.1 2025-06-05T23:18:21.8193525Z frozenlist 1.6.2 2025-06-05T23:18:21.8193812Z fsspec 2025.3.0 2025-06-05T23:18:21.8194085Z hf_transfer 0.1.9 2025-06-05T23:18:21.8194361Z hf-xet 1.1.3 2025-06-05T23:18:21.8194663Z huggingface-hub 0.32.4 2025-06-05T23:18:21.8194991Z hypothesis 6.84.2 2025-06-05T23:18:21.8195301Z idna 3.10 2025-06-05T23:18:21.8195624Z imagesize 1.4.1 2025-06-05T23:18:21.8195916Z iniconfig 2.1.0 2025-06-05T23:18:21.8196504Z Jinja2 3.1.6 2025-06-05T23:18:21.8196795Z kagglehub 0.3.12 2025-06-05T23:18:21.8197224Z kiwisolver 1.4.8 2025-06-05T23:18:21.8197495Z lxml 5.4.0 2025-06-05T23:18:21.8197783Z markdown-it-py 2.2.0 2025-06-05T23:18:21.8198057Z MarkupSafe 3.0.2 2025-06-05T23:18:21.8198375Z matplotlib 3.10.3 2025-06-05T23:18:21.8198717Z mdit-py-plugins 0.3.5 2025-06-05T23:18:21.8198991Z mdurl 0.1.2 2025-06-05T23:18:21.8199266Z mpmath 1.3.0 2025-06-05T23:18:21.8199529Z multidict 6.4.4 2025-06-05T23:18:21.8199851Z multiprocess 0.70.16 2025-06-05T23:18:21.8200186Z myst-parser 0.18.1 2025-06-05T23:18:21.8200473Z networkx 3.4.2 2025-06-05T23:18:21.8200765Z numpy 2.2.6 2025-06-05T23:18:21.8201070Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:18:21.8201402Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:18:21.8201720Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:18:21.8202042Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:18:21.8202339Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:18:21.8202671Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:18:21.8203010Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:18:21.8203326Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:18:21.8203629Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:18:21.8203933Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:18:21.8204251Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:18:21.8204597Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:18:21.8204890Z omegaconf 2.3.0 2025-06-05T23:18:21.8205159Z packaging 25.0 2025-06-05T23:18:21.8205464Z pandas 2.2.3 2025-06-05T23:18:21.8205777Z parameterized 0.9.0 2025-06-05T23:18:21.8206066Z pillow 11.2.1 2025-06-05T23:18:21.8206333Z pip 25.1 2025-06-05T23:18:21.8206612Z pluggy 1.6.0 2025-06-05T23:18:21.8206887Z propcache 0.3.1 2025-06-05T23:18:21.8207227Z protobuf 6.31.1 2025-06-05T23:18:21.8207497Z psutil 7.0.0 2025-06-05T23:18:21.8207771Z pyaml 25.5.0 2025-06-05T23:18:21.8208048Z pyarrow 20.0.0 2025-06-05T23:18:21.8208353Z pycryptodomex 3.23.0 2025-06-05T23:18:21.8208688Z Pygments 2.19.1 2025-06-05T23:18:21.8208954Z pyparsing 3.2.3 2025-06-05T23:18:21.8209228Z pytest 8.4.0 2025-06-05T23:18:21.8209516Z pytest-cov 4.1.0 2025-06-05T23:18:21.8209860Z pytest-rerunfailures 15.1 2025-06-05T23:18:21.8210136Z pytest-xdist 3.7.0 2025-06-05T23:18:21.8210477Z python-dateutil 2.9.0.post0 2025-06-05T23:18:21.8211052Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:18:21.8211582Z pytorch_tokenizers 0.1.0 2025-06-05T23:18:21.8212029Z pytz 2025.2 2025-06-05T23:18:21.8212407Z PyYAML 6.0.1 2025-06-05T23:18:21.8212744Z regex 2024.11.6 2025-06-05T23:18:21.8213024Z requests 2.32.3 2025-06-05T23:18:21.8213309Z ruamel.yaml 0.17.32 2025-06-05T23:18:21.8213590Z ruamel.yaml.clib 0.2.12 2025-06-05T23:18:21.8213878Z safetensors 0.5.3 2025-06-05T23:18:21.8214152Z sentencepiece 0.2.0 2025-06-05T23:18:21.8214439Z setuptools 78.1.1 2025-06-05T23:18:21.8214715Z six 1.17.0 2025-06-05T23:18:21.8214982Z snowballstemmer 3.0.1 2025-06-05T23:18:21.8215273Z sortedcontainers 2.4.0 2025-06-05T23:18:21.8215675Z soupsieve 2.7 2025-06-05T23:18:21.8215957Z Sphinx 5.3.0 2025-06-05T23:18:21.8216312Z sphinx-copybutton 0.5.0 2025-06-05T23:18:21.8216601Z sphinx_design 0.4.1 2025-06-05T23:18:21.8216873Z sphinx-gallery 0.14.0 2025-06-05T23:18:21.8217170Z sphinx_reredirects 0.1.4 2025-06-05T23:18:21.8217476Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:18:21.8217773Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:18:21.8218080Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:18:21.8218371Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:18:21.8218672Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:18:21.8218974Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:18:21.8219274Z sympy 1.14.0 2025-06-05T23:18:21.8219540Z tabulate 0.9.0 2025-06-05T23:18:21.8219813Z tiktoken 0.9.0 2025-06-05T23:18:21.8220069Z timm 1.0.7 2025-06-05T23:18:21.8220357Z tokenizers 0.21.1 2025-06-05T23:18:21.8220638Z tomli 2.0.1 2025-06-05T23:18:21.8220922Z torch 2.8.0a0+git5616fa4 2025-06-05T23:18:21.8221259Z torchao 0.12.0+gitbc68b11 2025-06-05T23:18:21.8221584Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:18:21.8221896Z torchdata 0.11.0 2025-06-05T23:18:21.8222165Z torchsr 1.0.4 2025-06-05T23:18:21.8222441Z torchtune 0.6.1 2025-06-05T23:18:21.8222730Z torchvision 0.22.0a0+966da7e 2025-06-05T23:18:21.8223046Z tqdm 4.67.1 2025-06-05T23:18:21.8223330Z transformers 4.47.1 2025-06-05T23:18:21.8223624Z triton 3.0.0 1 2025-06-05T23:18:21.8223947Z typing_extensions 4.14.0 2025-06-05T23:18:21.8224217Z tzdata 2025.2 2025-06-05T23:18:21.8224495Z urllib3 2.4.0 2025-06-05T23:18:21.8224755Z wheel 0.45.1 2025-06-05T23:18:21.8233258Z xxhash 3.5.0 2025-06-05T23:18:21.8233576Z yarl 1.20.0 2025-06-05T23:18:21.8233864Z zstd 1.5.5.1 2025-06-05T23:18:21.8234155Z + build_executorch_runner cmake Release 2025-06-05T23:18:21.8234465Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:18:21.8234711Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:18:21.8234984Z + build_executorch_runner_cmake Release 2025-06-05T23:18:21.8235287Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:18:21.8235570Z + clean_executorch_install_folders 2025-06-05T23:18:21.8235888Z + ./install_executorch.sh --clean 2025-06-05T23:18:21.8236171Z Cleaning build artifacts... 2025-06-05T23:18:21.8236441Z Cleaning pip-out/... 2025-06-05T23:18:21.8236683Z Done cleaning build artifacts. 2025-06-05T23:18:21.8236953Z + mkdir cmake-out 2025-06-05T23:18:21.8237166Z + pushd cmake-out 2025-06-05T23:18:21.8237456Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:18:21.8237797Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:18:21.8238055Z + CXXFLAGS= 2025-06-05T23:18:21.8238252Z + CXXFLAGS= 2025-06-05T23:18:21.8238587Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:18:21.8239109Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:18:21.8239536Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:18:21.8239912Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:18:21.8240250Z -- Detecting C compiler ABI info 2025-06-05T23:18:21.8240551Z -- Detecting C compiler ABI info - done 2025-06-05T23:18:21.8240921Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:18:21.8241302Z -- Detecting C compile features 2025-06-05T23:18:21.8241585Z -- Detecting C compile features - done 2025-06-05T23:18:21.8241899Z -- Detecting CXX compiler ABI info 2025-06-05T23:18:21.8242208Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:18:21.8242732Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:18:21.8243126Z -- Detecting CXX compile features 2025-06-05T23:18:21.8243486Z -- Detecting CXX compile features - done 2025-06-05T23:18:21.8243808Z -- --- Configured Options --- 2025-06-05T23:18:21.8243989Z 2025-06-05T23:18:21.8244105Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:18:21.8244455Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:18:21.8244810Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:18:21.8245174Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:18:21.8245537Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:18:21.8245889Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:18:21.8246243Z -- BUCK2 x (unset) 2025-06-05T23:18:21.8246578Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:18:21.8246933Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:18:21.8247291Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:18:21.8247663Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:18:21.8248196Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:18:21.8248743Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:18:21.8249110Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:18:21.8249463Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:18:21.8249818Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:18:21.8250155Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:18:26.4994126Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:18:26.4994905Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:18:26.4995620Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:18:26.4996273Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:18:26.4996956Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:18:26.4997557Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:18:26.4998212Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:18:26.4998970Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:18:26.4999646Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:18:26.5000328Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:18:26.5000975Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:18:26.5001605Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:18:26.5002231Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:18:26.5002883Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:18:26.5003517Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:18:26.5004166Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:18:26.5004817Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:18:26.5005507Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:18:26.5006167Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:18:26.5006811Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:18:26.5007442Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:18:26.5008074Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:18:26.5008718Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:18:26.5009350Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:18:26.5010008Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:18:26.5010643Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:18:26.5011292Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:18:26.5011942Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:18:26.5012568Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:18:26.5013225Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:18:26.5013867Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:18:26.5014892Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:18:26.5015736Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:18:26.5016391Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:18:26.5016948Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:18:26.5017606Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:18:26.5018274Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:18:26.5018882Z -- -------------------------- 2025-06-05T23:18:26.5019634Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:18:26.5021269Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:18:26.5022503Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:26.5023271Z CMake. 2025-06-05T23:18:26.5023467Z 2025-06-05T23:18:26.5023806Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:26.5024755Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:26.5025536Z to work with policies introduced by or earlier. 2025-06-05T23:18:26.5025978Z 2025-06-05T23:18:26.5026253Z  2025-06-05T23:18:26.5026747Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:18:26.5027569Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:18:26.5028353Z -- Setting Clang compiler options 2025-06-05T23:18:26.5029611Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:18:26.5031735Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:26.5033091Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:26.5033865Z CMake. 2025-06-05T23:18:26.5034084Z 2025-06-05T23:18:26.5034498Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:26.5035573Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:26.5036455Z to work with policies introduced by or earlier. 2025-06-05T23:18:26.5036922Z 2025-06-05T23:18:26.5037131Z  2025-06-05T23:18:26.5038268Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:26.5039698Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:26.5040494Z CMake. 2025-06-05T23:18:26.5040697Z 2025-06-05T23:18:26.5041117Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:26.5042152Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:26.5043069Z to work with policies introduced by or earlier. 2025-06-05T23:18:26.5043524Z 2025-06-05T23:18:26.5043723Z  2025-06-05T23:18:26.5044130Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:18:26.5044786Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:18:26.5045442Z -- Found Threads: TRUE 2025-06-05T23:18:26.5046706Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:26.5048164Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:26.5048971Z CMake. 2025-06-05T23:18:26.5049175Z 2025-06-05T23:18:26.5049590Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:26.5050657Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:26.5051571Z to work with policies introduced by or earlier. 2025-06-05T23:18:26.5052067Z 2025-06-05T23:18:26.5052258Z  2025-06-05T23:18:26.5052627Z -- Resolved buck2 as buck2. 2025-06-05T23:18:26.5053124Z -- Killing buck2 daemon 2025-06-05T23:18:26.5053731Z 'buck2 killall' 2025-06-05T23:18:26.5054192Z -- executorch: Generating source lists 2025-06-05T23:18:26.5055286Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:18:26.5056512Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:18:26.5057389Z -- Generating operator lib: 2025-06-05T23:18:26.5057865Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:26.5058591Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:18:26.5059350Z -- ROOT_OPS: 2025-06-05T23:18:26.5059745Z -- INCLUDE_ALL_OPS: 2025-06-05T23:18:26.5062195Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:18:26.5064325Z -- Generating kernel bindings: 2025-06-05T23:18:26.5064868Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:26.5065629Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:18:26.5066430Z -- CUSTOM_OPS_YAML: 2025-06-05T23:18:26.5067051Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:18:26.5070448Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:18:26.5073373Z -- Generating operator lib: 2025-06-05T23:18:26.5073870Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:26.5074392Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:18:26.5074929Z -- DEPS: executorch_core 2025-06-05T23:18:26.5076017Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:18:26.5077247Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:26.5078533Z CMake. 2025-06-05T23:18:26.5078753Z 2025-06-05T23:18:26.5079159Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:26.5080179Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:26.5081066Z to work with policies introduced by or earlier. 2025-06-05T23:18:26.5081530Z 2025-06-05T23:18:26.5081754Z  2025-06-05T23:18:26.5082125Z -- Looking for C++ include unistd.h 2025-06-05T23:18:26.5082696Z -- Looking for C++ include unistd.h - found 2025-06-05T23:18:26.5083287Z -- Looking for C++ include stdint.h 2025-06-05T23:18:26.5083862Z -- Looking for C++ include stdint.h - found 2025-06-05T23:18:26.5084467Z -- Looking for C++ include inttypes.h 2025-06-05T23:18:26.5085079Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:18:26.5085692Z -- Looking for C++ include sys/types.h 2025-06-05T23:18:26.5086308Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:18:26.5086922Z -- Looking for C++ include sys/stat.h 2025-06-05T23:18:26.5087489Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:18:26.5088083Z -- Looking for C++ include fnmatch.h 2025-06-05T23:18:26.5088665Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:18:26.5089279Z -- Looking for C++ include stddef.h 2025-06-05T23:18:26.5089845Z -- Looking for C++ include stddef.h - found 2025-06-05T23:18:26.5090436Z -- Check size of uint32_t 2025-06-05T23:18:26.5090888Z -- Check size of uint32_t - done 2025-06-05T23:18:26.5091389Z -- Looking for strtoll 2025-06-05T23:18:26.5091839Z -- Looking for strtoll - found 2025-06-05T23:18:26.5092361Z -- Configuring done (5.1s) 2025-06-05T23:18:26.5092857Z -- Generating done (0.1s) 2025-06-05T23:18:26.5093512Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:18:26.5094228Z + popd 2025-06-05T23:18:26.5094576Z /pytorch/executorch 2025-06-05T23:18:26.5094979Z ++ uname 2025-06-05T23:18:26.5095326Z + '[' Linux == Darwin ']' 2025-06-05T23:18:26.5096020Z ++ nproc 2025-06-05T23:18:26.5096365Z + CMAKE_JOBS=7 2025-06-05T23:18:26.5096789Z + cmake --build cmake-out -j 7 2025-06-05T23:18:26.5097813Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:18:26.5098939Z [ 1%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:18:26.5100371Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:18:26.5102468Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:18:26.5104360Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:18:26.5106299Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:18:26.5108379Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:18:26.5109834Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:18:26.5110836Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:18:26.5111721Z [ 3%] No update step for 'flatcc_external_project' 2025-06-05T23:18:26.5112662Z [ 3%] No update step for 'flatbuffers_external_project' 2025-06-05T23:18:26.5113611Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:18:26.5114493Z [ 3%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:18:26.5115547Z [ 3%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:18:26.5116736Z [ 4%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:18:26.5117599Z CMake Warning: 2025-06-05T23:18:26.5118152Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:18:26.5118673Z 2025-06-05T23:18:26.5118850Z  2025-06-05T23:18:26.5119273Z CMake Warning: 2025-06-05T23:18:26.5119818Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:18:26.5120361Z 2025-06-05T23:18:26.5120544Z  2025-06-05T23:18:26.5121331Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:18:27.3811885Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:27.3812705Z CMake. 2025-06-05T23:18:27.3812822Z 2025-06-05T23:18:27.3813044Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:27.3813604Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:27.3814068Z to work with policies introduced by or earlier. 2025-06-05T23:18:27.3814330Z 2025-06-05T23:18:27.3814609Z  2025-06-05T23:18:27.3814980Z fatal: No names found, cannot describe anything. 2025-06-05T23:18:27.3815630Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:18:27.3816031Z git describe failed with exit code: 128 2025-06-05T23:18:27.3816242Z 2025-06-05T23:18:27.3816415Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:18:27.3816801Z Call Stack (most recent call first): 2025-06-05T23:18:27.3817091Z CMakeLists.txt:5 (include) 2025-06-05T23:18:27.3817274Z 2025-06-05T23:18:27.3817372Z  2025-06-05T23:18:27.3817592Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:18:27.3818335Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:18:27.3819383Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:18:27.3820319Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:18:27.3821044Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:18:27.3821479Z -- Detecting C compiler ABI info 2025-06-05T23:18:27.3822273Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:18:27.3824082Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:18:27.3825099Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:18:27.3826105Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:18:27.3827047Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:18:27.3827640Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:18:27.3827990Z -- Detecting CXX compiler ABI info 2025-06-05T23:18:27.3828735Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:18:27.3829689Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:18:27.3830676Z [ 8%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:18:27.3831704Z [ 8%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:18:27.3832472Z [ 8%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:18:27.3832866Z -- Detecting C compiler ABI info - done 2025-06-05T23:18:27.3833194Z [ 8%] Built target gflags_nothreads_static 2025-06-05T23:18:27.3833851Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:18:27.3834495Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:18:27.3834887Z -- Detecting C compile features 2025-06-05T23:18:27.3835339Z -- Detecting C compile features - done 2025-06-05T23:18:27.3836326Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:18:27.3837325Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:18:27.3838012Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:18:27.3838445Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:18:27.3838831Z -- Setting Clang compiler options 2025-06-05T23:18:27.3839505Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:18:27.3840205Z -- Configuring done (0.3s) 2025-06-05T23:18:27.3840475Z -- Generating done (0.0s) 2025-06-05T23:18:27.3841109Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:18:27.3841965Z [ 10%] Performing build step for 'flatcc_external_project' 2025-06-05T23:18:27.3842730Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:18:27.3843434Z [ 11%] Linking C static library libpthreadpool.a 2025-06-05T23:18:27.3844005Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:18:27.3844808Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:18:27.3845856Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:18:27.3846779Z [ 12%] Built target pthreadpool 2025-06-05T23:18:27.3847535Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:18:27.3848405Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:18:27.3849478Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:18:27.3850389Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:18:27.3851248Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:18:27.3852045Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:18:27.3852915Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:18:27.3853747Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:18:27.3854135Z -- Detecting CXX compile features 2025-06-05T23:18:27.3854446Z -- Detecting CXX compile features - done 2025-06-05T23:18:27.3855194Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:18:27.3856037Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:18:27.3856504Z -- Looking for strtof_l 2025-06-05T23:18:27.3857136Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:18:27.3858163Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:18:27.3859035Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:18:27.3859902Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:18:27.3860923Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:18:27.3861748Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:18:27.3862557Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:18:27.3863512Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:18:27.3864599Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:18:27.3865585Z [ 30%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:18:27.3866442Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:18:27.3867564Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:18:27.3868235Z [ 33%] Built target flatccrt 2025-06-05T23:18:27.3869014Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:18:27.3870183Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:18:27.3871082Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:18:27.3872112Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:18:27.3872737Z -- Looking for strtof_l - found 2025-06-05T23:18:27.3873011Z -- Looking for strtoull_l 2025-06-05T23:18:27.3873828Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:18:27.3874864Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:18:27.3876722Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:18:27.3878216Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:18:27.3879792Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:18:27.3881196Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:18:27.3882243Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:18:27.3883244Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:18:27.3884712Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:18:27.3886639Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:18:27.3887569Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:18:27.3888207Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:18:27.3889106Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:18:27.3889898Z [ 18%] Linking C static library libcpuinfo.a 2025-06-05T23:18:27.3890271Z -- Looking for strtoull_l - found 2025-06-05T23:18:27.9992045Z -- Looking for realpath 2025-06-05T23:18:27.9993200Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:18:27.9995010Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:18:27.9996275Z [ 18%] Built target cpuinfo 2025-06-05T23:18:27.9997275Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:18:27.9998669Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:18:28.0000079Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:18:28.0001523Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:18:28.0003450Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:18:28.0005648Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:18:28.0007427Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:18:28.0009115Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:18:28.0010932Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:18:28.0012437Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:18:28.0014316Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:18:28.0016519Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:18:28.0018360Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:18:28.0019830Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:18:28.0021428Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:18:28.0022397Z -- Looking for realpath - found 2025-06-05T23:18:28.0023007Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:18:28.0023682Z -- Configuring done (1.1s) 2025-06-05T23:18:28.0024161Z -- Generating done (0.0s) 2025-06-05T23:18:28.0025525Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:18:28.0027381Z [ 20%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:18:28.0028883Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:18:28.0030302Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:18:28.0031531Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:18:28.0032661Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:18:28.0033859Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:18:28.0035296Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:18:28.0036525Z [ 20%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:18:28.0037262Z [ 20%] Built target cpuinfo_internals 2025-06-05T23:18:28.0038189Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:18:28.0039015Z [ 93%] Built target flatcc 2025-06-05T23:18:28.0039903Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:18:28.0041187Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:18:28.0042548Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:18:28.0043845Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:18:28.0045030Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:18:28.0046312Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:18:28.0047577Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:18:28.0048394Z [100%] Built target flatcc_cli 2025-06-05T23:18:28.0049223Z [ 21%] Performing install step for 'flatcc_external_project' 2025-06-05T23:18:28.0050396Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:18:28.0051221Z [ 21%] Built target flatccrt 2025-06-05T23:18:28.0051709Z [ 93%] Built target flatcc 2025-06-05T23:18:28.0052185Z [100%] Built target flatcc_cli 2025-06-05T23:18:28.0052779Z Install the project... 2025-06-05T23:18:28.0053284Z -- Install configuration: "" 2025-06-05T23:18:28.0054257Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:18:28.0055851Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:18:28.0057562Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:18:28.0059328Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:18:28.0061080Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:18:28.0062876Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:18:28.0064666Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:18:28.0066429Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:18:28.0068977Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:18:28.0070801Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:18:28.0072661Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:18:28.0074459Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:18:28.0076443Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:18:28.0078428Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:18:28.0080269Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:18:28.0082096Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:18:28.0083903Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:18:28.0085697Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:18:28.0087487Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:18:28.0089282Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:18:28.0091148Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:18:28.0092967Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:18:28.0094694Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:18:28.0096346Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:18:28.0097571Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:18:28.0098757Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:18:28.0100676Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:18:28.0103078Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:18:28.0105004Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:18:28.0106843Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:18:28.0108792Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:18:28.0110829Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:18:28.0112779Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:18:28.0114704Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:18:28.0116763Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:18:28.0118811Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:18:28.0120800Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:18:29.6875565Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:18:29.6876592Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:18:29.6877678Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:18:29.6878829Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:18:29.6879851Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:18:29.6880835Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:18:29.6881827Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:18:29.6882795Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:18:29.6883751Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:18:29.6884694Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:18:29.6885633Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:18:29.6886567Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:18:29.6887506Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:18:29.6888464Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:18:29.6889418Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:18:29.6890356Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:18:29.6891278Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:18:29.6892212Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:18:29.6893150Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:18:29.6894103Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:18:29.6895118Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:18:29.6896099Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:18:29.6897051Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:18:29.6897973Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:18:29.6898899Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:18:29.6899942Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:18:29.6901058Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:18:29.6902069Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:18:29.6903187Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:18:29.6904371Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:18:29.6905677Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:18:29.6907044Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:18:29.6908347Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:18:29.6909505Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:18:29.6910580Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:18:29.6911486Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:18:29.6912425Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:18:29.6913449Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:18:29.6914456Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:18:29.6915417Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:18:29.6916314Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:18:29.6917473Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:18:29.6918381Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:18:29.6919298Z [ 21%] Completed 'flatcc_external_project' 2025-06-05T23:18:29.6919762Z [ 21%] Built target flatcc_external_project 2025-06-05T23:18:29.6920391Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:18:29.6921065Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:18:29.6921978Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:18:29.6923099Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:18:29.6923984Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:18:29.6924768Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:18:29.6925567Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:18:29.6926429Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:18:29.6927375Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:18:29.6928415Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:18:29.6929312Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:18:29.6930091Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:18:29.6930910Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:18:29.6931744Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:18:29.6932719Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:18:29.6933649Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:18:29.6934461Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:18:29.6935369Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:18:29.6936114Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:18:29.6936818Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:18:29.6937758Z [ 23%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:18:29.6938496Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:18:29.6939402Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:18:29.6940073Z [ 23%] Built target flatccrt 2025-06-05T23:18:29.6940547Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:18:29.6941182Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:18:29.6941817Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:18:29.6942533Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:18:29.6943277Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:18:29.6944038Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:18:29.6944820Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:18:29.6945594Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:18:29.6946356Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:18:29.6946915Z [100%] Linking CXX executable flatc 2025-06-05T23:18:29.6947248Z [100%] Built target flatc 2025-06-05T23:18:29.6947702Z [ 23%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:18:29.6948191Z [100%] Built target flatc 2025-06-05T23:18:30.3973119Z Install the project... 2025-06-05T23:18:30.3973755Z -- Install configuration: "" 2025-06-05T23:18:30.3974863Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:18:30.3976634Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:18:30.3978486Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:18:30.3980288Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:18:30.3982107Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:18:30.3983977Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:18:30.3985923Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:18:30.3987870Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:18:30.3989995Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:18:30.3992012Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:18:30.3993974Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:18:30.3995978Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:18:30.3997982Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:18:30.3999843Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:18:30.4002052Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:18:30.4004144Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:18:30.4006023Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:18:30.4007842Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:18:30.4009638Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:18:30.4011508Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:18:30.4013319Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:18:30.4015132Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:18:30.4017065Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:18:30.4018947Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:18:30.4020964Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:18:30.4022956Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:18:30.4024866Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:18:30.4026766Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:18:30.4028678Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:18:30.4030513Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:18:30.4032310Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:18:30.4034119Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:18:30.4036050Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:18:30.4037989Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:18:30.4040041Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:18:30.4042247Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:18:30.4044525Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:18:30.4046472Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:18:30.4048242Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:18:30.4050380Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:18:30.4052187Z [ 23%] Completed 'flatbuffers_external_project' 2025-06-05T23:18:30.4052906Z [ 23%] Built target flatbuffers_external_project 2025-06-05T23:18:30.4053699Z [ 23%] Generating common_schema headers 2025-06-05T23:18:30.4054496Z [ 23%] Built target common_schema 2025-06-05T23:18:30.4055201Z [ 24%] Generating program_schema headers 2025-06-05T23:18:30.4055915Z [ 24%] Built target program_schema 2025-06-05T23:18:30.4057055Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:18:30.4058587Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:18:30.4060382Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:18:30.4062433Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:18:30.4064351Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:18:30.4065955Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:18:30.4067668Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:18:30.4069286Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:18:30.4070885Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:18:30.4072477Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:18:30.4074104Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:18:30.4075881Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:18:30.4077725Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:18:30.4079530Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:18:30.4081163Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:18:30.4082642Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:18:30.4084178Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:18:30.4085732Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:18:30.4087281Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:18:30.4088816Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:18:30.4090447Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:18:30.4091775Z [ 31%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:18:30.4092496Z [ 31%] Built target executorch_core 2025-06-05T23:18:30.4093635Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:18:30.4095355Z [ 32%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:18:30.4097013Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:18:30.4098609Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:18:30.4100508Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:18:30.4102566Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:18:30.4104521Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:18:32.6096051Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:18:32.6098159Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:18:32.6100209Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:18:32.6102186Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:18:32.6104179Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:18:32.6105633Z [ 35%] Linking CXX static library libexecutorch.a 2025-06-05T23:18:32.6107088Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:18:32.6108353Z [ 35%] Built target executorch 2025-06-05T23:18:32.6109066Z [ 36%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:18:32.6110561Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:18:32.6111697Z [ 36%] Built target extension_threadpool 2025-06-05T23:18:32.6112922Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:18:32.6114976Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:18:32.6117008Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:18:32.6118988Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:18:32.6121097Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:18:32.6123116Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:18:32.6125109Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:18:32.6127085Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:18:32.6129068Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:18:32.6131088Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:18:32.6132610Z [ 40%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:18:32.6133421Z [ 40%] Built target kernels_util_all_deps 2025-06-05T23:18:32.6134657Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:18:32.6136526Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:18:32.6138334Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:18:32.6140023Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:18:32.6141738Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:18:32.6143444Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:18:32.6145129Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:18:32.6146899Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:18:32.6149134Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:18:32.6150884Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:18:32.6152548Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:18:32.6154211Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:18:32.6155866Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:18:32.6157585Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:18:32.6159309Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:18:32.6161110Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:18:32.6162941Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:18:32.6164657Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:18:32.6166376Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:18:32.6168171Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:18:32.6169805Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:18:32.6171596Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:18:32.6173437Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:18:32.6175195Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:18:32.6177013Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:18:32.6178873Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:18:32.6180583Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:18:32.6182228Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:18:32.6184016Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:18:32.6185815Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:18:32.6187473Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:18:32.6189328Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:18:32.6191134Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:18:32.6192950Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:18:32.6194886Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:18:32.6196762Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:18:32.6198399Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:18:32.6200074Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:18:32.6202045Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:18:32.6203948Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:18:32.6205750Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:18:32.6207508Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:18:32.6209195Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:18:32.6210949Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:18:32.6212706Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:18:32.6214393Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:18:32.6216062Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:18:32.6217746Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:18:32.6219517Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:18:32.6221238Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:18:32.6222934Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:18:32.6224625Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:18:32.6226350Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:18:32.6228162Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:18:32.6229925Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:18:34.8472175Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:18:34.8473993Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:18:34.8475682Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:18:34.8477287Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:18:34.8478869Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:18:34.8480464Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:18:34.8482097Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:18:34.8483730Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:18:34.8485387Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:18:34.8487028Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:18:34.8488718Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:18:34.8490296Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:18:34.8491825Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:18:34.8493948Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:18:34.8495825Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:18:34.8497499Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:18:34.8499278Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:18:34.8500916Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:18:34.8502448Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:18:34.8503970Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:18:34.8505488Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:18:34.8507098Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:18:34.8508876Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:18:34.8510504Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:18:34.8512079Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:18:34.8513726Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:18:34.8515369Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:18:34.8516901Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:18:34.8518513Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:18:34.8520236Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:18:34.8521949Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:18:34.8523603Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:18:34.8525297Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:18:34.8527251Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:18:34.8529099Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:18:34.8530583Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:18:34.8532090Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:18:34.8533692Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:18:34.8535347Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:18:34.8536909Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:18:34.8538499Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:18:34.8541903Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:18:34.8543606Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:18:34.8545528Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:18:34.8547384Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:18:34.8549154Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:18:34.8550728Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:18:34.8552423Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:18:34.8554148Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:18:34.8555996Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:18:34.8557879Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:18:34.8559542Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:18:34.8561185Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:18:34.8562708Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:18:34.8564118Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:18:34.8565631Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:18:34.8567560Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:18:34.8569190Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:18:34.8570888Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:18:34.8572657Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:18:34.8574363Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:18:34.8576009Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:18:34.8577685Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:18:34.8579296Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:18:34.8581111Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:18:34.8583000Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:18:34.8584851Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:18:34.8586791Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:18:34.8588676Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:18:34.8590316Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:18:34.8592014Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:18:34.8593680Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:18:34.8595437Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:18:34.8597426Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:18:34.8599408Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:18:39.4171847Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:18:39.4172865Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:18:39.4173835Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:18:39.4174727Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:18:39.4175576Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:18:39.4176621Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:18:39.4177591Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:18:39.4178530Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:18:39.4179457Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:18:39.4180348Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:18:39.4181329Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:18:39.4182247Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:18:39.4183147Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:18:39.4184323Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:18:39.4185849Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:18:39.4186839Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:18:39.4187695Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:18:39.4188689Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:18:39.4189545Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:18:39.4190409Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:18:39.4191283Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:18:39.4192195Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:18:39.4193104Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:18:39.4193972Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:18:39.4194866Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:18:39.4195799Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:18:39.4196724Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:18:39.4197716Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:18:39.4198922Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:18:39.4199920Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:18:39.4200847Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:18:39.4201785Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:18:39.4202683Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:18:39.4203571Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:18:39.4204582Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:18:39.4205767Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:18:39.4206931Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:18:39.4207988Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:18:39.4209006Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:18:39.4210070Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:18:39.4211045Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:18:39.4212043Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:18:39.4213038Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:18:39.4214055Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:18:39.4215007Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:18:39.4215959Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:18:39.4216946Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:18:39.4217975Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:18:39.4218969Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:18:39.4219924Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:18:39.4220924Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:18:39.4221909Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:18:39.4222871Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:18:39.4223811Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:18:39.4224549Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:18:39.4224935Z [ 97%] Built target portable_kernels 2025-06-05T23:18:39.4225415Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:18:39.4225944Z [ 98%] Generating code for kernel registration 2025-06-05T23:18:39.4227040Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:18:39.4227955Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:18:39.4228446Z [ 98%] Built target portable_ops_lib 2025-06-05T23:18:39.4229566Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:18:39.4230531Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:18:39.4231445Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:18:39.4232393Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:18:39.4233532Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:18:39.4234615Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:18:39.4235338Z [100%] Linking CXX executable executor_runner 2025-06-05T23:18:39.4235705Z [100%] Built target executor_runner 2025-06-05T23:18:39.4235984Z + [[ '' == *main* ]] 2025-06-05T23:18:39.4236202Z + [[ '' == *gh* ]] 2025-06-05T23:18:39.4236447Z + PYTHON_EXECUTABLE=python 2025-06-05T23:18:39.4236717Z + bash .ci/scripts/setup-qnn-deps.sh 2025-06-05T23:18:39.4237011Z + setup_libc++ 12 2025-06-05T23:18:39.4237222Z + clang_version=12 2025-06-05T23:18:39.4237445Z + sudo apt-get update 2025-06-05T23:18:39.4237591Z 2025-06-05T23:18:39.4237672Z 0% [Working] 2025-06-05T23:18:39.4237871Z 2025-06-05T23:18:39.4238149Z Hit:1 https://dl.yarnpkg.com/debian stable InRelease 2025-06-05T23:18:39.4238423Z 2025-06-05T23:18:39.4238668Z 0% [Connecting to archive.ubuntu.com] [Connecting to security.ubuntu.com (185.1 2025-06-05T23:18:39.4239146Z 2025-06-05T23:18:39.4239552Z Hit:2 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-06-05T23:18:39.4239847Z 2025-06-05T23:18:39.4239983Z 2025-06-05T23:18:39.4240700Z 0% [Connecting to archive.ubuntu.com (91.189.91.83)] [Waiting for headers] 2025-06-05T23:18:39.4241148Z 2025-06-05T23:18:39.4241541Z Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-06-05T23:18:39.4241806Z 2025-06-05T23:18:39.4241915Z 2025-06-05T23:18:39.4242241Z 0% [Waiting for headers] 2025-06-05T23:18:39.4242478Z 2025-06-05T23:19:33.7620613Z Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-06-05T23:19:33.7621021Z 2025-06-05T23:19:33.7621166Z 0% [4 InRelease 5484 B/128 kB 4%] [Waiting for headers] 2025-06-05T23:19:33.7621522Z 2025-06-05T23:19:33.7622175Z Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-06-05T23:19:33.7622594Z 2025-06-05T23:19:33.7622829Z 0% [4 InRelease 118 kB/128 kB 92%] [5 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:19:33.7623430Z 2025-06-05T23:19:33.7623814Z 0% [5 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:19:33.7624256Z 2025-06-05T23:19:33.7624920Z Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-06-05T23:19:33.7625637Z 2025-06-05T23:19:33.7625942Z 0% [6 InRelease 5484 B/127 kB 4%] [5 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:19:33.7626589Z 2025-06-05T23:19:33.7627137Z 0% [5 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:19:33.7627986Z 0% [5 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:19:33.7628453Z 0% [5 InRelease 28.7 kB/129 kB 22%] 2025-06-05T23:19:33.7629144Z 0% [5 InRelease 57.6 kB/129 kB 45%] 2025-06-05T23:19:33.7629627Z 2025-06-05T23:19:33.7638377Z 0% [5 InRelease 101 kB/129 kB 78%] 2025-06-05T23:19:33.7638690Z 2025-06-05T23:19:33.7639162Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3295 kB] 2025-06-05T23:19:33.7639548Z 2025-06-05T23:19:33.7639717Z 0% [7 Packages 5759 B/3295 kB 0%] [5 InRelease 116 kB/129 kB 90%] 2025-06-05T23:19:33.7640107Z 2025-06-05T23:19:33.7640424Z 0% [7 Packages 262 kB/3295 kB 8%] 2025-06-05T23:19:33.7640696Z 0% [7 Packages 3295 kB/3295 kB 100%] 2025-06-05T23:19:33.7640976Z 2025-06-05T23:19:33.7641227Z 0% [Working] 2025-06-05T23:19:33.7641478Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-06-05T23:19:33.7641809Z 2025-06-05T23:19:33.7642304Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB] 2025-06-05T23:19:33.7642692Z 2025-06-05T23:19:33.7642836Z 0% [7 Packages store 0 B] [8 Packages 21.5 kB/1553 kB 1%] 2025-06-05T23:19:33.7643193Z 2025-06-05T23:19:33.7643502Z 0% [7 Packages store 0 B] 2025-06-05T23:19:33.7643750Z 62% [7 Packages store 0 B] 2025-06-05T23:19:33.7644004Z 2025-06-05T23:19:33.7644430Z Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB] 2025-06-05T23:19:33.7644840Z 2025-06-05T23:19:33.7644982Z 62% [7 Packages store 0 B] [9 Packages 2655 B/1246 kB 0%] 2025-06-05T23:19:33.7645324Z 2025-06-05T23:19:33.7645640Z 63% [9 Packages 28.7 kB/1246 kB 2%] 2025-06-05T23:19:33.7645978Z 63% [8 Packages store 0 B] [9 Packages 28.7 kB/1246 kB 2%] 2025-06-05T23:19:33.7646325Z 2025-06-05T23:19:33.7646636Z 65% [9 Packages 162 kB/1246 kB 13%] 2025-06-05T23:19:33.7646906Z 2025-06-05T23:19:33.7647170Z 74% [Working] 2025-06-05T23:19:33.7647379Z 74% [9 Packages store 0 B] 2025-06-05T23:19:33.7647627Z 2025-06-05T23:19:33.7647860Z 74% [Waiting for headers] 2025-06-05T23:19:33.7648107Z 2025-06-05T23:19:33.7648515Z Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2984 kB] 2025-06-05T23:19:33.7649038Z 2025-06-05T23:19:33.7649136Z 74% [10 Packages 22.9 kB/2984 kB 1%] 2025-06-05T23:19:33.7649416Z 2025-06-05T23:19:33.7649668Z 100% [Working] 2025-06-05T23:19:33.7649893Z 100% [10 Packages store 0 B] 2025-06-05T23:19:33.7650138Z 2025-06-05T23:19:33.7650379Z 100% [Working] 2025-06-05T23:19:33.7650575Z 2025-06-05T23:19:33.7650848Z Fetched 9462 kB in 1s (7954 kB/s) 2025-06-05T23:19:33.7651042Z 2025-06-05T23:19:33.7651140Z Reading package lists... 0% 2025-06-05T23:19:33.7651313Z 2025-06-05T23:19:33.7651423Z Reading package lists... 0% 2025-06-05T23:19:33.7651588Z 2025-06-05T23:19:33.7651686Z Reading package lists... 0% 2025-06-05T23:19:33.7651850Z 2025-06-05T23:19:33.7651959Z Reading package lists... 4% 2025-06-05T23:19:33.7652123Z 2025-06-05T23:19:33.7652218Z Reading package lists... 4% 2025-06-05T23:19:33.7652395Z 2025-06-05T23:19:33.7652490Z Reading package lists... 4% 2025-06-05T23:19:33.7652654Z 2025-06-05T23:19:33.7652762Z Reading package lists... 4% 2025-06-05T23:19:33.7652927Z 2025-06-05T23:19:33.7653026Z Reading package lists... 45% 2025-06-05T23:19:33.7653195Z 2025-06-05T23:19:33.7653303Z Reading package lists... 45% 2025-06-05T23:19:33.7653471Z 2025-06-05T23:19:33.7653567Z Reading package lists... 46% 2025-06-05T23:19:33.7653748Z 2025-06-05T23:19:33.7653841Z Reading package lists... 46% 2025-06-05T23:19:33.7654141Z 2025-06-05T23:19:33.7654238Z Reading package lists... 55% 2025-06-05T23:19:33.7654420Z 2025-06-05T23:19:33.7654589Z Reading package lists... 55% 2025-06-05T23:19:33.7654758Z 2025-06-05T23:19:33.7654865Z Reading package lists... 69% 2025-06-05T23:19:33.7655033Z 2025-06-05T23:19:33.7655127Z Reading package lists... 69% 2025-06-05T23:19:33.7655309Z 2025-06-05T23:19:33.7655405Z Reading package lists... 70% 2025-06-05T23:19:33.7655571Z 2025-06-05T23:19:33.7655667Z Reading package lists... 73% 2025-06-05T23:19:33.7655849Z 2025-06-05T23:19:33.7655943Z Reading package lists... 73% 2025-06-05T23:19:33.7656111Z 2025-06-05T23:19:33.7656217Z Reading package lists... 73% 2025-06-05T23:19:33.7656383Z 2025-06-05T23:19:33.7656480Z Reading package lists... 73% 2025-06-05T23:19:33.7656645Z 2025-06-05T23:19:33.7656754Z Reading package lists... 73% 2025-06-05T23:19:33.7656927Z 2025-06-05T23:19:33.7657021Z Reading package lists... 73% 2025-06-05T23:19:33.7657202Z 2025-06-05T23:19:33.7657304Z Reading package lists... 74% 2025-06-05T23:19:33.7657471Z 2025-06-05T23:19:33.7657567Z Reading package lists... 74% 2025-06-05T23:19:33.7657747Z 2025-06-05T23:19:33.7657847Z Reading package lists... 82% 2025-06-05T23:19:33.7658015Z 2025-06-05T23:19:33.7658124Z Reading package lists... 82% 2025-06-05T23:19:33.7658289Z 2025-06-05T23:19:33.7658385Z Reading package lists... 95% 2025-06-05T23:19:33.7658565Z 2025-06-05T23:19:33.7658661Z Reading package lists... 95% 2025-06-05T23:19:33.7658830Z 2025-06-05T23:19:33.7658926Z Reading package lists... 99% 2025-06-05T23:19:33.7659108Z 2025-06-05T23:19:33.7659203Z Reading package lists... 99% 2025-06-05T23:19:33.7659413Z 2025-06-05T23:19:33.7659566Z Reading package lists... 99% 2025-06-05T23:19:33.7659811Z 2025-06-05T23:19:33.7659907Z Reading package lists... 99% 2025-06-05T23:19:33.7660077Z 2025-06-05T23:19:33.7660186Z Reading package lists... 99% 2025-06-05T23:19:33.7660353Z 2025-06-05T23:19:33.7660450Z Reading package lists... 99% 2025-06-05T23:19:33.7660636Z 2025-06-05T23:19:33.7660731Z Reading package lists... 99% 2025-06-05T23:19:33.7660899Z 2025-06-05T23:19:33.7660995Z Reading package lists... 99% 2025-06-05T23:19:33.7661182Z 2025-06-05T23:19:33.7661276Z Reading package lists... 99% 2025-06-05T23:19:33.7661445Z 2025-06-05T23:19:33.7661552Z Reading package lists... 99% 2025-06-05T23:19:33.7661718Z 2025-06-05T23:19:33.7661817Z Reading package lists... Done 2025-06-05T23:19:33.7662002Z 2025-06-05T23:19:33.7662664Z W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. 2025-06-05T23:19:33.7663542Z + pkgs_to_check=("libc++-${clang_version}-dev") 2025-06-05T23:19:33.7663858Z + j=0 2025-06-05T23:19:33.7664057Z + '[' 0 -lt 1 ']' 2025-06-05T23:19:33.7664291Z ++ verify_pkg_installed libc++-12-dev 2025-06-05T23:19:33.7664661Z +++ dpkg-query -W '--showformat=${Status}\n' libc++-12-dev 2025-06-05T23:19:33.7665017Z +++ grep 'install ok installed' 2025-06-05T23:19:33.7665305Z ++ echo install ok installed 2025-06-05T23:19:33.7665576Z + install_status='install ok installed' 2025-06-05T23:19:33.7665896Z + '[' 'install ok installed' == '' ']' 2025-06-05T23:19:33.7666167Z + j=1 2025-06-05T23:19:33.7666364Z + '[' 1 -lt 1 ']' 2025-06-05T23:19:33.7666756Z + install_qnn 2025-06-05T23:19:33.7667003Z + echo 'Start installing qnn.' 2025-06-05T23:19:33.7667279Z Start installing qnn. 2025-06-05T23:19:33.7667587Z + QNN_INSTALLATION_DIR=/tmp/qnn 2025-06-05T23:19:33.7667869Z + mkdir -p /tmp/qnn 2025-06-05T23:19:33.7668520Z + curl -Lo /tmp/v2.28.0.24.10.29.zip https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.28.0.241029.zip 2025-06-05T23:19:33.7669347Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:19:33.7669805Z Dload Upload Total Spent Left Speed 2025-06-05T23:19:33.7670074Z 2025-06-05T23:19:33.7670208Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:19:33.7670764Z 100 134 100 134 0 0 448 0 --:--:-- --:--:-- --:--:-- 449 2025-06-05T23:19:33.7671122Z 2025-06-05T23:19:33.7671273Z 0 954M 0 355k 0 0 418k 0 0:38:56 --:--:-- 0:38:56 418k 2025-06-05T23:19:33.7671683Z 6 954M 6 58.7M 0 0 31.7M 0 0:00:30 0:00:01 0:00:29 58.4M 2025-06-05T23:19:33.7672079Z 11 954M 11 106M 0 0 37.2M 0 0:00:25 0:00:02 0:00:23 52.8M 2025-06-05T23:19:33.7672496Z 13 954M 13 126M 0 0 32.8M 0 0:00:29 0:00:03 0:00:26 41.9M 2025-06-05T23:19:33.7672904Z 14 954M 14 142M 0 0 29.4M 0 0:00:32 0:00:04 0:00:28 35.5M 2025-06-05T23:19:33.7673297Z 16 954M 16 161M 0 0 27.5M 0 0:00:34 0:00:05 0:00:29 32.1M 2025-06-05T23:19:33.7673703Z 19 954M 19 181M 0 0 26.5M 0 0:00:36 0:00:06 0:00:30 24.5M 2025-06-05T23:19:33.7674096Z 21 954M 21 203M 0 0 25.9M 0 0:00:36 0:00:07 0:00:29 19.5M 2025-06-05T23:19:33.7674507Z 23 954M 23 222M 0 0 25.1M 0 0:00:37 0:00:08 0:00:29 19.3M 2025-06-05T23:19:33.7674904Z 26 954M 26 248M 0 0 25.2M 0 0:00:37 0:00:09 0:00:28 21.2M 2025-06-05T23:19:33.7675315Z 28 954M 28 270M 0 0 24.8M 0 0:00:38 0:00:10 0:00:28 21.7M 2025-06-05T23:19:33.7675725Z 29 954M 29 281M 0 0 23.7M 0 0:00:40 0:00:11 0:00:29 20.0M 2025-06-05T23:19:33.7676119Z 31 954M 31 298M 0 0 23.2M 0 0:00:41 0:00:12 0:00:29 18.9M 2025-06-05T23:19:33.7676527Z 33 954M 33 317M 0 0 22.8M 0 0:00:41 0:00:13 0:00:28 18.8M 2025-06-05T23:19:33.7676921Z 35 954M 35 335M 0 0 22.5M 0 0:00:42 0:00:14 0:00:28 17.3M 2025-06-05T23:19:33.7677328Z 36 954M 36 349M 0 0 22.0M 0 0:00:43 0:00:15 0:00:28 15.9M 2025-06-05T23:19:33.7677722Z 37 954M 37 361M 0 0 21.4M 0 0:00:44 0:00:16 0:00:28 15.8M 2025-06-05T23:19:33.7678344Z 39 954M 39 374M 0 0 20.9M 0 0:00:45 0:00:17 0:00:28 15.1M 2025-06-05T23:19:33.7679040Z 40 954M 40 388M 0 0 20.5M 0 0:00:46 0:00:18 0:00:28 14.1M 2025-06-05T23:19:33.7679779Z 41 954M 41 400M 0 0 20.1M 0 0:00:47 0:00:19 0:00:28 13.1M 2025-06-05T23:19:33.7680517Z 44 954M 44 422M 0 0 20.2M 0 0:00:47 0:00:20 0:00:27 14.5M 2025-06-05T23:19:33.7681171Z 46 954M 46 443M 0 0 20.2M 0 0:00:47 0:00:21 0:00:26 16.4M 2025-06-05T23:19:33.7681874Z 48 954M 48 464M 0 0 20.3M 0 0:00:46 0:00:22 0:00:24 18.0M 2025-06-05T23:19:33.7682538Z 50 954M 50 485M 0 0 20.3M 0 0:00:46 0:00:23 0:00:23 19.5M 2025-06-05T23:19:33.7683213Z 53 954M 53 507M 0 0 20.4M 0 0:00:46 0:00:24 0:00:22 21.4M 2025-06-05T23:19:33.7683686Z 54 954M 54 523M 0 0 20.2M 0 0:00:47 0:00:25 0:00:22 20.3M 2025-06-05T23:19:33.7684080Z 56 954M 56 541M 0 0 20.1M 0 0:00:47 0:00:26 0:00:21 19.5M 2025-06-05T23:19:33.7684498Z 58 954M 58 560M 0 0 20.1M 0 0:00:47 0:00:27 0:00:20 19.1M 2025-06-05T23:19:33.7684897Z 60 954M 60 579M 0 0 20.0M 0 0:00:47 0:00:28 0:00:19 18.6M 2025-06-05T23:19:33.7685304Z 65 954M 65 625M 0 0 20.9M 0 0:00:45 0:00:29 0:00:16 23.5M 2025-06-05T23:19:33.7685709Z 70 954M 70 671M 0 0 21.7M 0 0:00:43 0:00:30 0:00:13 29.5M 2025-06-05T23:19:33.7686102Z 75 954M 75 718M 0 0 22.5M 0 0:00:42 0:00:31 0:00:11 35.2M 2025-06-05T23:19:33.7686508Z 83 954M 83 796M 0 0 24.2M 0 0:00:39 0:00:32 0:00:07 47.2M 2025-06-05T23:19:33.7686904Z 91 954M 91 875M 0 0 25.8M 0 0:00:36 0:00:33 0:00:03 59.1M 2025-06-05T23:19:33.7687323Z 99 954M 99 953M 0 0 27.3M 0 0:00:34 0:00:34 --:--:-- 65.6M 2025-06-05T23:19:33.7687747Z 100 954M 100 954M 0 0 27.3M 0 0:00:34 0:00:34 --:--:-- 70.4M 2025-06-05T23:19:33.7688372Z + echo 'Finishing downloading qnn sdk.' 2025-06-05T23:19:33.7688705Z Finishing downloading qnn sdk. 2025-06-05T23:19:33.7689075Z + unzip -qo /tmp/v2.28.0.24.10.29.zip -d /tmp 2025-06-05T23:19:33.7689413Z + echo 'Finishing unzip qnn sdk.' 2025-06-05T23:19:33.7689694Z Finishing unzip qnn sdk. 2025-06-05T23:19:33.7689951Z + ls -lah /tmp/qairt 2025-06-05T23:19:33.7690173Z total 16K 2025-06-05T23:19:33.7690425Z drwxrwxrwx. 3 ci-user ci-user 27 Oct 30 2024 . 2025-06-05T23:19:33.7690786Z drwxrwxrwt. 1 root root 58 Jun 5 23:19 .. 2025-06-05T23:19:33.7691194Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 2024 2.28.0.241029 2025-06-05T23:19:33.7691573Z + mv /tmp/qairt/2.28.0.241029 /tmp/qnn 2025-06-05T23:19:33.7691899Z + echo 'Finishing installing qnn '\''/tmp/qnn'\'' .' 2025-06-05T23:19:33.7692258Z Finishing installing qnn '/tmp/qnn' . 2025-06-05T23:19:33.7692536Z + ls -lah /tmp/qnn 2025-06-05T23:19:33.7692759Z total 16K 2025-06-05T23:19:33.7692992Z drwxr-xr-x. 3 ci-user ci-user 27 Jun 5 23:19 . 2025-06-05T23:19:38.2608212Z drwxrwxrwt. 1 root root 58 Jun 5 23:19 .. 2025-06-05T23:19:38.2609427Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 2024 2.28.0.241029 2025-06-05T23:19:38.2610183Z + PYTHON_EXECUTABLE=python 2025-06-05T23:19:38.2610480Z + bash .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:19:38.2610765Z + set -o xtrace 2025-06-05T23:19:38.2611058Z + build_qnn_backend 2025-06-05T23:19:38.2611350Z + echo 'Start building qnn backend.' 2025-06-05T23:19:38.2611712Z Start building qnn backend. 2025-06-05T23:19:38.2611983Z + export ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:19:38.2612275Z + ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:19:38.2612613Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:19:38.2612935Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:19:38.2613296Z +++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:19:38.2613615Z ++ cd -- .ci/scripts/../.. 2025-06-05T23:19:38.2613853Z ++ pwd 2025-06-05T23:19:38.2614146Z + export EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:19:38.2614483Z + EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:19:38.2614830Z ++ nproc 2025-06-05T23:19:38.2615035Z + parallelism=7 2025-06-05T23:19:38.2615457Z + bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 7 --release 2025-06-05T23:19:38.2615966Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-06-05T23:19:38.2616291Z + '[' --skip_aarch64 = -h ']' 2025-06-05T23:19:38.2616553Z + BUILD_X86_64=true 2025-06-05T23:19:38.2616770Z + CMAKE_X86_64=build-x86 2025-06-05T23:19:38.2617072Z + BUILD_AARCH64=true 2025-06-05T23:19:38.2617305Z + CMAKE_AARCH64=build-android 2025-06-05T23:19:38.2617564Z + CLEAN=true 2025-06-05T23:19:38.2617824Z + BUILD_TYPE=RelWithDebInfo 2025-06-05T23:19:38.2618093Z + BUILD_JOB_NUMBER=16 2025-06-05T23:19:38.2618342Z + '[' -z PYTHON_EXECUTABLE ']' 2025-06-05T23:19:38.2618647Z + '[' -z BUCK2 ']' 2025-06-05T23:19:38.2618980Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-06-05T23:19:38.2619938Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 7 --release 2025-06-05T23:19:38.2620966Z + parsed_args=' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:19:38.2621422Z + eval set -- ' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:19:38.2621897Z ++ set -- --skip_aarch64 --job_number 7 --release -- 2025-06-05T23:19:38.2622221Z + true 2025-06-05T23:19:38.2622457Z + case "$1" in 2025-06-05T23:19:38.2622676Z + BUILD_AARCH64=false 2025-06-05T23:19:38.2622890Z + shift 2025-06-05T23:19:38.2623104Z + true 2025-06-05T23:19:38.2623309Z + case "$1" in 2025-06-05T23:19:38.2623522Z + BUILD_JOB_NUMBER=7 2025-06-05T23:19:38.2623735Z + shift 2 2025-06-05T23:19:38.2623979Z + true 2025-06-05T23:19:38.2624160Z + case "$1" in 2025-06-05T23:19:38.2624373Z + BUILD_TYPE=Release 2025-06-05T23:19:38.2624600Z + shift 2025-06-05T23:19:38.2624825Z + true 2025-06-05T23:19:38.2625004Z + case "$1" in 2025-06-05T23:19:38.2625209Z + shift 2025-06-05T23:19:38.2625677Z + break 2025-06-05T23:19:38.2625896Z +++ dirname backends/qualcomm/scripts/build.sh 2025-06-05T23:19:38.2626299Z ++ cd backends/qualcomm/scripts/../../.. 2025-06-05T23:19:38.2626693Z ++ pwd -P 2025-06-05T23:19:38.2626952Z + PRJ_ROOT=/pytorch/executorch 2025-06-05T23:19:38.2627228Z + '[' false = true ']' 2025-06-05T23:19:38.2627463Z + '[' true = true ']' 2025-06-05T23:19:38.2627840Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-06-05T23:19:38.2628150Z + '[' true = true ']' 2025-06-05T23:19:38.2628391Z + rm -rf /pytorch/executorch/build-x86 2025-06-05T23:19:38.2628771Z + mkdir /pytorch/executorch/build-x86 2025-06-05T23:19:38.2629081Z + cd /pytorch/executorch/build-x86 2025-06-05T23:19:38.2631021Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-06-05T23:19:38.2633112Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:38.2633500Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:38.2633895Z -- Detecting C compiler ABI info 2025-06-05T23:19:38.2634208Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:38.2634627Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:38.2635021Z -- Detecting C compile features 2025-06-05T23:19:38.2635319Z -- Detecting C compile features - done 2025-06-05T23:19:38.2635670Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:38.2635980Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:38.2636423Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:38.2636819Z -- Detecting CXX compile features 2025-06-05T23:19:38.2637172Z -- Detecting CXX compile features - done 2025-06-05T23:19:38.2637499Z -- --- Configured Options --- 2025-06-05T23:19:38.2637730Z 2025-06-05T23:19:38.2637846Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:19:38.2638201Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:19:38.2638606Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:19:38.2638967Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:19:38.2639378Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:19:38.2639727Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:19:38.2640129Z -- BUCK2 x (unset) 2025-06-05T23:19:38.2640464Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:19:38.2640943Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:19:38.2641299Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:19:38.2641727Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:19:38.2642312Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:19:38.2642862Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:19:38.2643292Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:19:38.2643646Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:19:38.2644061Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:19:38.2644405Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:19:38.2644816Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:19:38.2645162Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:19:38.2645524Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:19:38.2645883Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:19:38.2646286Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:19:38.2646645Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:19:38.2646989Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:19:38.2647349Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:19:38.2647812Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:19:38.2648266Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:19:38.2648651Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:19:38.2649007Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:19:38.2649355Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:19:38.2649693Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:19:38.2650042Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:19:38.2650376Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:19:38.2650735Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:19:38.2651083Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:19:38.2651435Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:19:38.2651768Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:19:38.2652168Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:19:38.2652529Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:19:38.2652870Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:19:38.2653225Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:19:38.2653562Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:19:38.2653914Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:19:38.2654251Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:19:38.2654591Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:19:38.2654926Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:19:38.2655272Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:19:38.2655625Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:19:38.2655970Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:19:38.2656320Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:19:38.2656657Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:19:38.2657017Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:19:38.2657363Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:19:38.2657725Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:19:38.2658042Z -- -------------------------- 2025-06-05T23:19:38.2658459Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:19:38.2659448Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:19:38.2660088Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:38.2660502Z CMake. 2025-06-05T23:19:38.2660613Z 2025-06-05T23:19:38.2660829Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:38.2661380Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:38.2661843Z to work with policies introduced by or earlier. 2025-06-05T23:19:38.2662112Z 2025-06-05T23:19:38.2662217Z  2025-06-05T23:19:38.2662490Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:19:38.2662928Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:19:38.2663317Z -- Setting Clang compiler options 2025-06-05T23:19:38.2663997Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:19:38.2665080Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:19:38.2665795Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:38.2666195Z CMake. 2025-06-05T23:19:38.2666304Z 2025-06-05T23:19:38.2666530Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:38.2667272Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:38.2667812Z to work with policies introduced by or earlier. 2025-06-05T23:19:38.2668228Z 2025-06-05T23:19:38.2668342Z  2025-06-05T23:19:38.2669026Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:19:38.2669755Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:38.2670154Z CMake. 2025-06-05T23:19:38.2670264Z 2025-06-05T23:19:38.2670495Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:38.2671030Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:38.2671508Z to work with policies introduced by or earlier. 2025-06-05T23:19:38.2671758Z 2025-06-05T23:19:38.2671855Z  2025-06-05T23:19:38.2672082Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:19:38.2672516Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:19:38.2672853Z -- Found Threads: TRUE 2025-06-05T23:19:38.2673531Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:19:38.2674276Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:38.2674716Z CMake. 2025-06-05T23:19:38.2674824Z 2025-06-05T23:19:38.2675039Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:38.2675593Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:38.2676073Z to work with policies introduced by or earlier. 2025-06-05T23:19:38.2676319Z 2025-06-05T23:19:38.2676417Z  2025-06-05T23:19:38.2676628Z -- Resolved buck2 as buck2. 2025-06-05T23:19:38.2676884Z -- Killing buck2 daemon 2025-06-05T23:19:38.2677126Z 'buck2 killall' 2025-06-05T23:19:38.2677357Z -- executorch: Generating source lists 2025-06-05T23:19:38.2677870Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:19:38.2678548Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:19:38.2679015Z -- Generating operator lib: 2025-06-05T23:19:38.2679291Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:40.7276814Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:19:40.7277601Z -- ROOT_OPS: 2025-06-05T23:19:40.7277953Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:40.7280305Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:19:40.7282301Z -- Generating kernel bindings: 2025-06-05T23:19:40.7282769Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:40.7283432Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:19:40.7284190Z -- CUSTOM_OPS_YAML: 2025-06-05T23:19:40.7284594Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:40.7287659Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:19:40.7290254Z -- Generating operator lib: 2025-06-05T23:19:40.7290728Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:40.7291232Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:19:40.7291735Z -- DEPS: executorch_core 2025-06-05T23:19:40.7292803Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:19:40.7293964Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:40.7294693Z CMake. 2025-06-05T23:19:40.7294892Z 2025-06-05T23:19:40.7295301Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:40.7296231Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:40.7297384Z to work with policies introduced by or earlier. 2025-06-05T23:19:40.7297834Z 2025-06-05T23:19:40.7298056Z  2025-06-05T23:19:40.7298593Z -- Looking for C++ include unistd.h 2025-06-05T23:19:40.7299149Z -- Looking for C++ include unistd.h - found 2025-06-05T23:19:40.7299699Z -- Looking for C++ include stdint.h 2025-06-05T23:19:40.7300237Z -- Looking for C++ include stdint.h - found 2025-06-05T23:19:40.7300793Z -- Looking for C++ include inttypes.h 2025-06-05T23:19:40.7301378Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:19:40.7301956Z -- Looking for C++ include sys/types.h 2025-06-05T23:19:40.7302529Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:19:40.7303116Z -- Looking for C++ include sys/stat.h 2025-06-05T23:19:40.7303694Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:19:40.7304260Z -- Looking for C++ include fnmatch.h 2025-06-05T23:19:40.7304785Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:19:40.7305357Z -- Looking for C++ include stddef.h 2025-06-05T23:19:40.7305900Z -- Looking for C++ include stddef.h - found 2025-06-05T23:19:40.7306486Z -- Check size of uint32_t 2025-06-05T23:19:40.7306922Z -- Check size of uint32_t - done 2025-06-05T23:19:40.7307389Z -- Looking for strtoll 2025-06-05T23:19:40.7307884Z -- Looking for strtoll - found 2025-06-05T23:19:40.7308386Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:19:40.7308983Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:19:40.7310180Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:19:40.7311349Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:40.7312082Z CMake. 2025-06-05T23:19:40.7312282Z 2025-06-05T23:19:40.7312690Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:40.7313706Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:40.7314580Z to work with policies introduced by or earlier. 2025-06-05T23:19:40.7315032Z 2025-06-05T23:19:40.7315228Z  2025-06-05T23:19:40.7315593Z -- pybind11 v2.13.6 2025-06-05T23:19:40.7316380Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:19:40.7317363Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:19:40.7318105Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:19:40.7318672Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:19:40.7319231Z -- Generating operator lib: 2025-06-05T23:19:40.7319743Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:40.7320334Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:40.7320909Z -- ROOT_OPS: 2025-06-05T23:19:40.7321200Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:40.7323389Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:19:40.7325373Z -- Generating kernel bindings: 2025-06-05T23:19:40.7325829Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:40.7326289Z -- FUNCTIONS_YAML: 2025-06-05T23:19:40.7326914Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:40.7327661Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:40.7333971Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:19:40.7339374Z -- Generating operator lib: 2025-06-05T23:19:40.7339769Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:40.7340363Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:19:40.7340818Z -- DEPS: executorch_core 2025-06-05T23:19:40.7341238Z -- Configuring done (6.3s) 2025-06-05T23:19:40.7341627Z -- Generating done (0.1s) 2025-06-05T23:19:40.7342219Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-06-05T23:19:40.7342962Z + cmake --build /pytorch/executorch/build-x86 -j7 --target install 2025-06-05T23:19:40.7344347Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:19:40.7346024Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:19:40.7347240Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:19:40.7348564Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:19:40.7349881Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:19:40.7351510Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:19:40.7353049Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:19:40.7354295Z [ 1%] No download step for 'flatbuffers_external_project' 2025-06-05T23:19:40.7355172Z [ 1%] No download step for 'flatcc_external_project' 2025-06-05T23:19:40.7355983Z [ 1%] No update step for 'flatcc_external_project' 2025-06-05T23:19:40.7356790Z [ 1%] No update step for 'flatbuffers_external_project' 2025-06-05T23:19:40.7357633Z [ 1%] No patch step for 'flatcc_external_project' 2025-06-05T23:19:40.7358537Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:19:40.7359507Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:19:40.7360284Z CMake Warning: 2025-06-05T23:19:40.7360834Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:19:40.7361280Z 2025-06-05T23:19:40.7361443Z  2025-06-05T23:19:40.7362116Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:19:40.7363188Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:19:40.7364160Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:40.7364896Z CMake. 2025-06-05T23:19:40.7365082Z 2025-06-05T23:19:40.7365459Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:40.7366459Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:40.7367343Z to work with policies introduced by or earlier. 2025-06-05T23:19:40.7367745Z 2025-06-05T23:19:40.7367918Z  2025-06-05T23:19:40.7368235Z CMake Warning: 2025-06-05T23:19:40.7368695Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:19:40.7369174Z 2025-06-05T23:19:40.7369341Z  2025-06-05T23:19:40.7369702Z fatal: No names found, cannot describe anything. 2025-06-05T23:19:40.7370444Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:19:40.7371111Z git describe failed with exit code: 128 2025-06-05T23:19:40.7371504Z 2025-06-05T23:19:40.7371833Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:19:40.7372516Z Call Stack (most recent call first): 2025-06-05T23:19:40.7373085Z CMakeLists.txt:5 (include) 2025-06-05T23:19:40.7373403Z 2025-06-05T23:19:40.7373585Z  2025-06-05T23:19:40.7373954Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:19:40.7375059Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:19:40.7377152Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:19:40.7379313Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:19:40.7380526Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:40.7381785Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:19:40.7383675Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:19:40.7384888Z -- Detecting C compiler ABI info 2025-06-05T23:19:40.7386049Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:19:40.7387966Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:19:40.7389895Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:19:40.7391900Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:19:40.7393155Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:40.7393803Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:40.7394609Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:19:40.7396078Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:19:40.7398030Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:19:40.7399242Z [ 5%] Built target gflags_nothreads_static 2025-06-05T23:19:40.7400657Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:19:41.6035056Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:19:41.6035750Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:41.6036475Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:19:41.6037118Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:41.6037514Z -- Detecting C compile features 2025-06-05T23:19:41.6037806Z -- Detecting C compile features - done 2025-06-05T23:19:41.6038189Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:19:41.6038643Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:19:41.6039023Z -- Setting Clang compiler options 2025-06-05T23:19:41.6039711Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:19:41.6040395Z -- Configuring done (0.3s) 2025-06-05T23:19:41.6041058Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:19:41.6041635Z -- Generating done (0.0s) 2025-06-05T23:19:41.6042290Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:19:41.6043413Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:19:41.6044154Z [ 6%] Linking C static library libpthreadpool.a 2025-06-05T23:19:41.6044679Z [ 6%] Performing build step for 'flatcc_external_project' 2025-06-05T23:19:41.6045067Z [ 6%] Built target pthreadpool 2025-06-05T23:19:41.6045719Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:19:41.6046510Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:19:41.6047458Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:19:41.6048386Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:19:41.6049326Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:19:41.6050386Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:19:41.6051038Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:41.6051730Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:19:41.6052564Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:19:41.6053385Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:19:41.6054070Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:41.6054457Z -- Detecting CXX compile features 2025-06-05T23:19:41.6054776Z -- Detecting CXX compile features - done 2025-06-05T23:19:41.6055090Z -- Looking for strtof_l 2025-06-05T23:19:41.6055625Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:19:41.6056428Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:19:41.6057339Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:19:41.6058244Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:19:41.6059092Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:19:41.6059868Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:19:41.6060761Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:19:41.6061612Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:19:41.6062298Z [ 30%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:19:41.6063145Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:19:41.6064179Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:19:41.6065102Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:19:41.6066011Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:19:41.6067090Z [ 36%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:19:41.6068086Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:19:41.6069227Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:19:41.6070351Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:19:41.6071263Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:19:41.6071769Z -- Looking for strtof_l - found 2025-06-05T23:19:41.6072045Z -- Looking for strtoull_l 2025-06-05T23:19:41.6072516Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:19:41.6073254Z [ 45%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:19:41.6074113Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:19:41.6075168Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:19:41.6075858Z [ 48%] Built target flatccrt 2025-06-05T23:19:41.6076353Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:19:41.6077190Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:19:41.6078205Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:19:41.6079024Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:19:41.6079899Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:19:41.6081022Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:19:41.6082156Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:19:41.6083196Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:19:41.6084003Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:19:41.6084824Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:19:41.6085829Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:19:41.6086830Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:19:41.6087893Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:19:41.6088566Z -- Looking for strtoull_l - found 2025-06-05T23:19:41.6088848Z -- Looking for realpath 2025-06-05T23:19:41.6089319Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:19:41.6090217Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:19:41.6091319Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:19:41.6092215Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:19:41.6092921Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:19:41.6093493Z [ 13%] Linking C static library libcpuinfo.a 2025-06-05T23:19:41.6094077Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:19:41.6094568Z [ 13%] Built target cpuinfo 2025-06-05T23:19:41.6095099Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:19:41.6095822Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:19:41.6096440Z [ 14%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:19:41.6097087Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:19:41.6097600Z [ 14%] Built target cpuinfo_internals 2025-06-05T23:19:41.6098167Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:19:41.6098934Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:19:41.6099673Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:19:41.6100476Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:19:41.6101026Z -- Looking for realpath - found 2025-06-05T23:19:41.6101350Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:19:41.6101708Z -- Configuring done (1.1s) 2025-06-05T23:19:41.6101966Z -- Generating done (0.0s) 2025-06-05T23:19:41.6102672Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:19:41.6103597Z [ 14%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:19:41.8943023Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:19:41.8944317Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:19:41.8945488Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:19:41.8946692Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:19:41.8947841Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:19:41.8948947Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:19:41.8950079Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:19:41.8950813Z [ 93%] Built target flatcc 2025-06-05T23:19:41.8951704Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:19:41.8952932Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:19:41.8953827Z [100%] Built target flatcc_cli 2025-06-05T23:19:41.8954645Z [ 14%] Performing install step for 'flatcc_external_project' 2025-06-05T23:19:41.8955741Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:19:41.8956925Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:19:41.8957770Z [ 21%] Built target flatccrt 2025-06-05T23:19:41.8958666Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:19:41.8959940Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:19:41.8961135Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:19:41.8961897Z [ 93%] Built target flatcc 2025-06-05T23:19:41.8962780Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:19:41.8963539Z [100%] Built target flatcc_cli 2025-06-05T23:19:41.8964105Z Install the project... 2025-06-05T23:19:41.8964624Z -- Install configuration: "" 2025-06-05T23:19:41.8965559Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:19:41.8967225Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:19:41.8968774Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:19:41.8970459Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:19:41.8972015Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:19:41.8973680Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:19:41.8975364Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:19:41.8977066Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:19:41.8978677Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:19:41.8980657Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:19:41.8982586Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:19:41.8984290Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:19:41.8986065Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:19:41.8988014Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:19:41.8989723Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:19:41.8991511Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:19:41.8993262Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:19:41.8994852Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:19:41.8996544Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:19:41.8998219Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:19:41.8999930Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:19:41.9001496Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:19:41.9003068Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:19:41.9004737Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:19:41.9006523Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:19:41.9008332Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:19:41.9010198Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:19:41.9012073Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:19:41.9013930Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:19:41.9015775Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:19:41.9017677Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:19:41.9019685Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:19:41.9021648Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:19:41.9023509Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:19:41.9025555Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:19:41.9027715Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:19:41.9029774Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:19:41.9031951Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:19:41.9033736Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:19:41.9035352Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:19:41.9037154Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:19:41.9039013Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:19:41.9040823Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:19:41.9042719Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:19:41.9044599Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:19:41.9046496Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:19:41.9048398Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:19:41.9050234Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:19:41.9052117Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:19:41.9053989Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:19:41.9055885Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:19:41.9057808Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:19:41.9059613Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:19:41.9061446Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:19:41.9063207Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:19:41.9064975Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:19:41.9066999Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:19:43.7063165Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:19:43.7065216Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:19:43.7067924Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:19:43.7069789Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:19:43.7071589Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:19:43.7073400Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:19:43.7075214Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:19:43.7076924Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:19:43.7078822Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:19:43.7080860Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:19:43.7083047Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:19:43.7084449Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:19:43.7085483Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:19:43.7086521Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:19:43.7087461Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:19:43.7088326Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:19:43.7089367Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:19:43.7090984Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:19:43.7092673Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:19:43.7094362Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:19:43.7095895Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:19:43.7097263Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:19:43.7098745Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:19:43.7100061Z [ 15%] Completed 'flatcc_external_project' 2025-06-05T23:19:43.7100674Z [ 15%] Built target flatcc_external_project 2025-06-05T23:19:43.7101177Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:19:43.7101801Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:19:43.7102435Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:19:43.7103089Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:19:43.7103848Z [ 15%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:19:43.7104591Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:19:43.7105218Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:19:43.7105834Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:19:43.7106588Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:19:43.7107341Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:19:43.7108195Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:19:43.7108931Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:19:43.7109640Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:19:43.7110368Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:19:43.7111137Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:19:43.7112046Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:19:43.7112727Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:19:43.7113316Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:19:43.7114076Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:19:43.7114832Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:19:43.7115546Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:19:43.7116376Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:19:43.7117121Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:19:43.7117757Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:19:43.7118398Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:19:43.7119152Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:19:43.7119940Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:19:43.7120427Z [ 17%] Built target flatccrt 2025-06-05T23:19:43.7120960Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:19:43.7121704Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:19:43.7122484Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:19:43.7123251Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:19:43.7124009Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:19:43.7124584Z [100%] Linking CXX executable flatc 2025-06-05T23:19:43.7124895Z [100%] Built target flatc 2025-06-05T23:19:43.7125350Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:19:43.7125760Z [100%] Built target flatc 2025-06-05T23:19:43.7126066Z Install the project... 2025-06-05T23:19:43.7126343Z -- Install configuration: "" 2025-06-05T23:19:43.7126906Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:19:43.7127817Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:19:43.7128744Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:19:43.7129659Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:19:43.7130572Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:19:43.7131525Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:19:43.7132510Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:19:43.7133501Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:19:43.7134510Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:19:43.7135509Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:19:43.7136498Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:19:43.7137574Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:19:43.7138624Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:19:43.7139585Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:19:43.7140531Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:19:43.7141518Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:19:43.7142461Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:19:43.7143355Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:19:43.7144268Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:19:44.6225817Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:19:44.6227862Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:19:44.6229612Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:19:44.6231472Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:19:44.6233360Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:19:44.6235308Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:19:44.6237283Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:19:44.6239188Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:19:44.6241061Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:19:44.6242860Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:19:44.6244627Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:19:44.6246356Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:19:44.6248116Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:19:44.6250037Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:19:44.6251866Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:19:44.6253469Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:19:44.6254570Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:19:44.6256121Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:19:44.6258001Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:19:44.6259724Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:19:44.6262324Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:19:44.6264163Z [ 19%] Completed 'flatbuffers_external_project' 2025-06-05T23:19:44.6264890Z [ 19%] Built target flatbuffers_external_project 2025-06-05T23:19:44.6265671Z [ 20%] Generating common_schema headers 2025-06-05T23:19:44.6266475Z [ 20%] Generating qualcomm ir schema headers 2025-06-05T23:19:44.6267887Z [ 20%] Generating qnn_schema headers 2025-06-05T23:19:44.6268658Z [ 21%] Generating scalar_type_schema headers 2025-06-05T23:19:44.6269276Z [ 21%] Built target common_schema 2025-06-05T23:19:44.6269804Z [ 21%] Built target scalar_type_schema 2025-06-05T23:19:44.6270354Z [ 21%] Built target qcir 2025-06-05T23:19:44.6270798Z [ 21%] Built target qnn_schema 2025-06-05T23:19:44.6271495Z [ 21%] Generating program_schema headers 2025-06-05T23:19:44.6272332Z [ 21%] Generating flat_tensor_schema headers 2025-06-05T23:19:44.6273615Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-06-05T23:19:44.6275423Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:19:44.6276576Z [ 22%] Built target flat_tensor_schema 2025-06-05T23:19:44.6277133Z [ 22%] Built target program_schema 2025-06-05T23:19:44.6278222Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:19:44.6279775Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:19:44.6281514Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:19:44.6283457Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:19:44.6285326Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:19:44.6286833Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:19:44.6287922Z [ 23%] Linking CXX static library libqcir_utils.a 2025-06-05T23:19:44.6288498Z [ 23%] Built target qcir_utils 2025-06-05T23:19:44.6289383Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:19:44.6290546Z [ 23%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:19:44.6291215Z [ 23%] Built target qnn_executorch_logging 2025-06-05T23:19:44.6292190Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:19:44.6293515Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:19:44.6294834Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:19:44.6296291Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:19:44.6297900Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:19:44.6299482Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:19:44.6300928Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:19:44.6302194Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:19:44.6303361Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:19:44.6304949Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:19:44.6306940Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:19:44.6308987Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:19:44.6310891Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:19:44.6312653Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:19:44.6314233Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:19:44.6315685Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:19:44.6317092Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:19:44.6318474Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:19:44.6319808Z [ 29%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:19:44.6321208Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:19:44.6322149Z [ 29%] Built target qnn_implementation 2025-06-05T23:19:44.6323349Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:19:44.6324968Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:19:44.6326256Z [ 29%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:19:44.6327026Z [ 29%] Built target qnn_sys_implementation 2025-06-05T23:19:44.6328203Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:19:44.6329257Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:19:44.6329874Z [ 29%] Built target executorch_core 2025-06-05T23:19:44.6330474Z [ 30%] Linking CXX static library libutils.a 2025-06-05T23:19:44.6331919Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:19:44.6333252Z [ 30%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:19:44.6333963Z [ 30%] Built target utils 2025-06-05T23:19:44.6335187Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:19:44.6336433Z [ 30%] Built target qnn_profiler 2025-06-05T23:19:44.6337625Z [ 30%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:19:44.6339634Z [ 30%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:19:44.6341427Z [ 30%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:19:44.6342690Z [ 31%] Linking CXX static library libwrappers.a 2025-06-05T23:19:44.6343244Z [ 31%] Built target wrappers 2025-06-05T23:19:44.6344295Z [ 32%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:19:44.6345443Z [ 32%] Linking CXX static library libshared_buffer.a 2025-06-05T23:19:44.6345994Z [ 32%] Built target shared_buffer 2025-06-05T23:19:46.3633570Z [ 32%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-06-05T23:19:46.3635031Z [ 32%] Linking CXX static library libqnn_logger.a 2025-06-05T23:19:46.3635729Z [ 32%] Built target qnn_logger 2025-06-05T23:19:46.3637118Z [ 32%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-06-05T23:19:46.3639551Z [ 32%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:19:46.3641463Z [ 32%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:19:46.3642976Z [ 33%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:19:46.3643778Z [ 33%] Built target extension_data_loader 2025-06-05T23:19:46.3645353Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:19:46.3647457Z [ 34%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:19:46.3649393Z [ 34%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:19:46.3651174Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:19:46.3652739Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:19:46.3653895Z [ 34%] Linking CXX static library libextension_tensor.a 2025-06-05T23:19:46.3654639Z [ 34%] Built target extension_tensor 2025-06-05T23:19:46.3656090Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:19:46.3657697Z [ 34%] Linking CXX static library libextension_flat_tensor.a 2025-06-05T23:19:46.3659294Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:19:46.3660815Z [ 34%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:19:46.3661590Z [ 34%] Built target extension_flat_tensor 2025-06-05T23:19:46.3662136Z [ 34%] Built target extension_threadpool 2025-06-05T23:19:46.3663567Z [ 35%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:19:46.3665621Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:19:46.3667298Z [ 37%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:19:46.3668752Z [ 37%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:19:46.3669793Z [ 37%] Built target qnn_backend_cache 2025-06-05T23:19:46.3671167Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:19:46.3673175Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:19:46.3675333Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:19:46.3677609Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:19:46.3679099Z [ 37%] Linking CXX static library libqnn_backend.a 2025-06-05T23:19:46.3680611Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:19:46.3681806Z [ 37%] Built target qnn_backend 2025-06-05T23:19:46.3683129Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:19:46.3684987Z [ 38%] Linking CXX static library libexecutorch.a 2025-06-05T23:19:46.3686461Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:19:46.3687637Z [ 39%] Built target executorch 2025-06-05T23:19:46.3698692Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:19:46.3701078Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:19:46.3703206Z [ 40%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:19:46.3703995Z [ 40%] Built target qnn_custom_protocol 2025-06-05T23:19:46.3704897Z [ 41%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-06-05T23:19:46.3706348Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:19:46.3708388Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:19:46.3710746Z [ 41%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:19:46.3713143Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:19:46.3715233Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:19:46.3717343Z [ 42%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:19:46.3719440Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:19:46.3720910Z [ 42%] Linking CXX shared library libextension_module.so 2025-06-05T23:19:46.3722437Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:19:46.3724726Z [ 42%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:19:46.3727043Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:19:46.3728291Z [ 42%] Built target extension_module 2025-06-05T23:19:46.3729501Z [ 42%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-06-05T23:19:46.3731345Z [ 43%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:19:46.3732965Z [ 44%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:19:46.3734798Z [ 44%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:19:46.3736268Z [ 44%] Linking CXX static library libqnn_device.a 2025-06-05T23:19:46.3736900Z [ 44%] Built target qnn_device 2025-06-05T23:19:46.3737530Z [ 44%] Generating etdump headers 2025-06-05T23:19:46.3738928Z [ 44%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:19:46.3740326Z [ 44%] Generating bundled_program headers 2025-06-05T23:19:46.3741469Z [ 44%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:19:46.3743170Z [ 44%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:19:46.3744620Z [ 44%] Linking CXX static library libextension_module_static.a 2025-06-05T23:19:46.3745409Z [ 44%] Built target extension_module_static 2025-06-05T23:19:46.3746481Z [ 44%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:19:46.3748374Z [ 44%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:19:46.3749961Z [ 44%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:19:46.3750743Z [ 44%] Built target kernels_util_all_deps 2025-06-05T23:19:46.3752180Z [ 45%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:19:46.3753668Z [ 45%] Linking CXX static library libbundled_program.a 2025-06-05T23:19:46.3754394Z [ 45%] Built target bundled_program 2025-06-05T23:19:46.3755649Z [ 45%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:19:46.3757415Z [ 45%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:19:46.3759268Z [ 46%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:19:46.3761316Z [ 46%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:19:46.3763498Z [ 46%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:19:46.3765776Z [ 46%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:19:46.3767824Z [ 46%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:19:46.3769673Z [ 46%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:19:46.3771025Z [ 46%] Linking CXX static library libetdump.a 2025-06-05T23:19:46.3772436Z [ 46%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:19:46.3773592Z [ 46%] Built target etdump 2025-06-05T23:19:46.3774805Z [ 46%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:19:46.3776737Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:19:46.3778158Z [ 48%] Linking CXX static library libqnn_context.a 2025-06-05T23:19:49.1837420Z [ 48%] Built target qnn_context 2025-06-05T23:19:49.1839063Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:19:49.1840947Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:19:49.1842721Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:19:49.1844454Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:19:49.1846254Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-06-05T23:19:49.1847989Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:19:49.1849694Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:19:49.1851596Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:19:49.1853289Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:19:49.1855031Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:19:49.1856815Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:19:49.1858189Z [ 50%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:19:49.1858902Z [ 50%] Built target quantized_kernels 2025-06-05T23:19:49.1860282Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:19:49.1862089Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:19:49.1864694Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:19:49.1867099Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:19:49.1869615Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:19:49.1871719Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:19:49.1873637Z [ 52%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:19:49.1875497Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:19:49.1877213Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:19:49.1878992Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:19:49.1880536Z [ 52%] Linking CXX static library libqnn_graph.a 2025-06-05T23:19:49.1881912Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:19:49.1882986Z [ 53%] Built target qnn_graph 2025-06-05T23:19:49.1884266Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:19:49.1886068Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:19:49.1887402Z [ 54%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:19:49.1888141Z [ 54%] Built target qnn_mem_manager 2025-06-05T23:19:49.1889052Z [ 54%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:19:49.1890557Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:19:49.1892478Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:19:49.1894190Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:19:49.1895907Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:19:49.1897170Z [ 56%] Generating code for kernel registration 2025-06-05T23:19:49.1898545Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:19:49.1900396Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:19:49.1902267Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:19:49.1904053Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:19:49.1905843Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:19:49.1907732Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:19:49.1909565Z [ 57%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:19:49.1913168Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:19:49.1914970Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:19:49.1916779Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:19:49.1918442Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:19:49.1920109Z [ 58%] Linking CXX static library libqnn_factory.a 2025-06-05T23:19:49.1920938Z [ 58%] Built target qnn_factory 2025-06-05T23:19:49.1922065Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:19:49.1924102Z [ 60%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:19:49.1926217Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:19:49.1928058Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:19:49.1929981Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:19:49.1931776Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:19:49.1933141Z [ 61%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:19:49.1933887Z [ 61%] Built target qnn_dlc_manager 2025-06-05T23:19:49.1935081Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:19:49.1936794Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:19:49.1938485Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:19:49.1940208Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:19:49.1942022Z [ 63%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:19:49.1943860Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:19:49.1945675Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:19:49.1947309Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:19:49.1949094Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:19:49.1950982Z [ 64%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:19:49.1952830Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:19:49.1954546Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:19:49.1956019Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:19:49.1957333Z [ 64%] Linking CXX static library libqnn_manager.a 2025-06-05T23:19:49.1958027Z [ 64%] Built target qnn_manager 2025-06-05T23:19:49.1959201Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:19:49.1961165Z [ 64%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-06-05T23:19:49.1963417Z [ 64%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:19:49.1965494Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:19:49.1968210Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:19:49.1969972Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:19:49.1971405Z [ 65%] Linking CXX shared library libqnn_executorch_backend.so 2025-06-05T23:19:49.1973004Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:19:49.1974816Z [ 65%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:19:49.1976465Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:19:52.3629716Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:19:52.3630983Z [ 66%] Built target qnn_executorch_backend 2025-06-05T23:19:52.3632219Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:19:52.3633821Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:19:52.3635929Z [ 66%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:19:52.3638082Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:19:52.3639781Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:19:52.3641402Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:19:52.3643010Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:19:52.3644251Z [ 67%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:19:52.3645001Z [ 67%] Built target quantized_ops_lib 2025-06-05T23:19:52.3646139Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:19:52.3647654Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:19:52.3649170Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:19:52.3650761Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:19:52.3652267Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:19:52.3653826Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:19:52.3655343Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:19:52.3656844Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:19:52.3658296Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:19:52.3659813Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:19:52.3661391Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:19:52.3662990Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:19:52.3664566Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:19:52.3666008Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:19:52.3668725Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:19:52.3670222Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:19:52.3671744Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:19:52.3673335Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:19:52.3675403Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:19:52.3676995Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:19:52.3678600Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:19:52.3680134Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:19:52.3681617Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:19:52.3683146Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:19:52.3684826Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:19:52.3686609Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:19:52.3688275Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:19:52.3690070Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:19:52.3692087Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:19:52.3693938Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:19:52.3695608Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:19:52.3697186Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:19:52.3698841Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:19:52.3700609Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:19:52.3702230Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:19:52.3703916Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:19:52.3705711Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:19:52.3707548Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:19:52.3709333Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:19:52.3711252Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:19:52.3713621Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:19:52.3715108Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:19:52.3717031Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:19:52.3718579Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:19:52.3720185Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:19:52.3722025Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:19:52.3723963Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:19:52.3727130Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:19:52.3728922Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:19:52.3730400Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:19:52.3732174Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:19:52.3733692Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:19:52.3735299Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:19:52.3737024Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:19:52.3738820Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:19:52.3740593Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:19:52.3742237Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:19:52.3743857Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:19:52.3745432Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:19:52.3747131Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:19:52.3748963Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:19:52.3750019Z [ 82%] Built target PyQnnWrapperAdaptor 2025-06-05T23:19:52.3751237Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:19:52.3753096Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:19:52.3754810Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:19:52.3756422Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:19:56.8331351Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:19:56.8332288Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:19:56.8333205Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:19:56.8334162Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:19:56.8334778Z [ 84%] Built target PyQnnManagerAdaptor 2025-06-05T23:19:56.8335449Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:19:56.8336384Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:19:56.8337315Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:19:56.8338242Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:19:56.8339125Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:19:56.8339973Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:19:56.8340828Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:19:56.8342392Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:19:56.8343427Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:19:56.8344352Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:19:56.8345246Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:19:56.8346229Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:19:56.8347161Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:19:56.8348174Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:19:56.8349087Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:19:56.8349943Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:19:56.8350800Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:19:56.8351658Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:19:56.8352524Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:19:56.8353512Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:19:56.8354384Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:19:56.8355271Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:19:56.8356177Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:19:56.8357092Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:19:56.8357965Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:19:56.8358860Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:19:56.8359790Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:19:56.8360724Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:19:56.8361716Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:19:56.8362734Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:19:56.8363659Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:19:56.8364587Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:19:56.8365533Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:19:56.8366426Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:19:56.8368122Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:19:56.8369141Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:19:56.8370351Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:19:56.8371798Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:19:56.8372862Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:19:56.8373895Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:19:56.8374887Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:19:56.8375866Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:19:56.8376841Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:19:56.8377824Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:19:56.8378788Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:19:56.8379710Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:19:56.8380667Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:19:56.8381689Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:19:56.8382720Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:19:56.8383721Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:19:56.8384655Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:19:56.8385607Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:19:56.8386564Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:19:56.8387800Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:19:56.8388764Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:19:56.8389490Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:19:56.8389891Z [ 97%] Built target portable_kernels 2025-06-05T23:19:56.8390363Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:19:56.8390896Z [ 97%] Generating code for kernel registration 2025-06-05T23:19:56.8391843Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:19:56.8392751Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:19:56.8393148Z [ 98%] Built target portable_ops_lib 2025-06-05T23:19:56.8393857Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:19:56.8394841Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:19:56.8395716Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:19:56.8396573Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:19:56.8397614Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:19:56.8398712Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:19:56.8399471Z [100%] Linking CXX executable executor_runner 2025-06-05T23:19:56.8399828Z [100%] Built target executor_runner 2025-06-05T23:19:56.8400177Z Install the project... 2025-06-05T23:19:56.8400477Z -- Install configuration: "Release" 2025-06-05T23:19:56.8400855Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-06-05T23:19:56.8401333Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-06-05T23:19:56.8401863Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-06-05T23:19:56.8402526Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-06-05T23:19:56.8537122Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-06-05T23:19:56.8538239Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-06-05T23:19:56.8539275Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-06-05T23:19:56.8539931Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-06-05T23:19:56.8540532Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-06-05T23:19:56.8541067Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-06-05T23:19:56.8541708Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-06-05T23:19:56.8542302Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-06-05T23:19:56.8543020Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-06-05T23:19:56.8543881Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:19:56.8544693Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-06-05T23:19:56.8545362Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-06-05T23:19:56.8546145Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-06-05T23:19:56.8546928Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-06-05T23:19:56.8547877Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-06-05T23:19:56.8548758Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-06-05T23:19:56.8549529Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:19:56.8550339Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:19:56.8551395Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:19:56.8552392Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-06-05T23:19:56.8553238Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:19:56.8554171Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:19:56.8555200Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:19:56.8556401Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:19:56.8557479Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:19:56.8558375Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:19:56.8559302Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:19:56.8560258Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:19:56.8561573Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:19:56.8562802Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:19:56.8563775Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:19:56.8564682Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:19:56.8565614Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:19:56.8566498Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/function_ref.h 2025-06-05T23:19:56.8567588Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:19:56.8568434Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:19:56.8569344Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:19:56.8570291Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-06-05T23:19:56.8571230Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:19:56.8572199Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:19:56.8573371Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:19:56.8574336Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:19:56.8575264Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:19:56.8576259Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:19:56.8577230Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:19:56.8578377Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:19:56.8579334Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:19:56.8580237Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:19:56.8581229Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:19:56.8582191Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:19:56.8583135Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:19:56.8584067Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:19:56.8585025Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:19:56.8586188Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:19:56.8587123Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:19:56.8588148Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:19:56.8589139Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:19:56.8590166Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:19:56.8591812Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:19:56.8592695Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:19:56.8593496Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:19:56.8594295Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:19:56.8595091Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:19:56.8595920Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:19:56.8596747Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:19:56.8597679Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:19:56.8598543Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:19:56.8599358Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:19:56.8600184Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:19:56.8601041Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:19:56.8601866Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-06-05T23:19:56.8602580Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-06-05T23:19:56.8603226Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-06-05T23:19:56.8603870Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-06-05T23:19:56.8604550Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:19:56.8605322Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:19:56.8606052Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-06-05T23:19:56.8606672Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-06-05T23:19:56.8607358Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:19:56.8608163Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:19:56.8608976Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:19:56.8609705Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-06-05T23:19:57.6854410Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:19:57.6856090Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:19:57.6857583Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-06-05T23:19:57.6858872Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-06-05T23:19:57.6860203Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-06-05T23:19:57.6861770Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-06-05T23:19:57.6863114Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:19:57.6864584Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-06-05T23:19:57.6866276Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-06-05T23:19:57.6867825Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-06-05T23:19:57.6869091Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-06-05T23:19:57.6870341Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-06-05T23:19:57.6871657Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-06-05T23:19:57.6872984Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-06-05T23:19:57.6874300Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-06-05T23:19:57.6875674Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:19:57.6877225Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:19:57.6878636Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-06-05T23:19:57.6879988Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-06-05T23:19:57.6881604Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:19:57.6883437Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:19:57.6884901Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-06-05T23:19:57.6886366Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:19:57.6887740Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-06-05T23:19:57.6889023Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-06-05T23:19:57.6890452Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:19:57.6891976Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:19:57.6893424Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:19:57.6894879Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-06-05T23:19:57.6896115Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-06-05T23:19:57.6897575Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:19:57.6899055Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-06-05T23:19:57.6900686Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:19:57.6902233Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:19:57.6903559Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-06-05T23:19:57.6904547Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-06-05T23:19:57.6905730Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:19:57.6907014Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-06-05T23:19:57.6908065Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-06-05T23:19:57.6908990Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-06-05T23:19:57.6910057Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-06-05T23:19:57.6911165Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-06-05T23:19:57.6912253Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-06-05T23:19:57.6913606Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-06-05T23:19:57.6914738Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-06-05T23:19:57.6915812Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-06-05T23:19:57.6916879Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-06-05T23:19:57.6917920Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-06-05T23:19:57.6919158Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:19:57.6920620Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:19:57.6921816Z + rm -f '/pytorch/executorch/backends/qualcomm/python/*' 2025-06-05T23:19:57.6924474Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:19:57.6928728Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:19:57.6932384Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:19:57.6934971Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-06-05T23:19:57.6936423Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-06-05T23:19:57.6937877Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-06-05T23:19:57.6939427Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:19:57.6940474Z + EXAMPLE_ROOT=examples/qualcomm 2025-06-05T23:19:57.6941660Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-06-05T23:19:57.6942948Z + echo 'Update tokenizers submodule...' 2025-06-05T23:19:57.6943514Z Update tokenizers submodule... 2025-06-05T23:19:57.6944115Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-06-05T23:19:57.6945080Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-06-05T23:19:57.6945987Z + git submodule update --init 2025-06-05T23:19:57.6946464Z + popd 2025-06-05T23:19:57.6946829Z /pytorch/executorch/build-x86 2025-06-05T23:19:57.6949489Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-06-05T23:19:57.6951903Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:57.6952533Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:57.6953170Z -- Detecting C compiler ABI info 2025-06-05T23:19:57.6953720Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:57.6954459Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:57.6955161Z -- Detecting C compile features 2025-06-05T23:19:57.6955647Z -- Detecting C compile features - done 2025-06-05T23:19:57.6956326Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:57.6956880Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:57.6957613Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:57.6958361Z -- Detecting CXX compile features 2025-06-05T23:19:57.6958904Z -- Detecting CXX compile features - done 2025-06-05T23:19:57.6959977Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-06-05T23:19:57.6960898Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-05T23:19:57.6962063Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-05T23:19:57.6963157Z cmake_policy command to set the policy and suppress this warning. 2025-06-05T23:19:57.6963732Z 2025-06-05T23:19:57.6963941Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-05T23:19:57.6964364Z 2025-06-05T23:19:57.6964591Z /pytorch/executorch/examples/qualcomm/../.. 2025-06-05T23:19:57.6965026Z 2025-06-05T23:19:57.6965283Z Environment variable EXECUTORCH_ROOT is set to: 2025-06-05T23:19:57.6965738Z 2025-06-05T23:19:57.6965901Z /pytorch/executorch 2025-06-05T23:19:57.6966157Z 2025-06-05T23:19:57.6966533Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-05T23:19:57.6967474Z .cmake module might still use it. 2025-06-05T23:19:57.6968244Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-05T23:19:57.6969115Z  2025-06-05T23:19:57.6969619Z coreml_util library is not found. 2025-06-05T23:19:57.6970504Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:57.6971428Z coreml_inmemoryfs library is not found. 2025-06-05T23:19:57.6972347Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:57.6973219Z coremldelegate library is not found. 2025-06-05T23:19:57.6974089Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:57.6974858Z mpsdelegate library is not found. 2025-06-05T23:19:57.6975584Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:57.6976390Z neuron_backend library is not found. 2025-06-05T23:19:57.6977301Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:57.6978098Z custom_ops library is not found. 2025-06-05T23:19:57.6978868Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:57.6979767Z extension_runner_util library is not found. 2025-06-05T23:19:59.3972531Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3973490Z extension_training library is not found. 2025-06-05T23:19:59.3974349Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3975179Z xnnpack_backend library is not found. 2025-06-05T23:19:59.3976051Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3976851Z XNNPACK library is not found. 2025-06-05T23:19:59.3977650Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3978450Z microkernels-prod library is not found. 2025-06-05T23:19:59.3979289Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3980059Z kleidiai library is not found. 2025-06-05T23:19:59.3980827Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3981705Z vulkan_backend library is not found. 2025-06-05T23:19:59.3982560Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3983425Z optimized_kernels library is not found. 2025-06-05T23:19:59.3984261Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3985194Z optimized_portable_kernels library is not found. 2025-06-05T23:19:59.3986145Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3986958Z cpublas library is not found. 2025-06-05T23:19:59.3987843Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3988607Z eigen_blas library is not found. 2025-06-05T23:19:59.3989421Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3990250Z optimized_ops_lib library is not found. 2025-06-05T23:19:59.3991139Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3992327Z optimized_native_cpu_ops_lib library is not found. 2025-06-05T23:19:59.3993144Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3993636Z quantized_ops_aot_lib library is not found. 2025-06-05T23:19:59.3994156Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:59.3994928Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-06-05T23:19:59.3995564Z -- Generating operator lib: 2025-06-05T23:19:59.3995916Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:19:59.3996198Z -- OPS_SCHEMA_YAML: 2025-06-05T23:19:59.3996464Z -- ROOT_OPS: 2025-06-05T23:19:59.3996726Z -- INCLUDE_ALL_OPS: ON 2025-06-05T23:19:59.3997803Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-06-05T23:19:59.3998836Z -- Generating kernel bindings: 2025-06-05T23:19:59.3999182Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:19:59.3999905Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-06-05T23:19:59.4000817Z -- CUSTOM_OPS_YAML: 2025-06-05T23:19:59.4001166Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:59.4001634Z -- Generating operator lib: 2025-06-05T23:19:59.4001998Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:19:59.4002411Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:19:59.4002837Z -- DEPS: executorch 2025-06-05T23:19:59.4003165Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-06-05T23:19:59.4003756Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-06-05T23:19:59.4004329Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-06-05T23:19:59.4004868Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-06-05T23:19:59.4005377Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:19:59.4005860Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:19:59.4006375Z -- Found Threads: TRUE 2025-06-05T23:19:59.4007424Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-06-05T23:19:59.4009100Z 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. 2025-06-05T23:19:59.4010270Z 2025-06-05T23:19:59.4010388Z  2025-06-05T23:19:59.4010736Z -- Configuring done (1.3s) 2025-06-05T23:19:59.4011054Z -- Generating done (0.3s) 2025-06-05T23:19:59.4011652Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-06-05T23:19:59.4012305Z + cmake --build examples/qualcomm -j7 2025-06-05T23:19:59.4013033Z [ 0%] Generating selected_operators.yaml for full_portable_ops_lib 2025-06-05T23:19:59.4014210Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-06-05T23:19:59.4015406Z [ 2%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-06-05T23:19:59.4016383Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-06-05T23:19:59.4017191Z [ 3%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-06-05T23:19:59.4018078Z [ 3%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-06-05T23:19:59.4019143Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-06-05T23:19:59.4019959Z [ 4%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-06-05T23:19:59.4020381Z [ 4%] Built target utf8_for_code_point 2025-06-05T23:19:59.4020822Z [ 4%] Linking CXX static library libabsl_spinlock_wait.a 2025-06-05T23:19:59.4022163Z [ 4%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-06-05T23:19:59.4023366Z [ 4%] Linking CXX static library libabsl_log_severity.a 2025-06-05T23:19:59.4023985Z [ 4%] Built target spinlock_wait 2025-06-05T23:19:59.4025108Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-06-05T23:19:59.4026129Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-06-05T23:19:59.4026533Z [ 4%] Built target log_severity 2025-06-05T23:19:59.4027132Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-06-05T23:19:59.4027756Z [ 4%] Built target strerror 2025-06-05T23:19:59.4028436Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-06-05T23:19:59.4029547Z [ 4%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-06-05T23:19:59.4030398Z [ 4%] Generating code for kernel registration 2025-06-05T23:19:59.4030896Z [ 4%] Linking CXX static library libabsl_int128.a 2025-06-05T23:19:59.4031261Z [ 4%] Built target int128 2025-06-05T23:19:59.4031909Z [ 4%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-06-05T23:19:59.4032808Z [ 5%] Linking CXX static library libabsl_leak_check.a 2025-06-05T23:19:59.4033245Z [ 5%] Built target leak_check 2025-06-05T23:19:59.4033805Z [ 5%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-06-05T23:19:59.4035230Z [ 5%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-06-05T23:19:59.4036345Z [ 5%] Built target flags_commandlineflag_internal 2025-06-05T23:19:59.4037099Z [ 5%] Linking CXX static library libabsl_civil_time.a 2025-06-05T23:19:59.4038450Z [ 5%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-06-05T23:19:59.4039132Z [ 5%] Built target civil_time 2025-06-05T23:19:59.4039796Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-06-05T23:19:59.4040976Z [ 7%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-06-05T23:19:59.4041803Z [ 8%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-06-05T23:19:59.4042237Z [ 8%] Built target log_internal_nullguard 2025-06-05T23:19:59.4043091Z [ 8%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-06-05T23:19:59.4044017Z [ 9%] Linking CXX static library libabsl_exponential_biased.a 2025-06-05T23:19:59.4044515Z [ 9%] Built target exponential_biased 2025-06-05T23:19:59.4045223Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-06-05T23:19:59.4046027Z [ 9%] Linking CXX static library libabsl_random_internal_platform.a 2025-06-05T23:19:59.4046661Z [ 9%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-06-05T23:19:59.4047103Z [ 9%] Built target random_internal_platform 2025-06-05T23:19:59.4047866Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-06-05T23:19:59.4048521Z [ 9%] Built target random_seed_gen_exception 2025-06-05T23:19:59.4049332Z [ 9%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-06-05T23:19:59.4050184Z [ 9%] Linking CXX static library libabsl_raw_logging_internal.a 2025-06-05T23:19:59.4050750Z [ 9%] Built target raw_logging_internal 2025-06-05T23:19:59.4051610Z [ 10%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-06-05T23:19:59.4052645Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-06-05T23:19:59.4053430Z [ 11%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-06-05T23:19:59.4053999Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-06-05T23:19:59.4054418Z [ 11%] Built target periodic_sampler 2025-06-05T23:19:59.4055110Z [ 12%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-06-05T23:19:59.4055714Z [ 12%] Built target decode_rust_punycode 2025-06-05T23:19:59.4056429Z [ 12%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-06-05T23:19:59.4057437Z [ 12%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-06-05T23:20:00.6673064Z [ 12%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-06-05T23:20:00.6674781Z [ 12%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-06-05T23:20:00.6675764Z [ 12%] Built target random_internal_randen_hwaes_impl 2025-06-05T23:20:00.6677093Z [ 12%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-06-05T23:20:00.6678603Z [ 12%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-06-05T23:20:00.6679471Z [ 12%] Built target random_internal_randen_slow 2025-06-05T23:20:00.6680859Z [ 13%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-06-05T23:20:00.6683000Z [ 13%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-06-05T23:20:00.6684904Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-06-05T23:20:00.6686611Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-06-05T23:20:00.6688086Z [ 14%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-06-05T23:20:00.6689109Z [ 15%] Linking CXX static library libabsl_time_zone.a 2025-06-05T23:20:00.6689830Z [ 15%] Built target bad_any_cast_impl 2025-06-05T23:20:00.6690363Z [ 15%] Built target time_zone 2025-06-05T23:20:00.6691679Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-06-05T23:20:00.6693561Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-06-05T23:20:00.6695347Z [ 16%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-06-05T23:20:00.6696682Z [ 16%] Linking CXX static library libabsl_scoped_set_env.a 2025-06-05T23:20:00.6698578Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-06-05T23:20:00.6700242Z [ 16%] Linking CXX static library libabsl_throw_delegate.a 2025-06-05T23:20:00.6701044Z [ 16%] Built target scoped_set_env 2025-06-05T23:20:00.6702452Z [ 17%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-06-05T23:20:00.6703772Z [ 17%] Built target throw_delegate 2025-06-05T23:20:00.6705185Z [ 17%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-06-05T23:20:00.6706789Z [ 17%] Linking CXX static library libabsl_bad_variant_access.a 2025-06-05T23:20:00.6708093Z [ 17%] Built target bad_variant_access 2025-06-05T23:20:00.6709219Z [ 17%] Linking CXX static library libabsl_demangle_rust.a 2025-06-05T23:20:00.6710865Z [ 18%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-06-05T23:20:00.6712126Z [ 18%] Built target demangle_rust 2025-06-05T23:20:00.6713669Z [ 19%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-06-05T23:20:00.6715635Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-06-05T23:20:00.6717381Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-06-05T23:20:00.6718887Z [ 19%] Linking CXX static library libabsl_debugging_internal.a 2025-06-05T23:20:00.6719774Z [ 19%] Built target debugging_internal 2025-06-05T23:20:00.6721148Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-06-05T23:20:00.6722703Z [ 21%] Linking CXX static library libabsl_bad_optional_access.a 2025-06-05T23:20:00.6730094Z [ 21%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-06-05T23:20:00.6730586Z [ 21%] Built target bad_optional_access 2025-06-05T23:20:00.6730925Z [ 21%] Built target random_internal_randen_hwaes 2025-06-05T23:20:00.6731632Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-06-05T23:20:00.6732585Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-06-05T23:20:00.6733369Z [ 21%] Linking CXX static library libabsl_cordz_functions.a 2025-06-05T23:20:00.6733770Z [ 21%] Built target cordz_functions 2025-06-05T23:20:00.6734465Z [ 21%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-06-05T23:20:00.6735529Z [ 22%] Linking CXX static library libabsl_stacktrace.a 2025-06-05T23:20:00.6736097Z [ 22%] Built target stacktrace 2025-06-05T23:20:00.6736780Z [ 22%] Linking CXX static library libabsl_demangle_internal.a 2025-06-05T23:20:00.6737606Z [ 22%] Linking CXX static library libabsl_base.a 2025-06-05T23:20:00.6738198Z [ 22%] Built target demangle_internal 2025-06-05T23:20:00.6738528Z [ 22%] Built target base 2025-06-05T23:20:00.6739482Z [ 22%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-06-05T23:20:00.6740955Z [ 22%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-06-05T23:20:00.6742028Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-06-05T23:20:00.6742994Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-06-05T23:20:00.6744227Z [ 22%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-06-05T23:20:00.6745147Z [ 22%] Linking CXX static library libabsl_random_internal_randen.a 2025-06-05T23:20:00.6745588Z [ 22%] Built target random_internal_randen 2025-06-05T23:20:00.6746189Z [ 22%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-06-05T23:20:00.6746847Z [ 22%] Linking CXX static library libabsl_tracing_internal.a 2025-06-05T23:20:00.6747259Z [ 22%] Built target tracing_internal 2025-06-05T23:20:00.6748029Z [ 23%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-06-05T23:20:00.6748765Z [ 23%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-06-05T23:20:00.6749165Z [ 23%] Built target crc_cpu_detect 2025-06-05T23:20:00.6749945Z [ 23%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-06-05T23:20:00.6750996Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-06-05T23:20:00.6751723Z [ 23%] Linking CXX static library libabsl_string_view.a 2025-06-05T23:20:00.6752251Z [ 24%] Linking CXX static library libabsl_malloc_internal.a 2025-06-05T23:20:00.6752764Z [ 25%] Linking CXX static library libabsl_city.a 2025-06-05T23:20:00.6753109Z [ 25%] Built target string_view 2025-06-05T23:20:00.6753776Z [ 26%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-06-05T23:20:00.6754362Z [ 26%] Built target malloc_internal 2025-06-05T23:20:00.6754646Z [ 26%] Built target city 2025-06-05T23:20:00.6755196Z [ 27%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-06-05T23:20:00.6756036Z [ 27%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-06-05T23:20:00.6757046Z [ 27%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-06-05T23:20:00.6757972Z [ 27%] Linking CXX static library libabsl_log_internal_conditions.a 2025-06-05T23:20:00.6758554Z [ 27%] Linking CXX static library libabsl_low_level_hash.a 2025-06-05T23:20:00.6758949Z [ 27%] Built target log_internal_conditions 2025-06-05T23:20:00.6759270Z [ 27%] Built target low_level_hash 2025-06-05T23:20:00.6759953Z [ 27%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-06-05T23:20:00.6760658Z [ 28%] Linking CXX static library libabsl_poison.a 2025-06-05T23:20:00.6761021Z [ 28%] Built target poison 2025-06-05T23:20:00.6761431Z [ 28%] Linking CXX static library libabsl_strings_internal.a 2025-06-05T23:20:00.6761842Z [ 28%] Built target strings_internal 2025-06-05T23:20:00.6762415Z [ 28%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-06-05T23:20:00.6763194Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-06-05T23:20:00.6763976Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-06-05T23:20:00.6764845Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-06-05T23:20:00.6765804Z [ 30%] Linking CXX static library libabsl_graphcycles_internal.a 2025-06-05T23:20:00.6766845Z [ 30%] Linking CXX static library libabsl_crc_internal.a 2025-06-05T23:20:00.6767457Z [ 30%] Built target graphcycles_internal 2025-06-05T23:20:00.6768540Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-06-05T23:20:00.6769522Z [ 30%] Built target crc_internal 2025-06-05T23:20:00.6770637Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-06-05T23:20:00.6772129Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-06-05T23:20:00.6773322Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-06-05T23:20:00.6774224Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-06-05T23:20:00.6775011Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-06-05T23:20:00.6775796Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-06-05T23:20:00.6776589Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-06-05T23:20:01.7865448Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-06-05T23:20:01.7867703Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-06-05T23:20:01.7868748Z [ 33%] Linking CXX static library libabsl_strings.a 2025-06-05T23:20:01.7869186Z [ 33%] Built target strings 2025-06-05T23:20:01.7869808Z [ 33%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-06-05T23:20:01.7870697Z [ 33%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-06-05T23:20:01.7871515Z [ 34%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-06-05T23:20:01.7872472Z [ 34%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-06-05T23:20:01.7873748Z [ 35%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-06-05T23:20:01.7875580Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-06-05T23:20:01.7877784Z [ 35%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:20:01.7879584Z [ 35%] Linking CXX static library libabsl_log_internal_proto.a 2025-06-05T23:20:01.7880207Z [ 35%] Built target log_internal_proto 2025-06-05T23:20:01.7880888Z [ 35%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-06-05T23:20:01.7881656Z [ 36%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-06-05T23:20:01.7882088Z [ 36%] Built target flags_commandlineflag 2025-06-05T23:20:01.7882648Z [ 37%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-06-05T23:20:01.7883347Z [ 38%] Linking CXX static library libabsl_symbolize.a 2025-06-05T23:20:01.7884529Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-06-05T23:20:01.7885574Z [ 38%] Built target symbolize 2025-06-05T23:20:01.7886583Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-06-05T23:20:01.7887544Z [ 38%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-06-05T23:20:01.7888147Z [ 38%] Linking CXX static library libabsl_hash.a 2025-06-05T23:20:01.7888528Z [ 38%] Built target hash 2025-06-05T23:20:01.7889024Z [ 38%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-06-05T23:20:01.7889660Z [ 39%] Linking CXX static library libfull_portable_ops_lib.a 2025-06-05T23:20:01.7890070Z [ 39%] Built target full_portable_ops_lib 2025-06-05T23:20:01.7890808Z [ 39%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-06-05T23:20:01.7891609Z [ 40%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-06-05T23:20:01.7892046Z [ 40%] Built target log_internal_fnmatch 2025-06-05T23:20:01.7892574Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-06-05T23:20:01.7893457Z [ 41%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-06-05T23:20:01.7894576Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-06-05T23:20:01.7895686Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-06-05T23:20:01.7896792Z [ 42%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-06-05T23:20:01.7897927Z [ 42%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-06-05T23:20:01.7899544Z [ 42%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:20:01.7900421Z [ 42%] Linking CXX static library libabsl_time.a 2025-06-05T23:20:01.7900770Z [ 42%] Built target time 2025-06-05T23:20:01.7901583Z [ 42%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:01.7902736Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-06-05T23:20:01.7903553Z [ 43%] Linking CXX static library libabsl_random_distributions.a 2025-06-05T23:20:01.7903987Z [ 43%] Built target random_distributions 2025-06-05T23:20:01.7904792Z [ 44%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-06-05T23:20:01.7906026Z [ 45%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-06-05T23:20:01.7907329Z [ 45%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:20:01.7908393Z [ 46%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-06-05T23:20:01.7908875Z [ 46%] Built target random_internal_seed_material 2025-06-05T23:20:01.7909812Z [ 46%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:20:01.7911104Z [ 47%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-06-05T23:20:01.7911969Z [ 47%] Linking CXX static library libabsl_str_format_internal.a 2025-06-05T23:20:01.7912791Z [ 48%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-06-05T23:20:01.7913518Z [ 48%] Linking CXX static library libcustom_ops.a 2025-06-05T23:20:01.7913882Z [ 48%] Built target str_format_internal 2025-06-05T23:20:01.7914705Z [ 48%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-06-05T23:20:01.7915765Z [ 49%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-06-05T23:20:01.7916349Z [ 49%] Built target custom_ops 2025-06-05T23:20:01.7916898Z [ 49%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-06-05T23:20:01.7917697Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:20:01.7931587Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:20:01.7934317Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:20:01.7936350Z const NamedDataMap* named_data_map = nullptr) 2025-06-05T23:20:01.7936912Z ^ 2025-06-05T23:20:01.7938160Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:20:01.7939518Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:20:01.7939977Z ^ 2025-06-05T23:20:01.7941057Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:20:01.7942504Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:20:01.7943316Z ^ 2025-06-05T23:20:01.7944178Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:20:01.7945506Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:20:01.7947847Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:68:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:20:01.7949744Z const NamedDataMap* get_named_data_map() const { 2025-06-05T23:20:01.7950289Z ^ 2025-06-05T23:20:01.7951112Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:20:01.7951905Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:20:01.7952296Z ^ 2025-06-05T23:20:01.7952941Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:20:01.7953763Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:20:01.7954262Z ^ 2025-06-05T23:20:01.7954698Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:20:01.7955527Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:20:01.7956861Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:76:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:20:01.7957935Z const NamedDataMap* named_data_map_ = nullptr; 2025-06-05T23:20:01.7958259Z ^ 2025-06-05T23:20:01.7958931Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:20:01.7959731Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:20:01.7960025Z ^ 2025-06-05T23:20:01.7960621Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:20:01.7961449Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:20:01.7961845Z ^ 2025-06-05T23:20:01.7962049Z 3 warnings generated. 2025-06-05T23:20:03.5337319Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-06-05T23:20:03.5338762Z [ 50%] Linking CXX executable qnn_executor_runner 2025-06-05T23:20:03.5339742Z [ 50%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-06-05T23:20:03.5340503Z [ 50%] Built target kernel_timeout_internal 2025-06-05T23:20:03.5342014Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-06-05T23:20:03.5343535Z [ 50%] Linking CXX static library libabsl_examine_stack.a 2025-06-05T23:20:03.5344215Z [ 50%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-06-05T23:20:03.5344967Z [ 50%] Built target examine_stack 2025-06-05T23:20:03.5345449Z [ 50%] Built target flags_private_handle_accessor 2025-06-05T23:20:03.5346368Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-06-05T23:20:03.5348245Z [ 50%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-06-05T23:20:03.5349575Z [ 50%] Linking CXX static library libabsl_log_entry.a 2025-06-05T23:20:03.5350597Z [ 50%] Linking CXX static library libabsl_log_internal_globals.a 2025-06-05T23:20:03.5351566Z [ 50%] Built target log_entry 2025-06-05T23:20:03.5352034Z [ 50%] Built target log_internal_globals 2025-06-05T23:20:03.5353257Z [ 50%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-06-05T23:20:03.5354395Z [ 50%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-06-05T23:20:03.5355772Z [ 51%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-06-05T23:20:03.5356577Z [ 51%] Built target random_internal_pool_urbg 2025-06-05T23:20:03.5358007Z [ 51%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-06-05T23:20:03.5359867Z [ 52%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-06-05T23:20:03.5361253Z [ 53%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-06-05T23:20:03.5361945Z [ 53%] Linking CXX static library libabsl_failure_signal_handler.a 2025-06-05T23:20:03.5362812Z [ 53%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-06-05T23:20:03.5363468Z [ 53%] Built target failure_signal_handler 2025-06-05T23:20:03.5364421Z [ 54%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-06-05T23:20:03.5365184Z [ 54%] Built target random_internal_distribution_test_util 2025-06-05T23:20:03.5366003Z [ 54%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-06-05T23:20:03.5367356Z [ 54%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-06-05T23:20:03.5368439Z [ 55%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-06-05T23:20:03.5369233Z [ 55%] Linking CXX static library libabsl_flags_marshalling.a 2025-06-05T23:20:03.5369649Z [ 55%] Built target flags_marshalling 2025-06-05T23:20:03.5370427Z [ 55%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-06-05T23:20:03.5371536Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-06-05T23:20:03.5372194Z [ 56%] Built target qnn_executor_runner 2025-06-05T23:20:03.5372961Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-06-05T23:20:03.5373991Z [ 56%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-06-05T23:20:03.5375036Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-06-05T23:20:03.5376122Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-06-05T23:20:03.5377271Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-06-05T23:20:03.5378282Z [ 57%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-06-05T23:20:03.5379233Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-06-05T23:20:03.5380085Z [ 57%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-06-05T23:20:03.5380947Z [ 58%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-06-05T23:20:03.5381681Z [ 58%] Linking CXX static library libabsl_crc32c.a 2025-06-05T23:20:03.5382050Z [ 58%] Built target crc32c 2025-06-05T23:20:03.5382674Z [ 59%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-06-05T23:20:03.5383503Z [ 59%] Linking CXX static library libabsl_synchronization.a 2025-06-05T23:20:03.5384189Z [ 59%] Linking CXX static library libabsl_log_internal_format.a 2025-06-05T23:20:03.5384624Z [ 59%] Built target synchronization 2025-06-05T23:20:03.5385041Z [ 59%] Linking CXX static library libabsl_log_sink.a 2025-06-05T23:20:03.5385427Z [ 59%] Built target log_internal_format 2025-06-05T23:20:03.5386454Z [ 59%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-06-05T23:20:03.5387563Z [ 59%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-06-05T23:20:03.5388701Z [ 60%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-06-05T23:20:03.5390832Z [ 61%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-06-05T23:20:03.5392232Z [ 61%] Built target log_sink 2025-06-05T23:20:03.5393449Z [ 61%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-06-05T23:20:03.5395032Z [ 61%] Linking CXX static library libabsl_random_seed_sequences.a 2025-06-05T23:20:03.5395844Z [ 61%] Built target random_seed_sequences 2025-06-05T23:20:03.5396688Z [ 61%] Linking CXX static library libabsl_crc_cord_state.a 2025-06-05T23:20:03.5397403Z [ 61%] Built target crc_cord_state 2025-06-05T23:20:03.5398643Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-06-05T23:20:03.5400457Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-06-05T23:20:03.5402350Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-06-05T23:20:03.5403834Z [ 62%] Linking CXX static library libabsl_flags_program_name.a 2025-06-05T23:20:03.5404858Z [ 63%] Linking CXX static library libabsl_vlog_config_internal.a 2025-06-05T23:20:03.5405869Z [ 63%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-06-05T23:20:03.5406586Z [ 63%] Built target flags_program_name 2025-06-05T23:20:03.5407887Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-06-05T23:20:03.5409015Z [ 64%] Built target vlog_config_internal 2025-06-05T23:20:03.5409831Z [ 65%] Linking CXX static library libabsl_cordz_handle.a 2025-06-05T23:20:03.5411130Z [ 66%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-06-05T23:20:03.5412165Z [ 66%] Built target hashtablez_sampler 2025-06-05T23:20:03.5413630Z [ 66%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-06-05T23:20:03.5414518Z [ 66%] Built target cordz_handle 2025-06-05T23:20:03.5415746Z [ 66%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-06-05T23:20:03.5417547Z [ 66%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-06-05T23:20:03.5418908Z [ 66%] Linking CXX static library libabsl_flags_config.a 2025-06-05T23:20:03.5419565Z [ 66%] Built target flags_config 2025-06-05T23:20:03.5420467Z [ 66%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-06-05T23:20:03.5421171Z [ 66%] Linking CXX static library libabsl_log_globals.a 2025-06-05T23:20:03.5421710Z [ 66%] Linking CXX static library libabsl_cord_internal.a 2025-06-05T23:20:03.5422106Z [ 66%] Built target log_globals 2025-06-05T23:20:03.5422883Z [ 66%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-06-05T23:20:03.5424018Z [ 67%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-06-05T23:20:03.5424556Z [ 67%] Built target cord_internal 2025-06-05T23:20:03.5425218Z [ 67%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-06-05T23:20:03.5425952Z [ 67%] Linking CXX static library libabsl_flags_internal.a 2025-06-05T23:20:03.5426497Z [ 67%] Linking CXX static library libabsl_log_initialize.a 2025-06-05T23:20:03.5426895Z [ 67%] Built target flags_internal 2025-06-05T23:20:03.5427373Z [ 67%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-06-05T23:20:03.5427889Z [ 67%] Built target log_initialize 2025-06-05T23:20:03.5428191Z [ 67%] Built target log_internal_log_sink_set 2025-06-05T23:20:03.5428916Z [ 68%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-06-05T23:20:03.5429658Z [ 68%] Linking CXX static library libabsl_cordz_info.a 2025-06-05T23:20:03.5430030Z [ 68%] Built target cordz_info 2025-06-05T23:20:06.2553737Z [ 68%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-06-05T23:20:06.2554800Z [ 69%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-06-05T23:20:06.2555677Z [ 69%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-06-05T23:20:06.2556510Z [ 69%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-06-05T23:20:06.2557240Z [ 69%] Linking CXX static library libabsl_log_internal_message.a 2025-06-05T23:20:06.2557745Z [ 69%] Built target log_internal_message 2025-06-05T23:20:06.2558513Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-06-05T23:20:06.2559504Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-06-05T23:20:06.2560264Z [ 70%] Linking CXX static library libabsl_cordz_sample_token.a 2025-06-05T23:20:06.2560741Z [ 70%] Built target cordz_sample_token 2025-06-05T23:20:06.2561189Z [ 70%] Linking CXX static library libabsl_cord.a 2025-06-05T23:20:06.2561602Z [ 70%] Built target cord 2025-06-05T23:20:06.2562304Z [ 70%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-06-05T23:20:06.2563322Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-06-05T23:20:06.2564210Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-06-05T23:20:06.2565179Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-06-05T23:20:06.2565960Z [ 70%] Linking CXX static library libabsl_die_if_null.a 2025-06-05T23:20:06.2566539Z [ 71%] Linking CXX static library libabsl_log_internal_check_op.a 2025-06-05T23:20:06.2567179Z [ 71%] Built target die_if_null 2025-06-05T23:20:06.2567515Z [ 71%] Built target log_internal_check_op 2025-06-05T23:20:06.2567968Z [ 72%] Linking CXX static library libabsl_status.a 2025-06-05T23:20:06.2568381Z [ 72%] Built target status 2025-06-05T23:20:06.2568958Z [ 72%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-06-05T23:20:06.2569653Z [ 72%] Linking CXX static library libabsl_raw_hash_set.a 2025-06-05T23:20:06.2570107Z [ 72%] Built target raw_hash_set 2025-06-05T23:20:06.2570791Z [ 72%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-06-05T23:20:06.2571530Z [ 72%] Linking CXX static library libabsl_statusor.a 2025-06-05T23:20:06.2572162Z [ 72%] Built target statusor 2025-06-05T23:20:06.2572714Z [ 72%] Linking CXX static library libabsl_flags_reflection.a 2025-06-05T23:20:06.2573198Z [ 72%] Built target flags_reflection 2025-06-05T23:20:06.2573963Z [ 72%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-06-05T23:20:06.2575375Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-06-05T23:20:06.2576557Z [ 72%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-06-05T23:20:06.2577583Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-06-05T23:20:06.2578298Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-06-05T23:20:06.2578867Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-06-05T23:20:06.2579746Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-06-05T23:20:06.2580793Z [ 74%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-06-05T23:20:06.2581786Z [ 75%] Linking CXX static library libabsl_flags_usage_internal.a 2025-06-05T23:20:06.2582826Z [ 76%] Linking CXX static library libabsl_log_flags.a 2025-06-05T23:20:06.2583415Z [ 76%] Built target flags_usage_internal 2025-06-05T23:20:06.2584211Z [ 76%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-06-05T23:20:06.2584925Z [ 76%] Built target log_flags 2025-06-05T23:20:06.2585630Z [ 76%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-06-05T23:20:06.2586668Z [ 77%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-06-05T23:20:06.2587480Z [ 78%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-06-05T23:20:06.2588511Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-06-05T23:20:06.2589155Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-06-05T23:20:06.2589808Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-06-05T23:20:06.2590427Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-06-05T23:20:06.2590994Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-06-05T23:20:06.2591570Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-06-05T23:20:06.2592133Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-06-05T23:20:06.2592680Z [ 80%] Linking CXX static library libabsl_flags_usage.a 2025-06-05T23:20:06.2593056Z [ 80%] Built target flags_usage 2025-06-05T23:20:06.2593519Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-06-05T23:20:06.2594118Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-06-05T23:20:06.2595009Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-06-05T23:20:06.2596314Z [ 81%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-06-05T23:20:06.2597622Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-06-05T23:20:06.2598790Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-06-05T23:20:06.2599913Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-06-05T23:20:06.2600542Z [ 82%] Linking CXX static library libre2.a 2025-06-05T23:20:06.2601025Z [ 83%] Linking CXX static library libabsl_flags_parse.a 2025-06-05T23:20:06.2601402Z [ 83%] Built target flags_parse 2025-06-05T23:20:06.2601677Z [ 83%] Built target re2 2025-06-05T23:20:06.2602378Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-06-05T23:20:06.2603469Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-06-05T23:20:06.2604653Z [ 83%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-06-05T23:20:06.2605848Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-06-05T23:20:06.2606828Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:06.2607734Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:06.2608784Z [ 83%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:06.2609803Z [ 84%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/decoder_runner.cpp.o 2025-06-05T23:20:06.2610742Z [ 84%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/prompt_processor.cpp.o 2025-06-05T23:20:06.2611702Z [ 84%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:06.2612686Z [ 84%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/token_generator.cpp.o 2025-06-05T23:20:06.2613889Z [ 85%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:20:06.2615205Z [ 85%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/rpc_mem.cpp.o 2025-06-05T23:20:06.2615988Z [ 86%] Linking CXX executable qaihub_stable_diffusion_runner 2025-06-05T23:20:06.2617014Z [ 87%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/kv_manager.cpp.o 2025-06-05T23:20:06.2618617Z [ 87%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:06.2619982Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:20:06.2621938Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:06.2624272Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:06.2625499Z [ 88%] Built target qaihub_stable_diffusion_runner 2025-06-05T23:20:06.2626535Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:06.2628055Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:06.2629367Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:06.2630684Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:06.2632075Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:06.2633748Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:07.6162565Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:07.6164558Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:07.6166072Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:07.6167693Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:07.6169144Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:07.6170542Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:07.6171864Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:07.6173282Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:07.6174820Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:07.6176265Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:07.6177646Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:07.6179024Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:07.6180478Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:07.6181901Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:07.6183249Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:07.6184588Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:07.6186127Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:07.6187702Z [ 94%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:07.6189207Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:07.6190737Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:07.6192164Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:07.6193545Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:07.6195044Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:07.6196600Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:07.6198011Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:07.6198934Z [ 98%] Linking CXX executable qnn_llama_runner 2025-06-05T23:20:07.6199921Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:07.6201543Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:07.6203289Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:07.6205018Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:07.6206796Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:07.6207864Z [ 99%] Linking CXX executable qaihub_llama2_7b_runner 2025-06-05T23:20:07.6208371Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-06-05T23:20:07.6208756Z [100%] Built target qnn_llama_runner 2025-06-05T23:20:07.6209058Z [100%] Built target qaihub_llama2_7b_runner 2025-06-05T23:20:07.6209388Z [100%] Built target qaihub_llama3_8b_runner 2025-06-05T23:20:07.6209692Z + set_up_aot 2025-06-05T23:20:07.6209904Z + cd /pytorch/executorch 2025-06-05T23:20:07.6210166Z + '[' '!' -d cmake-out ']' 2025-06-05T23:20:07.6210406Z + pushd cmake-out 2025-06-05T23:20:07.6210685Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:20:07.6212411Z + cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DANDROID_NATIVE_API_LEVEL=30 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 2025-06-05T23:20:07.6213855Z -- --- Configured Options --- 2025-06-05T23:20:07.6214037Z 2025-06-05T23:20:07.6214171Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:07.6214514Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:07.6214881Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:20:07.6215233Z -- PYTHON_EXECUTABLE : python3 2025-06-05T23:20:07.6215597Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:07.6215945Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:07.6216298Z -- BUCK2 x (unset) 2025-06-05T23:20:07.6216634Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:20:07.6216991Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:20:07.6217351Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:07.6217711Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:07.6218255Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:07.6218784Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:07.6219150Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:20:07.6219499Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:20:07.6219946Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:07.6220301Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:07.6220710Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:20:07.6221126Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:20:07.6221476Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:20:07.6221847Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:20:07.6222198Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:20:07.6222670Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:07.6223031Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:20:07.6223434Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:20:07.6223926Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:20:07.6224275Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:07.6224639Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:07.6224983Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:07.6225333Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:07.6225676Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:07.6226025Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:20:07.6226359Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:20:07.6226772Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:07.6227137Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:20:07.6227561Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:20:07.6227917Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:07.6228250Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:07.6228601Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:07.6228939Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:07.6229291Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:20:07.6229718Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:07.6230070Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:07.6230420Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:07.6230748Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:07.6231103Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:07.6231447Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:07.6231798Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:09.0545514Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:09.0546501Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:09.0547258Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:20:09.0548076Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:09.0548838Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:09.0549603Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:09.0550279Z -- -------------------------- 2025-06-05T23:20:09.0551139Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:09.0552909Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:09.0554269Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:09.0555162Z CMake. 2025-06-05T23:20:09.0555446Z 2025-06-05T23:20:09.0556159Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:09.0557264Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:09.0558235Z to work with policies introduced by or earlier. 2025-06-05T23:20:09.0558774Z 2025-06-05T23:20:09.0562646Z  2025-06-05T23:20:09.0563223Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:09.0564065Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:09.0564797Z -- Setting Clang compiler options 2025-06-05T23:20:09.0566118Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:09.0569910Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:09.0571255Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:09.0572007Z CMake. 2025-06-05T23:20:09.0572212Z 2025-06-05T23:20:09.0572647Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:09.0573696Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:09.0574586Z to work with policies introduced by or earlier. 2025-06-05T23:20:09.0575046Z 2025-06-05T23:20:09.0575260Z  2025-06-05T23:20:09.0576412Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:09.0577793Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:09.0578562Z CMake. 2025-06-05T23:20:09.0578769Z 2025-06-05T23:20:09.0579188Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:09.0580218Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:09.0581110Z to work with policies introduced by or earlier. 2025-06-05T23:20:09.0581729Z 2025-06-05T23:20:09.0581935Z  2025-06-05T23:20:09.0583106Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:09.0584539Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:09.0585338Z CMake. 2025-06-05T23:20:09.0585543Z 2025-06-05T23:20:09.0585968Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:09.0586975Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:09.0587953Z to work with policies introduced by or earlier. 2025-06-05T23:20:09.0588555Z 2025-06-05T23:20:09.0588772Z  2025-06-05T23:20:09.0589135Z -- Resolved buck2 as buck2. 2025-06-05T23:20:09.0589603Z -- Killing buck2 daemon 2025-06-05T23:20:09.0590043Z 'buck2 killall' 2025-06-05T23:20:09.0590469Z -- executorch: Generating source lists 2025-06-05T23:20:09.0591648Z -- executorch: Using source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:09.0592884Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:09.0593768Z -- Generating operator lib: 2025-06-05T23:20:09.0594557Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:09.0595270Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:09.0596041Z -- ROOT_OPS: 2025-06-05T23:20:09.0596427Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:09.0598913Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:20:09.0601082Z -- Generating kernel bindings: 2025-06-05T23:20:09.0601602Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:09.0602364Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:09.0603154Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:09.0603611Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:09.0606982Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:20:09.0609913Z -- Generating operator lib: 2025-06-05T23:20:09.0610425Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:09.0610935Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:09.0611454Z -- DEPS: executorch_core 2025-06-05T23:20:09.0612536Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:20:09.0613909Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:09.0614782Z CMake. 2025-06-05T23:20:09.0615008Z 2025-06-05T23:20:09.0615560Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:09.0616606Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:09.0617507Z to work with policies introduced by or earlier. 2025-06-05T23:20:09.0617990Z 2025-06-05T23:20:09.0618224Z  2025-06-05T23:20:09.0618610Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:20:09.0619241Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:20:09.0620453Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:20:09.0621729Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:09.0622524Z CMake. 2025-06-05T23:20:09.0622722Z 2025-06-05T23:20:09.0623060Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:09.0623908Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:09.0624739Z to work with policies introduced by or earlier. 2025-06-05T23:20:09.0626207Z 2025-06-05T23:20:09.0626406Z  2025-06-05T23:20:09.0626693Z -- pybind11 v2.13.6 2025-06-05T23:20:09.0627389Z -- Found PythonInterp: python3 (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:20:09.0628398Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:20:09.0629025Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:20:09.0629492Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:20:09.0630018Z -- Configuring done (0.6s) 2025-06-05T23:20:09.0630423Z -- Generating done (0.2s) 2025-06-05T23:20:09.0630911Z CMake Warning: 2025-06-05T23:20:09.0631460Z Manually-specified variables were not used by the project: 2025-06-05T23:20:09.0631987Z 2025-06-05T23:20:09.0632163Z ANDROID_NATIVE_API_LEVEL 2025-06-05T23:20:09.0632478Z 2025-06-05T23:20:09.0632643Z  2025-06-05T23:20:09.0633184Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:20:09.0634257Z ++ nproc 2025-06-05T23:20:09.0635080Z + cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-06-05T23:20:09.0636147Z [ 8%] Built target flatbuffers_external_project 2025-06-05T23:20:09.0636686Z [ 13%] Built target common_schema 2025-06-05T23:20:09.0637357Z [ 13%] Generating qnn_schema headers 2025-06-05T23:20:09.0637954Z [ 13%] Built target program_schema 2025-06-05T23:20:09.0638465Z [ 13%] Built target qnn_schema 2025-06-05T23:20:09.0639546Z [ 13%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:20:09.0641110Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:20:09.0642578Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:20:09.0644157Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:20:09.0646139Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:20:09.0647790Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:20:09.0649236Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:20:09.0650488Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:20:09.0651958Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:20:09.0653323Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:20:09.0654468Z [ 21%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:20:09.0655190Z [ 21%] Built target qnn_executorch_logging 2025-06-05T23:20:09.0656473Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:20:09.0658433Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:20:09.0660038Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:20:09.0661774Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:20:09.0663705Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:20:09.0665201Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:20:09.0666883Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:20:09.0668097Z [ 30%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:20:09.0669337Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:20:09.0670169Z [ 30%] Built target qnn_implementation 2025-06-05T23:20:09.0670922Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:20:09.0671982Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:20:09.0673170Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:20:09.0674291Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:20:09.0675337Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:20:09.0676286Z [ 30%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:20:18.4730404Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:20:18.4731369Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:20:18.4732144Z [ 34%] Built target qnn_sys_implementation 2025-06-05T23:20:18.4732620Z [ 39%] Linking CXX static library libutils.a 2025-06-05T23:20:18.4733414Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:18.4733994Z [ 39%] Built target utils 2025-06-05T23:20:18.4734679Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:20:18.4735676Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:20:18.4736612Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:20:18.4737331Z [ 47%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:20:18.4738164Z [ 47%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:20:18.4738960Z [ 47%] Built target qnn_profiler 2025-06-05T23:20:18.4739955Z [ 47%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:20:18.4741034Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:20:18.4741887Z [ 47%] Linking CXX static library libshared_buffer.a 2025-06-05T23:20:18.4742837Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:20:18.4743809Z [ 47%] Built target shared_buffer 2025-06-05T23:20:18.4744435Z [ 52%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:20:18.4745011Z [ 52%] Built target executorch_core 2025-06-05T23:20:18.4745743Z [ 52%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:20:18.4746683Z [ 56%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:20:18.4747371Z [ 60%] Linking CXX static library libwrappers.a 2025-06-05T23:20:18.4748090Z [ 60%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:20:18.4748872Z [ 65%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:20:18.4749511Z [ 65%] Linking CXX static library libqnn_logger.a 2025-06-05T23:20:18.4749867Z [ 65%] Built target wrappers 2025-06-05T23:20:18.4750474Z [ 65%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:20:18.4751319Z [ 65%] Built target qnn_logger 2025-06-05T23:20:18.4752218Z [ 69%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:20:18.4753644Z [ 73%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:20:18.4754546Z [ 78%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:20:18.4755188Z [ 78%] Built target qnn_backend_cache 2025-06-05T23:20:18.4755959Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:20:18.4757052Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:20:18.4758267Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:20:18.4759575Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:20:18.4760429Z [ 78%] Linking CXX static library libexecutorch.a 2025-06-05T23:20:18.4760927Z [ 78%] Linking CXX static library libextension_tensor.a 2025-06-05T23:20:18.4761310Z [ 78%] Built target executorch 2025-06-05T23:20:18.4761706Z [ 78%] Linking CXX static library libqnn_backend.a 2025-06-05T23:20:18.4762064Z [ 78%] Built target extension_tensor 2025-06-05T23:20:18.4762357Z [ 78%] Built target qnn_backend 2025-06-05T23:20:18.4762734Z [ 82%] Linking CXX static library libqnn_device.a 2025-06-05T23:20:18.4763254Z [ 82%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:20:18.4763638Z [ 82%] Built target qnn_device 2025-06-05T23:20:18.4764329Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:20:18.4765390Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:20:18.4766770Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:20:18.4768053Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:20:18.4768716Z [ 86%] Built target qnn_custom_protocol 2025-06-05T23:20:18.4769143Z [ 86%] Linking CXX static library libqnn_context.a 2025-06-05T23:20:18.4769496Z [ 86%] Built target qnn_context 2025-06-05T23:20:18.4770168Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:20:18.4771307Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:20:18.4772504Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:20:18.4773628Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:20:18.4774772Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:20:18.4775628Z [ 91%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:20:18.4776010Z [ 91%] Built target qnn_mem_manager 2025-06-05T23:20:18.4776409Z [ 91%] Linking CXX static library libqnn_graph.a 2025-06-05T23:20:18.4776767Z [ 91%] Built target qnn_graph 2025-06-05T23:20:18.4777453Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:20:18.4778214Z [ 95%] Linking CXX static library libqnn_factory.a 2025-06-05T23:20:18.4778579Z [ 95%] Built target qnn_factory 2025-06-05T23:20:18.4779365Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:20:18.4780273Z [ 95%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:20:18.4780645Z [ 95%] Built target qnn_dlc_manager 2025-06-05T23:20:18.4781274Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:20:18.4782198Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:18.4782923Z [100%] Linking CXX static library libqnn_manager.a 2025-06-05T23:20:18.4783294Z [100%] Built target qnn_manager 2025-06-05T23:20:18.4784044Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:20:18.4785028Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:18.4785550Z [100%] Built target PyQnnManagerAdaptor 2025-06-05T23:20:18.4785895Z [ 50%] Built target flatbuffers_external_project 2025-06-05T23:20:18.4786214Z [ 50%] Built target qnn_schema 2025-06-05T23:20:18.4786511Z [ 50%] Built target qnn_executorch_logging 2025-06-05T23:20:18.4786824Z [ 75%] Built target wrappers 2025-06-05T23:20:18.4787632Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:20:18.4788768Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:18.4789707Z [100%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:18.4790250Z [100%] Built target PyQnnWrapperAdaptor 2025-06-05T23:20:18.4790913Z + cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:20:18.4791930Z + cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:20:18.4792574Z + popd 2025-06-05T23:20:18.4792768Z /pytorch/executorch 2025-06-05T23:20:18.4793051Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-06-05T23:20:18.4793455Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-06-05T23:20:18.4793829Z + PYTHON_EXECUTABLE=python 2025-06-05T23:20:18.4794107Z + bash .ci/scripts/test_model.sh mb cmake qnn 2025-06-05T23:20:18.4794436Z ++ dirname .ci/scripts/test_model.sh 2025-06-05T23:20:18.4794721Z + source .ci/scripts/utils.sh 2025-06-05T23:20:18.4794982Z + MODEL_NAME=mb 2025-06-05T23:20:18.4795194Z + [[ -z mb ]] 2025-06-05T23:20:18.4795393Z + BUILD_TOOL=cmake 2025-06-05T23:20:18.4795657Z + [[ -z cmake ]] 2025-06-05T23:20:18.4795863Z + BACKEND=qnn 2025-06-05T23:20:18.4796072Z + [[ -z qnn ]] 2025-06-05T23:20:18.4796269Z + UPLOAD_DIR= 2025-06-05T23:20:18.4796537Z + [[ -z python ]] 2025-06-05T23:20:18.4796766Z + which python 2025-06-05T23:20:18.4797001Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:20:18.4797290Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:20:18.4797566Z + EXPORTED_MODEL=mb 2025-06-05T23:20:18.4797796Z + [[ qnn == \p\o\r\t\a\b\l\e ]] 2025-06-05T23:20:18.4798059Z + [[ qnn == *\q\n\n* ]] 2025-06-05T23:20:18.4798296Z + echo 'Testing mb with qnn...' 2025-06-05T23:20:18.4798573Z Testing mb with qnn... 2025-06-05T23:20:18.4798803Z + test_model_with_qnn 2025-06-05T23:20:18.4799062Z ++ dirname .ci/scripts/test_model.sh 2025-06-05T23:20:18.4799364Z + source .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:20:18.4799660Z ++ set -eux 2025-06-05T23:20:18.4799877Z ++ set -o xtrace 2025-06-05T23:20:18.4800090Z ++ build_qnn_backend 2025-06-05T23:20:18.4800343Z ++ echo 'Start building qnn backend.' 2025-06-05T23:20:18.4800638Z Start building qnn backend. 2025-06-05T23:20:18.4800917Z ++ export ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:20:18.4801204Z ++ ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:20:18.4801499Z ++ export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:20:18.4801854Z ++ QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:20:18.4802174Z ++++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:20:18.4802476Z +++ cd -- .ci/scripts/../.. 2025-06-05T23:20:18.4802731Z +++ pwd 2025-06-05T23:20:18.4802967Z ++ export EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:20:18.4803292Z ++ EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:20:18.4803586Z +++ nproc 2025-06-05T23:20:18.4803776Z ++ parallelism=7 2025-06-05T23:20:18.4804181Z ++ bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 7 --release 2025-06-05T23:20:18.4804650Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-06-05T23:20:21.9881505Z + '[' --skip_aarch64 = -h ']' 2025-06-05T23:20:21.9882056Z + BUILD_X86_64=true 2025-06-05T23:20:21.9882328Z + CMAKE_X86_64=build-x86 2025-06-05T23:20:21.9882569Z + BUILD_AARCH64=true 2025-06-05T23:20:21.9882842Z + CMAKE_AARCH64=build-android 2025-06-05T23:20:21.9883127Z + CLEAN=true 2025-06-05T23:20:21.9883338Z + BUILD_TYPE=RelWithDebInfo 2025-06-05T23:20:21.9883604Z + BUILD_JOB_NUMBER=16 2025-06-05T23:20:21.9883840Z + '[' -z PYTHON_EXECUTABLE ']' 2025-06-05T23:20:21.9884107Z + '[' -z BUCK2 ']' 2025-06-05T23:20:21.9884432Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-06-05T23:20:21.9885825Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 7 --release 2025-06-05T23:20:21.9886729Z + parsed_args=' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:20:21.9887185Z + eval set -- ' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:20:21.9887603Z ++ set -- --skip_aarch64 --job_number 7 --release -- 2025-06-05T23:20:21.9887918Z + true 2025-06-05T23:20:21.9888114Z + case "$1" in 2025-06-05T23:20:21.9888377Z + BUILD_AARCH64=false 2025-06-05T23:20:21.9888650Z + shift 2025-06-05T23:20:21.9888826Z + true 2025-06-05T23:20:21.9889027Z + case "$1" in 2025-06-05T23:20:21.9889228Z + BUILD_JOB_NUMBER=7 2025-06-05T23:20:21.9889455Z + shift 2 2025-06-05T23:20:21.9889644Z + true 2025-06-05T23:20:21.9889820Z + case "$1" in 2025-06-05T23:20:21.9890034Z + BUILD_TYPE=Release 2025-06-05T23:20:21.9890244Z + shift 2025-06-05T23:20:21.9890429Z + true 2025-06-05T23:20:21.9890607Z + case "$1" in 2025-06-05T23:20:21.9890811Z + shift 2025-06-05T23:20:21.9890985Z + break 2025-06-05T23:20:21.9891211Z +++ dirname backends/qualcomm/scripts/build.sh 2025-06-05T23:20:21.9891546Z ++ cd backends/qualcomm/scripts/../../.. 2025-06-05T23:20:21.9891842Z ++ pwd -P 2025-06-05T23:20:21.9892049Z + PRJ_ROOT=/pytorch/executorch 2025-06-05T23:20:21.9892319Z + '[' false = true ']' 2025-06-05T23:20:21.9892548Z + '[' true = true ']' 2025-06-05T23:20:21.9892801Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-06-05T23:20:21.9893343Z + '[' true = true ']' 2025-06-05T23:20:21.9893585Z + rm -rf /pytorch/executorch/build-x86 2025-06-05T23:20:21.9894024Z + mkdir /pytorch/executorch/build-x86 2025-06-05T23:20:21.9894327Z + cd /pytorch/executorch/build-x86 2025-06-05T23:20:21.9896119Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-06-05T23:20:21.9897929Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:21.9898296Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:21.9898646Z -- Detecting C compiler ABI info 2025-06-05T23:20:21.9898936Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:21.9899326Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:21.9899697Z -- Detecting C compile features 2025-06-05T23:20:21.9899996Z -- Detecting C compile features - done 2025-06-05T23:20:21.9900314Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:21.9900673Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:21.9901064Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:21.9901439Z -- Detecting CXX compile features 2025-06-05T23:20:21.9901744Z -- Detecting CXX compile features - done 2025-06-05T23:20:21.9902051Z -- --- Configured Options --- 2025-06-05T23:20:21.9902241Z 2025-06-05T23:20:21.9902356Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:21.9902693Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:21.9903056Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:20:21.9903417Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:20:21.9903764Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:21.9904133Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:21.9904482Z -- BUCK2 x (unset) 2025-06-05T23:20:21.9904829Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:20:21.9905175Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:20:21.9905539Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:21.9905897Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:21.9906444Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:21.9906993Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:21.9907350Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:20:21.9907835Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:20:21.9908183Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:21.9908542Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:21.9908894Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:20:21.9909256Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:20:21.9909625Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:20:21.9909981Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:20:21.9910351Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:20:21.9910701Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:21.9911064Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:20:21.9911414Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:20:21.9911785Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:20:21.9912138Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:21.9912496Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:21.9912846Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:21.9913207Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:21.9913604Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:21.9913956Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:20:21.9914350Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:20:21.9914698Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:21.9915049Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:20:21.9915405Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:20:21.9915737Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:21.9916083Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:21.9916419Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:21.9916772Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:21.9917123Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:20:21.9917459Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:21.9917810Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:21.9918146Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:21.9918486Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:21.9918824Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:21.9919170Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:21.9919545Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:21.9919960Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:21.9920448Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:21.9920787Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:20:21.9921148Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:21.9921497Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:21.9921862Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:21.9922182Z -- -------------------------- 2025-06-05T23:20:21.9922607Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:21.9923559Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:21.9924221Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:21.9924642Z CMake. 2025-06-05T23:20:21.9924756Z 2025-06-05T23:20:21.9924975Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:21.9925530Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:21.9925998Z to work with policies introduced by or earlier. 2025-06-05T23:20:21.9926262Z 2025-06-05T23:20:21.9926362Z  2025-06-05T23:20:21.9926626Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:21.9927073Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:21.9927460Z -- Setting Clang compiler options 2025-06-05T23:20:21.9928137Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:21.9929225Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:21.9929936Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:21.9930350Z CMake. 2025-06-05T23:20:21.9930461Z 2025-06-05T23:20:21.9930687Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:21.9931223Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:21.9931700Z to work with policies introduced by or earlier. 2025-06-05T23:20:21.9931948Z 2025-06-05T23:20:21.9932044Z  2025-06-05T23:20:21.9932640Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:21.9933357Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:21.9933764Z CMake. 2025-06-05T23:20:21.9933871Z 2025-06-05T23:20:21.9934164Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:21.9934772Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:21.9935252Z to work with policies introduced by or earlier. 2025-06-05T23:20:21.9935498Z 2025-06-05T23:20:21.9935594Z  2025-06-05T23:20:21.9935824Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:20:21.9936180Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:20:21.9936524Z -- Found Threads: TRUE 2025-06-05T23:20:21.9937196Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:21.9937930Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:21.9938337Z CMake. 2025-06-05T23:20:21.9938443Z 2025-06-05T23:20:21.9938662Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:21.9939212Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:21.9939673Z to work with policies introduced by or earlier. 2025-06-05T23:20:21.9939931Z 2025-06-05T23:20:21.9940034Z  2025-06-05T23:20:21.9940246Z -- Resolved buck2 as buck2. 2025-06-05T23:20:21.9940539Z -- Killing buck2 daemon 2025-06-05T23:20:21.9940779Z 'buck2 killall' 2025-06-05T23:20:21.9941015Z -- executorch: Generating source lists 2025-06-05T23:20:21.9941525Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:20:21.9942187Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:20:21.9942661Z -- Generating operator lib: 2025-06-05T23:20:21.9942923Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:21.9943327Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:21.9943743Z -- ROOT_OPS: 2025-06-05T23:20:21.9943953Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:21.9945300Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:20:21.9946411Z -- Generating kernel bindings: 2025-06-05T23:20:21.9946701Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:21.9947089Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:21.9947513Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:21.9947892Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:24.4711628Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:20:24.4713984Z -- Generating operator lib: 2025-06-05T23:20:24.4714379Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:24.4714788Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:24.4715199Z -- DEPS: executorch_core 2025-06-05T23:20:24.4716059Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:20:24.4716961Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:24.4717552Z CMake. 2025-06-05T23:20:24.4717711Z 2025-06-05T23:20:24.4718029Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:24.4718879Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:24.4719537Z to work with policies introduced by or earlier. 2025-06-05T23:20:24.4719950Z 2025-06-05T23:20:24.4720103Z  2025-06-05T23:20:24.4720405Z -- Looking for C++ include unistd.h 2025-06-05T23:20:24.4720831Z -- Looking for C++ include unistd.h - found 2025-06-05T23:20:24.4721328Z -- Looking for C++ include stdint.h 2025-06-05T23:20:24.4721837Z -- Looking for C++ include stdint.h - found 2025-06-05T23:20:24.4722578Z -- Looking for C++ include inttypes.h 2025-06-05T23:20:24.4723116Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:20:24.4723825Z -- Looking for C++ include sys/types.h 2025-06-05T23:20:24.4724396Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:20:24.4724849Z -- Looking for C++ include sys/stat.h 2025-06-05T23:20:24.4725184Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:20:24.4725508Z -- Looking for C++ include fnmatch.h 2025-06-05T23:20:24.4725828Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:20:24.4726142Z -- Looking for C++ include stddef.h 2025-06-05T23:20:24.4726456Z -- Looking for C++ include stddef.h - found 2025-06-05T23:20:24.4726775Z -- Check size of uint32_t 2025-06-05T23:20:24.4727033Z -- Check size of uint32_t - done 2025-06-05T23:20:24.4727314Z -- Looking for strtoll 2025-06-05T23:20:24.4727557Z -- Looking for strtoll - found 2025-06-05T23:20:24.4727854Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:20:24.4728206Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:20:24.4729130Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:20:24.4730051Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:24.4730705Z CMake. 2025-06-05T23:20:24.4730819Z 2025-06-05T23:20:24.4731054Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:24.4731592Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:24.4732253Z to work with policies introduced by or earlier. 2025-06-05T23:20:24.4732645Z 2025-06-05T23:20:24.4732844Z  2025-06-05T23:20:24.4733151Z -- pybind11 v2.13.6 2025-06-05T23:20:24.4733680Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:20:24.4734661Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:20:24.4735185Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:20:24.4735485Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:20:24.4735812Z -- Generating operator lib: 2025-06-05T23:20:24.4736089Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:24.4736780Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:24.4737518Z -- ROOT_OPS: 2025-06-05T23:20:24.4737864Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:24.4740177Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:20:24.4742340Z -- Generating kernel bindings: 2025-06-05T23:20:24.4742825Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:24.4743136Z -- FUNCTIONS_YAML: 2025-06-05T23:20:24.4743519Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:24.4744000Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:24.4749249Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:20:24.4752045Z -- Generating operator lib: 2025-06-05T23:20:24.4752335Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:24.4752618Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:20:24.4752916Z -- DEPS: executorch_core 2025-06-05T23:20:24.4753171Z -- Configuring done (5.2s) 2025-06-05T23:20:24.4753441Z -- Generating done (0.1s) 2025-06-05T23:20:24.4753801Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-06-05T23:20:24.4754390Z + cmake --build /pytorch/executorch/build-x86 -j7 --target install 2025-06-05T23:20:24.4755071Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:20:24.4755655Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:20:24.4756482Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:20:24.4758051Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:20:24.4759109Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:20:24.4760187Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:20:24.4761127Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:20:24.4761889Z [ 1%] No download step for 'flatbuffers_external_project' 2025-06-05T23:20:24.4762409Z [ 1%] No download step for 'flatcc_external_project' 2025-06-05T23:20:24.4762921Z [ 1%] No update step for 'flatbuffers_external_project' 2025-06-05T23:20:24.4763486Z [ 1%] No update step for 'flatcc_external_project' 2025-06-05T23:20:24.4763999Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:20:24.4764500Z [ 1%] No patch step for 'flatcc_external_project' 2025-06-05T23:20:24.4765358Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:20:24.4766429Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:20:24.4767396Z CMake Warning: 2025-06-05T23:20:24.4767922Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:24.4768413Z 2025-06-05T23:20:24.4768595Z  2025-06-05T23:20:24.4769018Z CMake Warning: 2025-06-05T23:20:24.4769545Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:24.4770062Z 2025-06-05T23:20:24.4770252Z  2025-06-05T23:20:24.4771022Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:24.4772035Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:24.4772769Z CMake. 2025-06-05T23:20:24.4772970Z 2025-06-05T23:20:24.4773348Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:24.4774337Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:24.4775184Z to work with policies introduced by or earlier. 2025-06-05T23:20:24.4775656Z 2025-06-05T23:20:24.4775855Z  2025-06-05T23:20:24.4776280Z fatal: No names found, cannot describe anything. 2025-06-05T23:20:24.4777083Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:20:24.4777740Z git describe failed with exit code: 128 2025-06-05T23:20:24.4778115Z 2025-06-05T23:20:24.4778386Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:20:24.4779034Z Call Stack (most recent call first): 2025-06-05T23:20:24.4779545Z CMakeLists.txt:5 (include) 2025-06-05T23:20:24.4779858Z 2025-06-05T23:20:24.4780045Z  2025-06-05T23:20:24.4780407Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:20:24.4781554Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:20:24.4783216Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:20:24.4785019Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:20:24.4786999Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:20:24.4800299Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:24.4800980Z -- Detecting C compiler ABI info 2025-06-05T23:20:24.4803055Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:20:24.4805005Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:20:24.4806864Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:20:24.4808653Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:20:24.4810302Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:20:24.4811284Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:24.4811876Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:24.4813069Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:20:24.4814859Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:20:24.4816564Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:20:24.4817827Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:24.4818657Z [ 5%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:20:24.4820009Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:20:24.4821116Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:24.4821749Z -- Detecting C compile features 2025-06-05T23:20:24.4822240Z -- Detecting C compile features - done 2025-06-05T23:20:24.4822756Z [ 5%] Built target gflags_nothreads_static 2025-06-05T23:20:24.4824068Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:20:24.4825092Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:24.4825793Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:24.4826332Z -- Setting Clang compiler options 2025-06-05T23:20:25.3799367Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:25.3801841Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:20:25.3803077Z -- Configuring done (0.3s) 2025-06-05T23:20:25.3803574Z -- Generating done (0.0s) 2025-06-05T23:20:25.3804824Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:20:25.3806847Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:20:25.3808327Z [ 5%] Performing build step for 'flatcc_external_project' 2025-06-05T23:20:25.3809993Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:20:25.3811547Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:25.3812588Z [ 6%] Linking C static library libpthreadpool.a 2025-06-05T23:20:25.3813682Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:25.3814506Z [ 6%] Built target pthreadpool 2025-06-05T23:20:25.3815406Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:25.3816631Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:25.3818186Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:20:25.3819538Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:25.3821157Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:20:25.3823212Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:20:25.3824518Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:25.3825269Z -- Detecting CXX compile features 2025-06-05T23:20:25.3825834Z -- Detecting CXX compile features - done 2025-06-05T23:20:25.3826418Z -- Looking for strtof_l 2025-06-05T23:20:25.3827682Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:20:25.3829740Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:20:25.3831327Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:25.3832961Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:20:25.3834953Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:20:25.3836831Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:25.3838706Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:25.3841029Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:25.3843129Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:20:25.3845195Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:20:25.3847192Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:20:25.3849056Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:20:25.3851025Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:25.3853170Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:25.3855101Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:20:25.3856709Z [ 24%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:25.3858469Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:25.3859682Z -- Looking for strtof_l - found 2025-06-05T23:20:25.3860205Z -- Looking for strtoull_l 2025-06-05T23:20:25.3860680Z [ 24%] Built target flatccrt 2025-06-05T23:20:25.3861921Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:20:25.3863648Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:20:25.3865466Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:25.3868534Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:20:25.3870362Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:20:25.3871899Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:20:25.3874117Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:20:25.3875996Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:20:25.3877553Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:20:25.3879369Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:20:25.3881348Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:20:25.3883373Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:20:25.3885206Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:20:25.3886580Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:20:25.3888171Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:20:25.3889465Z -- Looking for strtoull_l - found 2025-06-05T23:20:25.3889977Z -- Looking for realpath 2025-06-05T23:20:25.3890868Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:20:25.3892102Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:20:25.3893911Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:20:25.3895992Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:20:25.3897618Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:20:25.3898862Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:20:25.3900136Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:20:25.3901511Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:20:25.3902720Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:20:25.3903644Z [ 14%] Linking C static library libcpuinfo.a 2025-06-05T23:20:25.3904312Z [ 14%] Built target cpuinfo_internals 2025-06-05T23:20:25.3905362Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:20:25.3906266Z [ 14%] Built target cpuinfo 2025-06-05T23:20:25.3907271Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:20:25.3908813Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:20:25.3910261Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:20:25.3911779Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:20:25.3913304Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:20:25.3914305Z -- Looking for realpath - found 2025-06-05T23:20:25.3914925Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:20:25.3915574Z -- Configuring done (1.1s) 2025-06-05T23:20:25.3916576Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:20:25.3917473Z -- Generating done (0.0s) 2025-06-05T23:20:25.3918753Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:20:25.3920523Z [ 14%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:20:25.3921897Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:20:25.3923434Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:20:25.3924715Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:20:25.3925894Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:20:25.3927052Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:20:25.3928224Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:20:25.3929419Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:20:25.3930640Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:20:25.3932008Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:20:25.6719811Z [ 93%] Built target flatcc 2025-06-05T23:20:25.6720950Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:20:25.6722296Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:20:25.6723717Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:20:25.6724947Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:20:25.6726212Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:20:25.6727627Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:20:25.6728925Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:20:25.6730124Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:20:25.6730964Z [100%] Built target flatcc_cli 2025-06-05T23:20:25.6731815Z [ 14%] Performing install step for 'flatcc_external_project' 2025-06-05T23:20:25.6732601Z [ 21%] Built target flatccrt 2025-06-05T23:20:25.6733078Z [ 93%] Built target flatcc 2025-06-05T23:20:25.6733571Z [100%] Built target flatcc_cli 2025-06-05T23:20:25.6734166Z Install the project... 2025-06-05T23:20:25.6734698Z -- Install configuration: "" 2025-06-05T23:20:25.6735663Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:20:25.6737244Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:20:25.6738988Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:20:25.6740770Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:20:25.6742539Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:20:25.6744304Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:20:25.6746113Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:20:25.6748002Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:20:25.6749783Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:20:25.6751586Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:20:25.6753340Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:20:25.6755046Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:20:25.6756992Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:20:25.6759005Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:20:25.6760794Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:20:25.6762660Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:20:25.6764427Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:20:25.6766166Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:20:25.6768096Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:20:25.6769890Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:20:25.6771713Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:20:25.6773564Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:20:25.6775268Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:20:25.6776965Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:20:25.6778772Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:20:25.6780632Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:20:25.6782482Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:20:25.6784349Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:20:25.6786179Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:20:25.6788117Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:20:25.6790012Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:20:25.6791979Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:20:25.6793940Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:20:25.6795872Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:20:25.6797938Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:20:25.6799914Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:20:25.6801842Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:20:25.6803851Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:20:25.6805759Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:20:25.6807604Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:20:25.6809533Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:20:25.6811470Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:20:25.6813414Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:20:25.6815339Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:20:25.6817178Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:20:25.6819034Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:20:25.6820890Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:20:25.6822752Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:20:25.6824579Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:20:25.6826411Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:20:25.6828383Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:20:25.6830267Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:20:25.6832116Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:20:25.6833963Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:20:25.6835813Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:20:25.6837676Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:20:25.6839589Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:20:25.6841590Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:20:25.6843551Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:20:25.6845388Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:20:25.6847128Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:20:25.6849006Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:20:27.4017160Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:20:27.4018506Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:20:27.4019625Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:20:27.4020694Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:20:27.4022150Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:20:27.4023510Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:20:27.4025585Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:20:27.4026728Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:20:27.4028036Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:20:27.4029207Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:20:27.4030057Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:20:27.4030966Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:20:27.4031880Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:20:27.4032796Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:20:27.4036096Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:20:27.4037096Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:20:27.4037874Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:20:27.4038916Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:20:27.4039729Z [ 15%] Completed 'flatcc_external_project' 2025-06-05T23:20:27.4040480Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:20:27.4040943Z [ 15%] Built target flatcc_external_project 2025-06-05T23:20:27.4041471Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:20:27.4042115Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:20:27.4042777Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:20:27.4043448Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:20:27.4044114Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:20:27.4044746Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:20:27.4045409Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:20:27.4046080Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:20:27.4046791Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:20:27.4047531Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:20:27.4048319Z [ 15%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:27.4049039Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:20:27.4049645Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:20:27.4050355Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:27.4051204Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:27.4051923Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:20:27.4052660Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:27.4053422Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:20:27.4054212Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:20:27.4054942Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:20:27.4055574Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:20:27.4056215Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:20:27.4057003Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:27.4057817Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:20:27.4058664Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:27.4059471Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:20:27.4060228Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:20:27.4061008Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:20:27.4061802Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:27.4062700Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:20:27.4063450Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:20:27.4063945Z [ 17%] Built target flatccrt 2025-06-05T23:20:27.4064302Z [100%] Linking CXX executable flatc 2025-06-05T23:20:27.4064616Z [100%] Built target flatc 2025-06-05T23:20:27.4065072Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:20:27.4065487Z [100%] Built target flatc 2025-06-05T23:20:27.4065799Z Install the project... 2025-06-05T23:20:27.4066080Z -- Install configuration: "" 2025-06-05T23:20:27.4066951Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:20:27.4068095Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:20:27.4069095Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:20:27.4070020Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:20:27.4070958Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:20:27.4071905Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:20:27.4072924Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:20:27.4073922Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:20:27.4074989Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:20:27.4076029Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:20:27.4077023Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:20:27.4078062Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:20:27.4079089Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:20:27.4080041Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:20:27.4081131Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:20:27.4082178Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:20:27.4083129Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:20:27.4084061Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:20:27.4084977Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:20:27.4085914Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:20:27.4086936Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:20:27.4087923Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:20:27.4088883Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:20:27.4090005Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:20:28.4021446Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:20:28.4023832Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:20:28.4025723Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:20:28.4027490Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:20:28.4029308Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:20:28.4031008Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:20:28.4032740Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:20:28.4034297Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:20:28.4036071Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:20:28.4037942Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:20:28.4039895Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:20:28.4041979Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:20:28.4044122Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:20:28.4045935Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:20:28.4047563Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:20:28.4049519Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:20:28.4051318Z [ 19%] Completed 'flatbuffers_external_project' 2025-06-05T23:20:28.4052045Z [ 19%] Built target flatbuffers_external_project 2025-06-05T23:20:28.4052769Z [ 20%] Generating common_schema headers 2025-06-05T23:20:28.4053779Z [ 20%] Generating qualcomm ir schema headers 2025-06-05T23:20:28.4054637Z [ 20%] Generating qnn_schema headers 2025-06-05T23:20:28.4055435Z [ 21%] Generating scalar_type_schema headers 2025-06-05T23:20:28.4056117Z [ 21%] Built target scalar_type_schema 2025-06-05T23:20:28.4056680Z [ 21%] Built target common_schema 2025-06-05T23:20:28.4057207Z [ 21%] Built target qnn_schema 2025-06-05T23:20:28.4057645Z [ 21%] Built target qcir 2025-06-05T23:20:28.4058318Z [ 21%] Generating flat_tensor_schema headers 2025-06-05T23:20:28.4059126Z [ 21%] Generating program_schema headers 2025-06-05T23:20:28.4060506Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:20:28.4062166Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-06-05T23:20:28.4063132Z [ 22%] Built target flat_tensor_schema 2025-06-05T23:20:28.4063663Z [ 22%] Built target program_schema 2025-06-05T23:20:28.4064747Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:20:28.4066343Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:20:28.4069212Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:20:28.4071116Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:20:28.4072925Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:20:28.4074459Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:20:28.4075631Z [ 23%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:20:28.4076412Z [ 23%] Built target qnn_executorch_logging 2025-06-05T23:20:28.4077505Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:20:28.4079246Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:20:28.4080635Z [ 24%] Linking CXX static library libqcir_utils.a 2025-06-05T23:20:28.4082194Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:20:28.4083450Z [ 25%] Built target qcir_utils 2025-06-05T23:20:28.4084657Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:20:28.4086261Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:20:28.4087894Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:20:28.4089597Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:28.4091176Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:20:28.4092287Z [ 26%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:20:28.4093302Z [ 26%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:20:28.4093972Z [ 26%] Built target qnn_implementation 2025-06-05T23:20:28.4094985Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:20:28.4095898Z [ 26%] Built target qnn_sys_implementation 2025-06-05T23:20:28.4096887Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:20:28.4097822Z [ 27%] Linking CXX static library libutils.a 2025-06-05T23:20:28.4099029Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:20:28.4099944Z [ 27%] Built target utils 2025-06-05T23:20:28.4100791Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:20:28.4101739Z [ 27%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:20:28.4102232Z [ 27%] Built target qnn_profiler 2025-06-05T23:20:28.4102755Z [ 27%] Linking CXX static library libshared_buffer.a 2025-06-05T23:20:28.4103758Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:20:28.4104561Z [ 27%] Built target shared_buffer 2025-06-05T23:20:28.4105598Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:20:28.4107223Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:20:28.4108717Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:20:28.4110305Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:20:28.4111643Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:20:28.4112605Z [ 29%] Linking CXX static library libwrappers.a 2025-06-05T23:20:28.4113087Z [ 29%] Built target wrappers 2025-06-05T23:20:28.4113900Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:20:28.4114831Z [ 29%] Linking CXX static library libqnn_logger.a 2025-06-05T23:20:28.4115319Z [ 29%] Built target qnn_logger 2025-06-05T23:20:28.4116089Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:20:28.4117225Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:20:28.4118294Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:20:28.4119506Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:20:28.4120589Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:20:28.4121468Z [ 31%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:20:28.4122336Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:20:28.4123040Z [ 31%] Built target qnn_backend_cache 2025-06-05T23:20:28.4123899Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:20:28.4125261Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:20:28.4126879Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:28.4127922Z [ 32%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:20:28.4128459Z [ 32%] Built target executorch_core 2025-06-05T23:20:28.4129259Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:20:28.4130809Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:20:28.4132591Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:20:28.4134304Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:20:30.3604133Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:20:30.3606770Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:20:30.3608765Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:20:30.3610449Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:20:30.3611569Z [ 34%] Linking CXX static library libqnn_backend.a 2025-06-05T23:20:30.3612775Z [ 35%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:30.3613731Z [ 35%] Built target qnn_backend 2025-06-05T23:20:30.3614828Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:20:30.3616409Z [ 35%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:20:30.3617711Z [ 35%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:20:30.3619167Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:20:30.3620604Z [ 36%] Built target qnn_custom_protocol 2025-06-05T23:20:30.3621940Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:20:30.3624141Z [ 36%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:20:30.3626673Z [ 36%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:20:30.3628461Z [ 37%] Linking CXX static library libexecutorch.a 2025-06-05T23:20:30.3629805Z [ 38%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:20:30.3630887Z [ 38%] Built target executorch 2025-06-05T23:20:30.3632166Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:20:30.3634178Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:20:30.3636043Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:20:30.3637921Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:20:30.3639298Z [ 39%] Linking CXX static library libqnn_device.a 2025-06-05T23:20:30.3639924Z [ 39%] Built target qnn_device 2025-06-05T23:20:30.3641151Z [ 39%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:20:30.3642951Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:20:30.3644879Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:20:30.3646316Z [ 39%] Linking CXX static library libextension_tensor.a 2025-06-05T23:20:30.3647034Z [ 39%] Built target extension_tensor 2025-06-05T23:20:30.3648372Z [ 39%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-06-05T23:20:30.3650395Z [ 39%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-06-05T23:20:30.3652428Z [ 39%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:20:30.3654417Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:20:30.3656584Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:20:30.3658435Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:20:30.3659893Z [ 41%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:20:30.3660626Z [ 41%] Built target extension_data_loader 2025-06-05T23:20:30.3661854Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:20:30.3663655Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:20:30.3665549Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:20:30.3667755Z [ 41%] Linking CXX static library libextension_flat_tensor.a 2025-06-05T23:20:30.3668619Z [ 41%] Built target extension_flat_tensor 2025-06-05T23:20:30.3670031Z [ 42%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:20:30.3672131Z [ 42%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:20:30.3673401Z [ 42%] Generating etdump headers 2025-06-05T23:20:30.3674763Z [ 42%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:20:30.3676044Z [ 42%] Generating bundled_program headers 2025-06-05T23:20:30.3677161Z [ 42%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:20:30.3678791Z [ 42%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:20:30.3680682Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:20:30.3682415Z [ 43%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-06-05T23:20:30.3683620Z [ 43%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:20:30.3684355Z [ 43%] Built target extension_threadpool 2025-06-05T23:20:30.3685504Z [ 43%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-06-05T23:20:30.3687362Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:20:30.3689257Z [ 44%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:20:30.3690718Z [ 44%] Linking CXX static library libbundled_program.a 2025-06-05T23:20:30.3691389Z [ 44%] Built target bundled_program 2025-06-05T23:20:30.3692685Z [ 44%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:20:30.3694157Z [ 44%] Linking CXX shared library libextension_module.so 2025-06-05T23:20:30.3695319Z [ 44%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:20:30.3696497Z [ 44%] Linking CXX static library libextension_module_static.a 2025-06-05T23:20:30.3697240Z [ 44%] Built target extension_module_static 2025-06-05T23:20:30.3698445Z [ 45%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:20:30.3700106Z [ 45%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:20:30.3701158Z [ 45%] Built target extension_module 2025-06-05T23:20:30.3702756Z [ 45%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:20:30.3704526Z [ 45%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:20:30.3705226Z [ 45%] Built target kernels_util_all_deps 2025-06-05T23:20:30.3706786Z [ 45%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:20:30.3708779Z [ 45%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:20:30.3710575Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:20:30.3712461Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:20:30.3713819Z [ 46%] Linking CXX static library libetdump.a 2025-06-05T23:20:30.3714440Z [ 46%] Built target etdump 2025-06-05T23:20:30.3715524Z [ 46%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:30.3717349Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:20:30.3719238Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:20:30.3721107Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:20:30.3722272Z [ 48%] Linking CXX static library libqnn_context.a 2025-06-05T23:20:30.3722862Z [ 48%] Built target qnn_context 2025-06-05T23:20:30.3723923Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:20:30.3725634Z [ 48%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:20:30.3727335Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:20:30.3729034Z [ 48%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:20:30.3730874Z [ 48%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:20:30.3732509Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:33.2259842Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:20:33.2261615Z [ 50%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:20:33.2263187Z [ 50%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:20:33.2264577Z [ 50%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-06-05T23:20:33.2266303Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:20:33.2268432Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:20:33.2270319Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:20:33.2271665Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:20:33.2273277Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:20:33.2274312Z [ 51%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:20:33.2275181Z [ 51%] Built target quantized_kernels 2025-06-05T23:20:33.2276414Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:20:33.2278434Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:20:33.2280198Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:20:33.2281459Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:20:33.2282381Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:20:33.2283048Z [ 52%] Linking CXX static library libqnn_graph.a 2025-06-05T23:20:33.2283415Z [ 52%] Built target qnn_graph 2025-06-05T23:20:33.2284018Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:20:33.2284713Z [ 53%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:20:33.2285086Z [ 53%] Built target qnn_mem_manager 2025-06-05T23:20:33.2285714Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:20:33.2286593Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:20:33.2287528Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:20:33.2288505Z [ 54%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:20:33.2289248Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:20:33.2290119Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:20:33.2290994Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:20:33.2291856Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:20:33.2292741Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:20:33.2293392Z [ 56%] Generating code for kernel registration 2025-06-05T23:20:33.2294182Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:20:33.2295160Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:20:33.2296100Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:20:33.2297038Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:20:33.2297952Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:20:33.2298651Z [ 57%] Linking CXX static library libqnn_factory.a 2025-06-05T23:20:33.2299711Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:20:33.2300298Z [ 57%] Built target qnn_factory 2025-06-05T23:20:33.2300910Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:20:33.2302039Z [ 58%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:20:33.2303078Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:20:33.2304468Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:20:33.2306008Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:20:33.2307600Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:20:33.2308943Z [ 59%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:20:33.2309762Z [ 59%] Built target qnn_dlc_manager 2025-06-05T23:20:33.2310949Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:20:33.2312602Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:20:33.2313629Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:20:33.2314611Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:20:33.2315551Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:20:33.2316492Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:20:33.2317364Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:20:33.2318289Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:33.2319211Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:20:33.2320211Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:20:33.2321194Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:20:33.2322117Z [ 63%] Linking CXX static library libqnn_manager.a 2025-06-05T23:20:33.2322570Z [ 63%] Built target qnn_manager 2025-06-05T23:20:33.2323242Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:20:33.2324153Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:20:33.2325005Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:20:33.2325899Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:20:33.2326795Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:20:33.2327662Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:20:33.2328497Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:20:33.2329354Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:20:33.2330254Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:20:33.2331153Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:20:33.2332022Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:20:33.2332873Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:20:33.2333744Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:20:33.2334655Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:20:33.2335539Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:20:33.2336464Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:20:33.2338226Z [ 66%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-06-05T23:20:33.2340118Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:20:33.2341873Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:20:33.2344072Z [ 67%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:20:33.2346125Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:20:36.0851289Z [ 67%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:20:36.0852984Z [ 67%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:20:36.0854086Z [ 67%] Linking CXX shared library libqnn_executorch_backend.so 2025-06-05T23:20:36.0854790Z [ 67%] Built target quantized_ops_lib 2025-06-05T23:20:36.0855875Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:20:36.0857470Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:20:36.0859243Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:20:36.0860923Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:20:36.0861946Z [ 68%] Built target qnn_executorch_backend 2025-06-05T23:20:36.0863073Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:20:36.0864549Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:20:36.0866194Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:20:36.0869056Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:20:36.0870622Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:20:36.0872140Z [ 69%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:36.0873489Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:20:36.0875031Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:20:36.0876624Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:20:36.0878058Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:20:36.0879374Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:20:36.0880563Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:20:36.0881766Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:20:36.0882933Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:20:36.0884179Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:20:36.0885450Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:20:36.0886746Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:20:36.0887990Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:20:36.0889248Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:20:36.0890736Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:20:36.0891926Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:20:36.0893164Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:20:36.0894468Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:20:36.0895767Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:20:36.0896955Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:20:36.0898345Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:20:36.0899864Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:20:36.0901666Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:20:36.0903165Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:20:36.0904322Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:20:36.0905602Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:20:36.0906751Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:20:36.0908001Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:20:36.0909337Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:20:36.0910886Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:20:36.0912529Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:20:36.0914095Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:20:36.0915096Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:20:36.0916018Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:20:36.0916857Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:20:36.0917735Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:20:36.0918624Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:20:36.0919528Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:20:36.0920481Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:20:36.0921415Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:20:36.0922289Z [ 78%] Built target PyQnnWrapperAdaptor 2025-06-05T23:20:36.0923079Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:20:36.0924217Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:20:36.0925339Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:20:36.0926971Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:20:36.0928620Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:20:36.0929558Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:20:36.0930514Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:20:36.0931493Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:20:36.0932463Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:20:36.0933375Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:20:36.0934276Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:20:36.0935169Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:20:36.0936210Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:20:36.0937189Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:20:36.0938175Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:20:36.0939157Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:20:36.0940064Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:20:36.0940933Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:20:36.0941800Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:20:36.0942669Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:20:36.0943582Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:20:36.0944496Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:20:36.0945482Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:20:40.5732520Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:20:40.5733807Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:20:40.5734813Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:20:40.5735699Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:20:40.5736579Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:20:40.5737423Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:20:40.5738310Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:20:40.5739246Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:20:40.5740153Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:20:40.5741055Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:20:40.5742277Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:20:40.5743221Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:20:40.5744125Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:20:40.5745021Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:20:40.5745889Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:20:40.5746728Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:20:40.5747591Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:20:40.5748565Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:20:40.5749411Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:20:40.5750689Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:20:40.5751747Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:20:40.5752669Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:20:40.5753276Z [ 89%] Built target PyQnnManagerAdaptor 2025-06-05T23:20:40.5753898Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:20:40.5754764Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:20:40.5755667Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:20:40.5756603Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:20:40.5757560Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:20:40.5758539Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:20:40.5759551Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:20:40.5760466Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:20:40.5761394Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:20:40.5762352Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:20:40.5763234Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:20:40.5764109Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:20:40.5765116Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:20:40.5766301Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:20:40.5767780Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:20:40.5769232Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:20:40.5770596Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:20:40.5772199Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:20:40.5773512Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:20:40.5774712Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:20:40.5775850Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:20:40.5777163Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:20:40.5778463Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:20:40.5779519Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:20:40.5780886Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:20:40.5782282Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:20:40.5783865Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:20:40.5784887Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:20:40.5785963Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:20:40.5787114Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:20:40.5788310Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:20:40.5789499Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:20:40.5790317Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:20:40.5790776Z [ 97%] Built target portable_kernels 2025-06-05T23:20:40.5791420Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:20:40.5792047Z [ 97%] Generating code for kernel registration 2025-06-05T23:20:40.5793178Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:20:40.5794280Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:20:40.5794789Z [ 98%] Built target portable_ops_lib 2025-06-05T23:20:40.5795592Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:20:40.5796816Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:20:40.5797996Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:40.5799187Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:20:40.5800285Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:20:40.5801352Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:20:40.5802198Z [100%] Linking CXX executable executor_runner 2025-06-05T23:20:40.5802615Z [100%] Built target executor_runner 2025-06-05T23:20:40.5802948Z Install the project... 2025-06-05T23:20:40.5803288Z -- Install configuration: "Release" 2025-06-05T23:20:40.5803792Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-06-05T23:20:40.5804361Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-06-05T23:20:40.5804946Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-06-05T23:20:40.5805584Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-06-05T23:20:40.5806056Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-06-05T23:20:40.5806667Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-06-05T23:20:40.5807362Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-06-05T23:20:40.5808067Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-06-05T23:20:40.5808658Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-06-05T23:20:40.5809202Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-06-05T23:20:40.5809780Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-06-05T23:20:40.5853625Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-06-05T23:20:40.5854713Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-06-05T23:20:40.5855938Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:20:40.5856698Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-06-05T23:20:40.5857598Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-06-05T23:20:40.5858386Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-06-05T23:20:40.5859208Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-06-05T23:20:40.5859911Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-06-05T23:20:40.5860627Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-06-05T23:20:40.5861535Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:20:40.5862376Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:20:40.5863332Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:20:40.5864147Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-06-05T23:20:40.5864930Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:20:40.5865781Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:20:40.5866954Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:20:40.5868092Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:20:40.5869085Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:20:40.5869922Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:20:40.5870855Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:20:40.5871833Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:20:40.5872939Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:20:40.5874021Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:20:40.5874981Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:20:40.5876057Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:20:40.5876914Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:20:40.5877805Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/function_ref.h 2025-06-05T23:20:40.5878620Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:20:40.5879566Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:20:40.5880490Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:20:40.5881408Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-06-05T23:20:40.5882187Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:20:40.5883188Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:20:40.5884218Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:20:40.5885166Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:20:40.5886008Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:20:40.5886874Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:20:40.5887763Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:20:40.5888709Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:20:40.5889599Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:20:40.5890505Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:20:40.5891531Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:20:40.5892504Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:20:40.5893442Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:20:40.5894444Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:20:40.5895400Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:20:40.5896382Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:20:40.5897319Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:20:40.5898266Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:20:40.5899253Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:20:40.5900267Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:20:40.5901252Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:20:40.5902120Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:20:40.5902922Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:20:40.5903769Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:20:40.5904598Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:20:40.5905440Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:20:40.5906266Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:20:40.5907078Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:20:40.5908002Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:20:40.5908816Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:20:40.5909643Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:20:40.5910522Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:20:40.5911332Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-06-05T23:20:40.5912129Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-06-05T23:20:40.5912777Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-06-05T23:20:40.5913423Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-06-05T23:20:40.5914105Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:20:40.5914863Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:20:40.5915589Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-06-05T23:20:40.5916195Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-06-05T23:20:40.5916886Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:20:40.5917681Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:20:40.5918496Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:20:40.5919217Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-06-05T23:20:40.5920010Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:20:40.5920824Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:20:40.5921563Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-06-05T23:20:40.5922219Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-06-05T23:20:40.5922922Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-06-05T23:20:40.5923604Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-06-05T23:20:41.3628494Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:20:41.3629392Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-06-05T23:20:41.3630099Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-06-05T23:20:41.3630851Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-06-05T23:20:41.3631685Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-06-05T23:20:41.3632410Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-06-05T23:20:41.3633367Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-06-05T23:20:41.3634187Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-06-05T23:20:41.3634879Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-06-05T23:20:41.3635597Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:20:41.3636381Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:20:41.3637147Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-06-05T23:20:41.3637817Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-06-05T23:20:41.3638721Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:20:41.3639753Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:20:41.3640522Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-06-05T23:20:41.3641340Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:20:41.3642083Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-06-05T23:20:41.3642810Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-06-05T23:20:41.3643695Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:20:41.3644450Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:20:41.3654996Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:20:41.3656042Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-06-05T23:20:41.3656740Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-06-05T23:20:41.3657502Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:20:41.3658275Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-06-05T23:20:41.3659097Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:20:41.3660013Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:20:41.3660689Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-06-05T23:20:41.3661207Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-06-05T23:20:41.3661814Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:20:41.3662478Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-06-05T23:20:41.3663059Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-06-05T23:20:41.3663694Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-06-05T23:20:41.3664243Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-06-05T23:20:41.3664822Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-06-05T23:20:41.3665385Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-06-05T23:20:41.3665947Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-06-05T23:20:41.3666514Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-06-05T23:20:41.3667279Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-06-05T23:20:41.3667943Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-06-05T23:20:41.3668631Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-06-05T23:20:41.3669333Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:20:41.3670122Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:20:41.3671538Z + rm -f /pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:41.3673645Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:20:41.3675717Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:20:41.3677559Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:20:41.3678983Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-06-05T23:20:41.3679731Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-06-05T23:20:41.3680498Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-06-05T23:20:41.3681300Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:20:41.3681851Z + EXAMPLE_ROOT=examples/qualcomm 2025-06-05T23:20:41.3682496Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-06-05T23:20:41.3683216Z + echo 'Update tokenizers submodule...' 2025-06-05T23:20:41.3683583Z Update tokenizers submodule... 2025-06-05T23:20:41.3683921Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-06-05T23:20:41.3684510Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-06-05T23:20:41.3684996Z + git submodule update --init 2025-06-05T23:20:41.3685256Z + popd 2025-06-05T23:20:41.3685475Z /pytorch/executorch/build-x86 2025-06-05T23:20:41.3686791Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-06-05T23:20:41.3688183Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:41.3688566Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:41.3689030Z -- Detecting C compiler ABI info 2025-06-05T23:20:41.3689441Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:41.3689820Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:41.3690205Z -- Detecting C compile features 2025-06-05T23:20:41.3690500Z -- Detecting C compile features - done 2025-06-05T23:20:41.3690826Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:41.3691144Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:41.3691579Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:41.3692026Z -- Detecting CXX compile features 2025-06-05T23:20:41.3692371Z -- Detecting CXX compile features - done 2025-06-05T23:20:41.3693193Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-06-05T23:20:41.3693698Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-05T23:20:41.3694269Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-05T23:20:41.3694795Z cmake_policy command to set the policy and suppress this warning. 2025-06-05T23:20:41.3695204Z 2025-06-05T23:20:41.3695322Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-05T23:20:41.3695541Z 2025-06-05T23:20:41.3695726Z /pytorch/executorch/examples/qualcomm/../.. 2025-06-05T23:20:41.3695958Z 2025-06-05T23:20:41.3696094Z Environment variable EXECUTORCH_ROOT is set to: 2025-06-05T23:20:41.3696351Z 2025-06-05T23:20:41.3696447Z /pytorch/executorch 2025-06-05T23:20:41.3696601Z 2025-06-05T23:20:41.3696826Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-05T23:20:41.3697379Z .cmake module might still use it. 2025-06-05T23:20:41.3697787Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-05T23:20:41.3698228Z  2025-06-05T23:20:41.3698500Z coreml_util library is not found. 2025-06-05T23:20:41.3698967Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3699444Z coreml_inmemoryfs library is not found. 2025-06-05T23:20:41.3699916Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3700394Z coremldelegate library is not found. 2025-06-05T23:20:41.3700865Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3701327Z mpsdelegate library is not found. 2025-06-05T23:20:41.3701885Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3702338Z neuron_backend library is not found. 2025-06-05T23:20:41.3702817Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3703265Z custom_ops library is not found. 2025-06-05T23:20:41.3703730Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3704207Z extension_runner_util library is not found. 2025-06-05T23:20:41.3704708Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3705190Z extension_training library is not found. 2025-06-05T23:20:41.3705666Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3706142Z xnnpack_backend library is not found. 2025-06-05T23:20:41.3706613Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3707084Z XNNPACK library is not found. 2025-06-05T23:20:41.3707540Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:41.3708107Z microkernels-prod library is not found. 2025-06-05T23:20:43.0990413Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.0991315Z kleidiai library is not found. 2025-06-05T23:20:43.0992188Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.0992948Z vulkan_backend library is not found. 2025-06-05T23:20:43.0993854Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.0994695Z optimized_kernels library is not found. 2025-06-05T23:20:43.0995585Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.0996300Z optimized_portable_kernels library is not found. 2025-06-05T23:20:43.0997122Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.0997936Z cpublas library is not found. 2025-06-05T23:20:43.0998734Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.0999517Z eigen_blas library is not found. 2025-06-05T23:20:43.1000301Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.1001171Z optimized_ops_lib library is not found. 2025-06-05T23:20:43.1002029Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.1002894Z optimized_native_cpu_ops_lib library is not found. 2025-06-05T23:20:43.1003847Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.1004730Z quantized_ops_aot_lib library is not found. 2025-06-05T23:20:43.1005827Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:20:43.1007253Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-06-05T23:20:43.1008414Z -- Generating operator lib: 2025-06-05T23:20:43.1008937Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:20:43.1009465Z -- OPS_SCHEMA_YAML: 2025-06-05T23:20:43.1009908Z -- ROOT_OPS: 2025-06-05T23:20:43.1010320Z -- INCLUDE_ALL_OPS: ON 2025-06-05T23:20:43.1012353Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-06-05T23:20:43.1014132Z -- Generating kernel bindings: 2025-06-05T23:20:43.1014573Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:20:43.1015477Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-06-05T23:20:43.1016423Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:43.1016854Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:43.1017306Z -- Generating operator lib: 2025-06-05T23:20:43.1017780Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:20:43.1018288Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:43.1018989Z -- DEPS: executorch 2025-06-05T23:20:43.1019413Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-06-05T23:20:43.1020049Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-06-05T23:20:43.1020763Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-06-05T23:20:43.1021417Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-06-05T23:20:43.1022095Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:20:43.1022679Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:20:43.1023281Z -- Found Threads: TRUE 2025-06-05T23:20:43.1024713Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-06-05T23:20:43.1027159Z 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. 2025-06-05T23:20:43.1028854Z 2025-06-05T23:20:43.1029043Z  2025-06-05T23:20:43.1029404Z -- Configuring done (1.3s) 2025-06-05T23:20:43.1029902Z -- Generating done (0.3s) 2025-06-05T23:20:43.1030690Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-06-05T23:20:43.1031589Z + cmake --build examples/qualcomm -j7 2025-06-05T23:20:43.1032558Z [ 0%] Generating selected_operators.yaml for full_portable_ops_lib 2025-06-05T23:20:43.1033997Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-06-05T23:20:43.1035633Z [ 2%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-06-05T23:20:43.1037420Z [ 3%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-06-05T23:20:43.1039066Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-06-05T23:20:43.1040879Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-06-05T23:20:43.1042480Z [ 4%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-06-05T23:20:43.1043652Z [ 4%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-06-05T23:20:43.1044637Z [ 4%] Linking CXX static library libabsl_spinlock_wait.a 2025-06-05T23:20:43.1045362Z [ 4%] Built target utf8_for_code_point 2025-06-05T23:20:43.1046774Z [ 4%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-06-05T23:20:43.1048025Z [ 4%] Built target spinlock_wait 2025-06-05T23:20:43.1048916Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-06-05T23:20:43.1050469Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-06-05T23:20:43.1052365Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-06-05T23:20:43.1053529Z [ 4%] Built target strerror 2025-06-05T23:20:43.1054311Z [ 4%] Linking CXX static library libabsl_log_severity.a 2025-06-05T23:20:43.1055668Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-06-05T23:20:43.1056704Z [ 4%] Built target log_severity 2025-06-05T23:20:43.1057425Z [ 4%] Generating code for kernel registration 2025-06-05T23:20:43.1058994Z [ 4%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-06-05T23:20:43.1060505Z [ 4%] Linking CXX static library libabsl_int128.a 2025-06-05T23:20:43.1061157Z [ 4%] Built target int128 2025-06-05T23:20:43.1061901Z [ 5%] Linking CXX static library libabsl_leak_check.a 2025-06-05T23:20:43.1063446Z [ 5%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-06-05T23:20:43.1064646Z [ 5%] Built target leak_check 2025-06-05T23:20:43.1065415Z [ 5%] Linking CXX static library libabsl_civil_time.a 2025-06-05T23:20:43.1066521Z [ 5%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-06-05T23:20:43.1068660Z [ 5%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-06-05T23:20:43.1070640Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-06-05T23:20:43.1071726Z [ 6%] Built target civil_time 2025-06-05T23:20:43.1072295Z [ 6%] Built target flags_commandlineflag_internal 2025-06-05T23:20:43.1073679Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-06-05T23:20:43.1075764Z [ 6%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-06-05T23:20:43.1077372Z [ 7%] Linking CXX static library libabsl_exponential_biased.a 2025-06-05T23:20:43.1078161Z [ 7%] Built target exponential_biased 2025-06-05T23:20:43.1079499Z [ 7%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-06-05T23:20:43.1081424Z [ 8%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-06-05T23:20:43.1082238Z [ 8%] Built target log_internal_nullguard 2025-06-05T23:20:43.1083575Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-06-05T23:20:43.1085130Z [ 9%] Linking CXX static library libabsl_random_internal_platform.a 2025-06-05T23:20:43.1085980Z [ 9%] Built target random_internal_platform 2025-06-05T23:20:43.1087340Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-06-05T23:20:43.1089268Z [ 9%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-06-05T23:20:43.1090129Z [ 9%] Built target random_seed_gen_exception 2025-06-05T23:20:43.1091535Z [ 10%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-06-05T23:20:43.1096411Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-06-05T23:20:43.1098428Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-06-05T23:20:43.1100610Z [ 10%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-06-05T23:20:43.1103665Z [ 10%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-06-05T23:20:43.1105990Z [ 10%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-06-05T23:20:43.1107692Z [ 10%] Linking CXX static library libabsl_raw_logging_internal.a 2025-06-05T23:20:43.1108639Z [ 10%] Built target raw_logging_internal 2025-06-05T23:20:43.1110113Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-06-05T23:20:43.1111995Z [ 12%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-06-05T23:20:43.1113308Z [ 13%] Linking CXX static library libabsl_time_zone.a 2025-06-05T23:20:43.1114012Z [ 13%] Built target time_zone 2025-06-05T23:20:43.1114860Z [ 13%] Linking CXX static library libabsl_periodic_sampler.a 2025-06-05T23:20:43.1116387Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-06-05T23:20:43.1117712Z [ 14%] Built target periodic_sampler 2025-06-05T23:20:43.1118711Z [ 15%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-06-05T23:20:43.1120122Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-06-05T23:20:43.1121172Z [ 15%] Built target decode_rust_punycode 2025-06-05T23:20:44.4686165Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-06-05T23:20:44.4688010Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-06-05T23:20:44.4689405Z [ 15%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-06-05T23:20:44.4690274Z [ 15%] Built target random_internal_randen_slow 2025-06-05T23:20:44.4691749Z [ 15%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-06-05T23:20:44.4693301Z [ 15%] Linking CXX static library libabsl_throw_delegate.a 2025-06-05T23:20:44.4694452Z [ 15%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-06-05T23:20:44.4695325Z [ 15%] Built target random_internal_randen_hwaes_impl 2025-06-05T23:20:44.4696215Z [ 15%] Linking CXX static library libabsl_scoped_set_env.a 2025-06-05T23:20:44.4697040Z [ 15%] Built target throw_delegate 2025-06-05T23:20:44.4698210Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-06-05T23:20:44.4699989Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-06-05T23:20:44.4701112Z [ 16%] Built target scoped_set_env 2025-06-05T23:20:44.4702247Z [ 17%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-06-05T23:20:44.4704059Z [ 17%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-06-05T23:20:44.4706057Z [ 18%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-06-05T23:20:44.4708042Z [ 18%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-06-05T23:20:44.4709887Z [ 18%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-06-05T23:20:44.4711157Z [ 18%] Linking CXX static library libabsl_base.a 2025-06-05T23:20:44.4712543Z [ 19%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-06-05T23:20:44.4714151Z [ 19%] Linking CXX static library libabsl_demangle_rust.a 2025-06-05T23:20:44.4714813Z [ 19%] Built target base 2025-06-05T23:20:44.4716278Z [ 20%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-06-05T23:20:44.4717495Z [ 20%] Built target demangle_rust 2025-06-05T23:20:44.4718676Z [ 20%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-06-05T23:20:44.4720053Z [ 20%] Linking CXX static library libabsl_debugging_internal.a 2025-06-05T23:20:44.4720742Z [ 20%] Built target debugging_internal 2025-06-05T23:20:44.4721584Z [ 20%] Linking CXX static library libabsl_bad_variant_access.a 2025-06-05T23:20:44.4723053Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-06-05T23:20:44.4724255Z [ 20%] Built target bad_variant_access 2025-06-05T23:20:44.4725152Z [ 21%] Linking CXX static library libabsl_bad_optional_access.a 2025-06-05T23:20:44.4726363Z [ 21%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-06-05T23:20:44.4727902Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-06-05T23:20:44.4729226Z [ 21%] Built target bad_optional_access 2025-06-05T23:20:44.4729838Z [ 21%] Built target random_internal_randen_hwaes 2025-06-05T23:20:44.4731062Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-06-05T23:20:44.4732838Z [ 21%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-06-05T23:20:44.4734344Z [ 21%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-06-05T23:20:44.4735075Z [ 21%] Built target bad_any_cast_impl 2025-06-05T23:20:44.4735943Z [ 21%] Linking CXX static library libabsl_cordz_functions.a 2025-06-05T23:20:44.4737532Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-06-05T23:20:44.4738758Z [ 21%] Built target cordz_functions 2025-06-05T23:20:44.4739628Z [ 21%] Linking CXX static library libabsl_tracing_internal.a 2025-06-05T23:20:44.4741046Z [ 21%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-06-05T23:20:44.4742131Z [ 21%] Built target tracing_internal 2025-06-05T23:20:44.4743385Z [ 21%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-06-05T23:20:44.4744760Z [ 22%] Linking CXX static library libabsl_stacktrace.a 2025-06-05T23:20:44.4746058Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-06-05T23:20:44.4747057Z [ 22%] Built target stacktrace 2025-06-05T23:20:44.4748128Z [ 22%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-06-05T23:20:44.4749367Z [ 22%] Linking CXX static library libabsl_demangle_internal.a 2025-06-05T23:20:44.4750344Z [ 23%] Linking CXX static library libabsl_malloc_internal.a 2025-06-05T23:20:44.4751054Z [ 23%] Built target demangle_internal 2025-06-05T23:20:44.4752300Z [ 24%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-06-05T23:20:44.4753423Z [ 24%] Built target malloc_internal 2025-06-05T23:20:44.4754710Z [ 25%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-06-05T23:20:44.4756100Z [ 25%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-06-05T23:20:44.4756839Z [ 25%] Built target crc_cpu_detect 2025-06-05T23:20:44.4758112Z [ 25%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-06-05T23:20:44.4760088Z [ 25%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-06-05T23:20:44.4761548Z [ 25%] Linking CXX static library libabsl_string_view.a 2025-06-05T23:20:44.4762211Z [ 25%] Built target string_view 2025-06-05T23:20:44.4763225Z [ 25%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-06-05T23:20:44.4764337Z [ 26%] Linking CXX static library libabsl_city.a 2025-06-05T23:20:44.4764968Z [ 26%] Built target city 2025-06-05T23:20:44.4766252Z [ 26%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-06-05T23:20:44.4770052Z [ 26%] Linking CXX static library libabsl_log_internal_conditions.a 2025-06-05T23:20:44.4770844Z [ 26%] Built target log_internal_conditions 2025-06-05T23:20:44.4771605Z [ 27%] Linking CXX static library libabsl_poison.a 2025-06-05T23:20:44.4772797Z [ 28%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-06-05T23:20:44.4774070Z [ 28%] Linking CXX static library libabsl_strings_internal.a 2025-06-05T23:20:44.4774738Z [ 28%] Built target poison 2025-06-05T23:20:44.4776143Z [ 28%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-06-05T23:20:44.4777192Z [ 28%] Built target strings_internal 2025-06-05T23:20:44.4778061Z [ 28%] Linking CXX static library libabsl_random_internal_randen.a 2025-06-05T23:20:44.4779158Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-06-05T23:20:44.4780000Z [ 29%] Built target random_internal_randen 2025-06-05T23:20:44.4780631Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-06-05T23:20:44.4781291Z [ 29%] Linking CXX static library libabsl_low_level_hash.a 2025-06-05T23:20:44.4781703Z [ 29%] Built target low_level_hash 2025-06-05T23:20:44.4782274Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-06-05T23:20:44.4782977Z [ 29%] Linking CXX static library libabsl_graphcycles_internal.a 2025-06-05T23:20:44.4783407Z [ 29%] Built target graphcycles_internal 2025-06-05T23:20:44.4784093Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-06-05T23:20:44.4785043Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-06-05T23:20:44.4785758Z [ 30%] Linking CXX static library libabsl_crc_internal.a 2025-06-05T23:20:44.4786149Z [ 30%] Built target crc_internal 2025-06-05T23:20:44.4786860Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-06-05T23:20:44.4787835Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-06-05T23:20:44.4788860Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-06-05T23:20:44.4789699Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-06-05T23:20:44.4790482Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-06-05T23:20:44.4791255Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-06-05T23:20:44.4792066Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-06-05T23:20:44.4792875Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-06-05T23:20:44.4793690Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-06-05T23:20:44.4794344Z [ 33%] Linking CXX static library libabsl_strings.a 2025-06-05T23:20:44.4794820Z [ 33%] Built target strings 2025-06-05T23:20:44.4795469Z [ 33%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-06-05T23:20:44.4796685Z [ 34%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-06-05T23:20:44.4797694Z [ 34%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-06-05T23:20:45.5627696Z [ 35%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-06-05T23:20:45.5629387Z [ 35%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-06-05T23:20:45.5630617Z [ 35%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-06-05T23:20:45.5631725Z [ 35%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:20:45.5632888Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-06-05T23:20:45.5633850Z [ 35%] Linking CXX static library libabsl_log_internal_proto.a 2025-06-05T23:20:45.5635079Z [ 36%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-06-05T23:20:45.5635810Z [ 36%] Built target log_internal_proto 2025-06-05T23:20:45.5636300Z [ 37%] Linking CXX static library libabsl_symbolize.a 2025-06-05T23:20:45.5636686Z [ 37%] Built target flags_commandlineflag 2025-06-05T23:20:45.5637375Z [ 37%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-06-05T23:20:45.5638999Z [ 37%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-06-05T23:20:45.5640560Z [ 38%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-06-05T23:20:45.5641414Z [ 38%] Built target symbolize 2025-06-05T23:20:45.5642417Z [ 38%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-06-05T23:20:45.5643497Z [ 38%] Linking CXX static library libabsl_hash.a 2025-06-05T23:20:45.5644134Z [ 38%] Built target hash 2025-06-05T23:20:45.5645198Z [ 38%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-06-05T23:20:45.5646084Z [ 39%] Linking CXX static library libfull_portable_ops_lib.a 2025-06-05T23:20:45.5646513Z [ 39%] Built target full_portable_ops_lib 2025-06-05T23:20:45.5647064Z [ 39%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-06-05T23:20:45.5647724Z [ 40%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-06-05T23:20:45.5648157Z [ 40%] Built target log_internal_fnmatch 2025-06-05T23:20:45.5648683Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-06-05T23:20:45.5649575Z [ 41%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-06-05T23:20:45.5650650Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-06-05T23:20:45.5651799Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-06-05T23:20:45.5652928Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-06-05T23:20:45.5653991Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-06-05T23:20:45.5654846Z [ 43%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-06-05T23:20:45.5655394Z [ 43%] Built target random_internal_seed_material 2025-06-05T23:20:45.5656307Z [ 44%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-06-05T23:20:45.5658029Z [ 44%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-06-05T23:20:45.5659637Z [ 45%] Linking CXX static library libabsl_random_distributions.a 2025-06-05T23:20:45.5660379Z [ 45%] Built target random_distributions 2025-06-05T23:20:45.5661129Z [ 45%] Linking CXX static library libabsl_time.a 2025-06-05T23:20:45.5662530Z [ 45%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-06-05T23:20:45.5663690Z [ 45%] Built target time 2025-06-05T23:20:45.5664885Z [ 45%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-06-05T23:20:45.5667539Z [ 46%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-06-05T23:20:45.5670070Z [ 46%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:20:45.5672066Z [ 46%] Linking CXX static library libabsl_str_format_internal.a 2025-06-05T23:20:45.5673086Z [ 46%] Linking CXX static library libabsl_examine_stack.a 2025-06-05T23:20:45.5673732Z [ 46%] Built target str_format_internal 2025-06-05T23:20:45.5675207Z [ 46%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:45.5676476Z [ 46%] Built target examine_stack 2025-06-05T23:20:45.5677876Z [ 47%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-06-05T23:20:45.5679503Z [ 47%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-06-05T23:20:45.5680347Z [ 47%] Built target flags_private_handle_accessor 2025-06-05T23:20:45.5681838Z [ 48%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-06-05T23:20:45.5683949Z [ 48%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:20:45.5685546Z [ 49%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-06-05T23:20:45.5686441Z [ 49%] Linking CXX static library libcustom_ops.a 2025-06-05T23:20:45.5687076Z [ 49%] Built target random_internal_pool_urbg 2025-06-05T23:20:45.5687635Z [ 49%] Built target custom_ops 2025-06-05T23:20:45.5688434Z [ 49%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-06-05T23:20:45.5689824Z [ 49%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-06-05T23:20:45.5690840Z [ 50%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-06-05T23:20:45.5691823Z [ 50%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-06-05T23:20:45.5693094Z [ 50%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:20:45.5694078Z [ 50%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-06-05T23:20:45.5694532Z [ 50%] Built target kernel_timeout_internal 2025-06-05T23:20:45.5695310Z [ 50%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-06-05T23:20:45.5696304Z [ 51%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-06-05T23:20:45.5697616Z [ 52%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-06-05T23:20:45.5699231Z [ 52%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-06-05T23:20:45.5700030Z [ 52%] Linking CXX static library libabsl_failure_signal_handler.a 2025-06-05T23:20:45.5700506Z [ 52%] Built target failure_signal_handler 2025-06-05T23:20:45.5701263Z [ 53%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-06-05T23:20:45.5702163Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:20:45.5703055Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:20:45.5704497Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:20:45.5705729Z const NamedDataMap* named_data_map = nullptr) 2025-06-05T23:20:45.5706042Z ^ 2025-06-05T23:20:45.5706845Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:20:45.5707691Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:20:45.5708099Z ^ 2025-06-05T23:20:45.5708698Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:20:45.5709525Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:20:45.5709996Z ^ 2025-06-05T23:20:45.5710423Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:20:45.5711244Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:20:45.5712575Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:68:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:20:45.5713734Z const NamedDataMap* get_named_data_map() const { 2025-06-05T23:20:45.5714067Z ^ 2025-06-05T23:20:45.5714743Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:20:45.5715534Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:20:45.5715809Z ^ 2025-06-05T23:20:45.5716416Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:20:45.5717224Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:20:45.5717637Z ^ 2025-06-05T23:20:47.0835267Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:20:47.0836174Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:20:47.0838331Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:76:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:20:47.0839871Z const NamedDataMap* named_data_map_ = nullptr; 2025-06-05T23:20:47.0840235Z ^ 2025-06-05T23:20:47.0840916Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:20:47.0841867Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:20:47.0842550Z ^ 2025-06-05T23:20:47.0843592Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:20:47.0845365Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:20:47.0846218Z ^ 2025-06-05T23:20:47.0846575Z 3 warnings generated. 2025-06-05T23:20:47.0847467Z [ 54%] Linking CXX executable qnn_executor_runner 2025-06-05T23:20:47.0848357Z [ 54%] Linking CXX static library libabsl_crc32c.a 2025-06-05T23:20:47.0849381Z [ 54%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-06-05T23:20:47.0850320Z [ 54%] Linking CXX static library libabsl_flags_marshalling.a 2025-06-05T23:20:47.0850731Z [ 54%] Built target crc32c 2025-06-05T23:20:47.0850990Z [ 54%] Built target flags_marshalling 2025-06-05T23:20:47.0851672Z [ 54%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-06-05T23:20:47.0852686Z [ 54%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-06-05T23:20:47.0853464Z [ 54%] Linking CXX static library libabsl_log_entry.a 2025-06-05T23:20:47.0854021Z [ 54%] Linking CXX static library libabsl_log_internal_globals.a 2025-06-05T23:20:47.0854592Z [ 54%] Built target log_entry 2025-06-05T23:20:47.0854879Z [ 54%] Built target log_internal_globals 2025-06-05T23:20:47.0855551Z [ 55%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-06-05T23:20:47.0856403Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-06-05T23:20:47.0857061Z [ 55%] Linking CXX static library libabsl_random_seed_sequences.a 2025-06-05T23:20:47.0857497Z [ 55%] Built target random_seed_sequences 2025-06-05T23:20:47.0858330Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-06-05T23:20:47.0859594Z [ 56%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-06-05T23:20:47.0860799Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-06-05T23:20:47.0861912Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-06-05T23:20:47.0862709Z [ 56%] Linking CXX static library libabsl_log_sink.a 2025-06-05T23:20:47.0863080Z [ 56%] Built target log_sink 2025-06-05T23:20:47.0863811Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-06-05T23:20:47.0864635Z [ 56%] Linking CXX static library libabsl_crc_cord_state.a 2025-06-05T23:20:47.0865026Z [ 56%] Built target crc_cord_state 2025-06-05T23:20:47.0865702Z [ 56%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-06-05T23:20:47.0866299Z [ 56%] Built target qnn_executor_runner 2025-06-05T23:20:47.0867827Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-06-05T23:20:47.0868870Z [ 58%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-06-05T23:20:47.0869810Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-06-05T23:20:47.0870535Z [ 58%] Built target random_internal_distribution_test_util 2025-06-05T23:20:47.0871280Z [ 59%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-06-05T23:20:47.0872274Z [ 59%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-06-05T23:20:47.0873409Z [ 59%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-06-05T23:20:47.0874544Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-06-05T23:20:47.0875703Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-06-05T23:20:47.0876537Z [ 60%] Linking CXX static library libabsl_log_internal_format.a 2025-06-05T23:20:47.0876957Z [ 60%] Built target log_internal_format 2025-06-05T23:20:47.0877672Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-06-05T23:20:47.0878647Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-06-05T23:20:47.0879660Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-06-05T23:20:47.0880773Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-06-05T23:20:47.0881791Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-06-05T23:20:47.0883361Z [ 61%] Linking CXX static library libabsl_synchronization.a 2025-06-05T23:20:47.0883917Z [ 61%] Built target synchronization 2025-06-05T23:20:47.0884403Z [ 61%] Linking CXX static library libabsl_cord_internal.a 2025-06-05T23:20:47.0885398Z [ 62%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-06-05T23:20:47.0886628Z [ 62%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-06-05T23:20:47.0887680Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-06-05T23:20:47.0888752Z [ 63%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-06-05T23:20:47.0889813Z [ 63%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-06-05T23:20:47.0890414Z [ 63%] Built target cord_internal 2025-06-05T23:20:47.0890872Z [ 64%] Linking CXX static library libabsl_cordz_handle.a 2025-06-05T23:20:47.0891867Z [ 64%] Linking CXX static library libabsl_flags_program_name.a 2025-06-05T23:20:47.0892595Z [ 64%] Built target cordz_handle 2025-06-05T23:20:47.0893058Z [ 64%] Built target flags_program_name 2025-06-05T23:20:47.0894197Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-06-05T23:20:47.0895822Z [ 65%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-06-05T23:20:47.0897183Z [ 65%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-06-05T23:20:47.0897962Z [ 65%] Built target hashtablez_sampler 2025-06-05T23:20:47.0898869Z [ 66%] Linking CXX static library libabsl_vlog_config_internal.a 2025-06-05T23:20:47.0899629Z [ 66%] Built target vlog_config_internal 2025-06-05T23:20:47.0900714Z [ 66%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-06-05T23:20:47.0901860Z [ 66%] Linking CXX static library libabsl_flags_config.a 2025-06-05T23:20:47.0902557Z [ 66%] Built target flags_config 2025-06-05T23:20:47.0903290Z [ 66%] Linking CXX static library libabsl_cordz_info.a 2025-06-05T23:20:47.0904569Z [ 66%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-06-05T23:20:47.0905547Z [ 66%] Built target cordz_info 2025-06-05T23:20:47.0906452Z [ 66%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-06-05T23:20:47.0907995Z [ 67%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-06-05T23:20:47.0909805Z [ 67%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-06-05T23:20:47.0911470Z [ 67%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-06-05T23:20:47.0912652Z [ 67%] Linking CXX static library libabsl_log_globals.a 2025-06-05T23:20:47.0913325Z [ 67%] Built target log_globals 2025-06-05T23:20:47.0914618Z [ 67%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-06-05T23:20:47.0916232Z [ 68%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-06-05T23:20:47.0917423Z [ 68%] Linking CXX static library libabsl_flags_internal.a 2025-06-05T23:20:47.0918100Z [ 68%] Built target flags_internal 2025-06-05T23:20:47.0918882Z [ 69%] Linking CXX static library libabsl_cordz_sample_token.a 2025-06-05T23:20:47.0919742Z [ 69%] Linking CXX static library libabsl_cord.a 2025-06-05T23:20:47.0920157Z [ 69%] Built target cordz_sample_token 2025-06-05T23:20:47.0920746Z [ 69%] Built target cord 2025-06-05T23:20:47.0921509Z [ 69%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-06-05T23:20:47.0922444Z [ 69%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-06-05T23:20:47.0923411Z [ 69%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-06-05T23:20:49.3499885Z [ 69%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-06-05T23:20:49.3501279Z [ 69%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-06-05T23:20:49.3502465Z [ 69%] Linking CXX static library libabsl_log_initialize.a 2025-06-05T23:20:49.3503253Z [ 69%] Built target log_internal_log_sink_set 2025-06-05T23:20:49.3504653Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-06-05T23:20:49.3505849Z [ 70%] Built target log_initialize 2025-06-05T23:20:49.3506665Z [ 70%] Linking CXX static library libabsl_raw_hash_set.a 2025-06-05T23:20:49.3507647Z [ 71%] Linking CXX static library libabsl_status.a 2025-06-05T23:20:49.3508423Z [ 71%] Built target raw_hash_set 2025-06-05T23:20:49.3509637Z [ 71%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-06-05T23:20:49.3510717Z [ 71%] Built target status 2025-06-05T23:20:49.3511775Z [ 71%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-06-05T23:20:49.3513138Z [ 71%] Linking CXX static library libabsl_log_internal_message.a 2025-06-05T23:20:49.3513953Z [ 71%] Built target log_internal_message 2025-06-05T23:20:49.3515304Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-06-05T23:20:49.3517049Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-06-05T23:20:49.3518240Z [ 71%] Linking CXX static library libabsl_statusor.a 2025-06-05T23:20:49.3519161Z [ 71%] Linking CXX static library libabsl_die_if_null.a 2025-06-05T23:20:49.3520210Z [ 71%] Linking CXX static library libabsl_flags_reflection.a 2025-06-05T23:20:49.3521333Z [ 72%] Linking CXX static library libabsl_log_internal_check_op.a 2025-06-05T23:20:49.3522110Z [ 72%] Built target die_if_null 2025-06-05T23:20:49.3522619Z [ 72%] Built target statusor 2025-06-05T23:20:49.3523114Z [ 72%] Built target flags_reflection 2025-06-05T23:20:49.3523687Z [ 72%] Built target log_internal_check_op 2025-06-05T23:20:49.3525260Z [ 72%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-06-05T23:20:49.3526993Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-06-05T23:20:49.3528311Z [ 72%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-06-05T23:20:49.3529472Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-06-05T23:20:49.3530604Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-06-05T23:20:49.3531702Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-06-05T23:20:49.3532851Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-06-05T23:20:49.3534023Z [ 74%] Linking CXX static library libabsl_flags_usage_internal.a 2025-06-05T23:20:49.3534844Z [ 74%] Built target flags_usage_internal 2025-06-05T23:20:49.3535808Z [ 75%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-06-05T23:20:49.3536885Z [ 76%] Linking CXX static library libabsl_log_flags.a 2025-06-05T23:20:49.3538152Z [ 77%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-06-05T23:20:49.3539642Z [ 77%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-06-05T23:20:49.3540412Z [ 77%] Built target log_flags 2025-06-05T23:20:49.3541259Z [ 77%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-06-05T23:20:49.3542399Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-06-05T23:20:49.3543576Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-06-05T23:20:49.3544761Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-06-05T23:20:49.3546001Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-06-05T23:20:49.3547174Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-06-05T23:20:49.3548357Z [ 79%] Linking CXX static library libabsl_flags_usage.a 2025-06-05T23:20:49.3549102Z [ 79%] Built target flags_usage 2025-06-05T23:20:49.3549927Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-06-05T23:20:49.3551187Z [ 79%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-06-05T23:20:49.3552485Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-06-05T23:20:49.3553571Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-06-05T23:20:49.3554692Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-06-05T23:20:49.3555855Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-06-05T23:20:49.3557111Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-06-05T23:20:49.3558397Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-06-05T23:20:49.3559552Z [ 82%] Linking CXX static library libabsl_flags_parse.a 2025-06-05T23:20:49.3560625Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-06-05T23:20:49.3561420Z [ 82%] Built target flags_parse 2025-06-05T23:20:49.3562304Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-06-05T23:20:49.3563291Z [ 83%] Linking CXX static library libre2.a 2025-06-05T23:20:49.3563929Z [ 83%] Built target re2 2025-06-05T23:20:49.3565508Z [ 83%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-06-05T23:20:49.3568064Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-06-05T23:20:49.3570158Z [ 83%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:49.3572254Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-06-05T23:20:49.3574068Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:49.3575891Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:49.3577971Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-06-05T23:20:49.3579982Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:49.3581469Z [ 84%] Linking CXX executable qaihub_stable_diffusion_runner 2025-06-05T23:20:49.3583048Z [ 85%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:20:49.3585463Z [ 85%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:49.3587833Z [ 86%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/decoder_runner.cpp.o 2025-06-05T23:20:49.3590013Z [ 86%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/prompt_processor.cpp.o 2025-06-05T23:20:49.3591924Z [ 86%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/token_generator.cpp.o 2025-06-05T23:20:49.3593167Z [ 86%] Built target qaihub_stable_diffusion_runner 2025-06-05T23:20:49.3594454Z [ 86%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/rpc_mem.cpp.o 2025-06-05T23:20:49.3596733Z [ 86%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:49.3599031Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:20:49.3601486Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:49.3604311Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:49.3606469Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/kv_manager.cpp.o 2025-06-05T23:20:49.3608923Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:49.3611841Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:49.3614371Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:49.3616796Z [ 90%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:49.3619348Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:49.3621918Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:49.3624633Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:49.3627492Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:49.3630653Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:50.5906634Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:50.5908213Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:50.5909592Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:50.5910978Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:50.5912490Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:50.5914118Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:50.5915658Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:50.5917152Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:50.5918533Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:50.5919917Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:50.5921293Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:50.5922653Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:50.5924018Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:50.5925363Z [ 95%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:50.5926650Z [ 95%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:50.5927942Z [ 96%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:50.5929293Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:50.5930707Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:50.5932319Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:50.5933914Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:50.5935378Z [ 97%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:50.5936937Z [ 97%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:50.5938581Z [ 97%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:50.5940250Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:50.5941976Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:50.5943715Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:50.5944779Z [ 98%] Linking CXX executable qaihub_llama2_7b_runner 2025-06-05T23:20:50.5945369Z [ 99%] Linking CXX executable qnn_llama_runner 2025-06-05T23:20:50.5945865Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-06-05T23:20:50.5946251Z [100%] Built target qaihub_llama2_7b_runner 2025-06-05T23:20:50.5946583Z [100%] Built target qaihub_llama3_8b_runner 2025-06-05T23:20:50.5946945Z [100%] Built target qnn_llama_runner 2025-06-05T23:20:50.5947316Z ++ set_up_aot 2025-06-05T23:20:50.5947531Z ++ cd /pytorch/executorch 2025-06-05T23:20:50.5947798Z ++ '[' '!' -d cmake-out ']' 2025-06-05T23:20:50.5948119Z ++ pushd cmake-out 2025-06-05T23:20:50.5948409Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:20:50.5949876Z ++ cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DANDROID_NATIVE_API_LEVEL=30 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 2025-06-05T23:20:50.5951298Z -- --- Configured Options --- 2025-06-05T23:20:50.5951496Z 2025-06-05T23:20:50.5951617Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:50.5951961Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:50.5952333Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:20:50.5952697Z -- PYTHON_EXECUTABLE : python3 2025-06-05T23:20:50.5953046Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:50.5953406Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:50.5953741Z -- BUCK2 x (unset) 2025-06-05T23:20:50.5954087Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:20:50.5954432Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:20:50.5954794Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:50.5955155Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:50.5955699Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:50.5956245Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:50.5956598Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:20:50.5956962Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:20:50.5957306Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:50.5957668Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:50.5958017Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:20:50.5958375Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:20:50.5958737Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:20:50.5959149Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-06-05T23:20:50.5959508Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:20:50.5959895Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:50.5960251Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:20:50.5960602Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:20:50.5960962Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:20:50.5961307Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:50.5961668Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:50.5962020Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:50.5962352Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:50.5962701Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:50.5963040Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:20:50.5963385Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:20:50.5963726Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:50.5964088Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:20:50.5964434Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:20:50.5964781Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:50.5965195Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:50.5965532Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:50.5965883Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:50.5966219Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:20:50.5966743Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:50.5967096Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:50.5967443Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:50.5967774Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:50.5968129Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:50.5968479Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:50.5968824Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:50.5969185Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:50.5969523Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:50.5969883Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:20:50.5970229Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:50.5970588Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:50.5970940Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:50.5971270Z -- -------------------------- 2025-06-05T23:20:50.5971688Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:50.5972510Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:50.5973157Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:50.5973559Z CMake. 2025-06-05T23:20:50.5973689Z 2025-06-05T23:20:50.5973906Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:53.2464725Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:53.2465576Z to work with policies introduced by or earlier. 2025-06-05T23:20:53.2465893Z 2025-06-05T23:20:53.2466168Z  2025-06-05T23:20:53.2466444Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:53.2467096Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:53.2467482Z -- Setting Clang compiler options 2025-06-05T23:20:53.2468238Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:53.2469334Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:53.2470055Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:53.2470679Z CMake. 2025-06-05T23:20:53.2470794Z 2025-06-05T23:20:53.2471071Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:53.2471619Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:53.2472090Z to work with policies introduced by or earlier. 2025-06-05T23:20:53.2472353Z 2025-06-05T23:20:53.2472457Z  2025-06-05T23:20:53.2473057Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:53.2473764Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:53.2474173Z CMake. 2025-06-05T23:20:53.2474282Z 2025-06-05T23:20:53.2474498Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:53.2475045Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:53.2475506Z to work with policies introduced by or earlier. 2025-06-05T23:20:53.2475771Z 2025-06-05T23:20:53.2475866Z  2025-06-05T23:20:53.2476496Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:53.2477287Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:53.2477750Z CMake. 2025-06-05T23:20:53.2477858Z 2025-06-05T23:20:53.2478072Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:53.2478621Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:53.2479084Z to work with policies introduced by or earlier. 2025-06-05T23:20:53.2479343Z 2025-06-05T23:20:53.2479439Z  2025-06-05T23:20:53.2479646Z -- Resolved buck2 as buck2. 2025-06-05T23:20:53.2479898Z -- Killing buck2 daemon 2025-06-05T23:20:53.2480138Z 'buck2 killall' 2025-06-05T23:20:53.2480371Z -- executorch: Generating source lists 2025-06-05T23:20:53.2480863Z -- executorch: Using source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:53.2481509Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:53.2481990Z -- Generating operator lib: 2025-06-05T23:20:53.2482253Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:53.2482659Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:53.2483076Z -- ROOT_OPS: 2025-06-05T23:20:53.2483310Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:53.2484568Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:20:53.2485701Z -- Generating kernel bindings: 2025-06-05T23:20:53.2485990Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:53.2486378Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:53.2486809Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:53.2487058Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:53.2488762Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:20:53.2490240Z -- Generating operator lib: 2025-06-05T23:20:53.2490506Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:53.2490800Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:53.2491084Z -- DEPS: executorch_core 2025-06-05T23:20:53.2491666Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:20:53.2492320Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:53.2492725Z CMake. 2025-06-05T23:20:53.2492834Z 2025-06-05T23:20:53.2493068Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:53.2493658Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:53.2494174Z to work with policies introduced by or earlier. 2025-06-05T23:20:53.2494423Z 2025-06-05T23:20:53.2494523Z  2025-06-05T23:20:53.2494756Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:20:53.2495116Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:20:53.2495764Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:20:53.2496424Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:53.2496821Z CMake. 2025-06-05T23:20:53.2496943Z 2025-06-05T23:20:53.2497160Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:53.2497693Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:53.2498168Z to work with policies introduced by or earlier. 2025-06-05T23:20:53.2498418Z 2025-06-05T23:20:53.2498526Z  2025-06-05T23:20:53.2498710Z -- pybind11 v2.13.6 2025-06-05T23:20:53.2498958Z -- Configuring done (0.3s) 2025-06-05T23:20:53.2499216Z -- Generating done (0.1s) 2025-06-05T23:20:53.2499643Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:20:53.2500017Z +++ nproc 2025-06-05T23:20:53.2500479Z ++ cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-06-05T23:20:53.2501051Z [ 8%] Built target flatbuffers_external_project 2025-06-05T23:20:53.2501384Z [ 13%] Built target common_schema 2025-06-05T23:20:53.2501676Z [ 13%] Built target qnn_schema 2025-06-05T23:20:53.2501942Z [ 13%] Built target program_schema 2025-06-05T23:20:53.2502250Z [ 13%] Built target qnn_executorch_logging 2025-06-05T23:20:53.2502566Z [ 13%] Built target qnn_implementation 2025-06-05T23:20:53.2502887Z [ 13%] Built target qnn_sys_implementation 2025-06-05T23:20:53.2503181Z [ 17%] Built target utils 2025-06-05T23:20:53.2503445Z [ 21%] Built target qnn_profiler 2025-06-05T23:20:53.2503713Z [ 21%] Built target shared_buffer 2025-06-05T23:20:53.2503996Z [ 26%] Built target wrappers 2025-06-05T23:20:53.2504254Z [ 30%] Built target qnn_logger 2025-06-05T23:20:53.2504536Z [ 34%] Built target qnn_backend_cache 2025-06-05T23:20:53.2504840Z [ 60%] Built target executorch_core 2025-06-05T23:20:53.2505125Z [ 65%] Built target qnn_backend 2025-06-05T23:20:53.2505404Z [ 65%] Built target qnn_custom_protocol 2025-06-05T23:20:53.2505695Z [ 73%] Built target qnn_device 2025-06-05T23:20:53.2505974Z [ 78%] Built target extension_tensor 2025-06-05T23:20:53.2506256Z [ 82%] Built target executorch 2025-06-05T23:20:53.2506533Z [ 86%] Built target qnn_context 2025-06-05T23:20:53.2506799Z [ 86%] Built target qnn_mem_manager 2025-06-05T23:20:53.2507089Z [ 91%] Built target qnn_graph 2025-06-05T23:20:53.2507348Z [ 95%] Built target qnn_factory 2025-06-05T23:20:53.2507623Z [ 95%] Built target qnn_dlc_manager 2025-06-05T23:20:53.2508004Z [100%] Built target qnn_manager 2025-06-05T23:20:53.2508288Z [100%] Built target PyQnnManagerAdaptor 2025-06-05T23:20:53.2508636Z [ 50%] Built target flatbuffers_external_project 2025-06-05T23:20:53.2508956Z [ 50%] Built target qnn_schema 2025-06-05T23:20:53.2509252Z [ 50%] Built target qnn_executorch_logging 2025-06-05T23:20:53.2509553Z [ 75%] Built target wrappers 2025-06-05T23:20:53.2509836Z [100%] Built target PyQnnWrapperAdaptor 2025-06-05T23:20:53.2510504Z ++ cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:20:53.2511530Z ++ cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:20:53.2512182Z ++ popd 2025-06-05T23:20:53.2512373Z /pytorch/executorch 2025-06-05T23:20:53.2512659Z ++ cp schema/program.fbs exir/_serialize/program.fbs 2025-06-05T23:20:53.2513067Z ++ cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-06-05T23:20:53.2513522Z + echo 'ANDROID_NDK_ROOT: /opt/ndk' 2025-06-05T23:20:53.2513805Z ANDROID_NDK_ROOT: /opt/ndk 2025-06-05T23:20:53.2514166Z + echo 'QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029' 2025-06-05T23:20:53.2514476Z QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029 2025-06-05T23:20:53.2514800Z + echo 'EXECUTORCH_ROOT: /pytorch/executorch' 2025-06-05T23:20:53.2515144Z EXECUTORCH_ROOT: /pytorch/executorch 2025-06-05T23:20:53.2515535Z + export LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang/ 2025-06-05T23:20:53.2516020Z + LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang/ 2025-06-05T23:20:53.2516409Z + export PYTHONPATH=/pytorch/executorch/.. 2025-06-05T23:20:53.2516742Z + PYTHONPATH=/pytorch/executorch/.. 2025-06-05T23:20:53.2517016Z + EXTRA_FLAGS= 2025-06-05T23:20:53.2517229Z + [[ mb == \d\l\3 ]] 2025-06-05T23:20:53.2517443Z + [[ mb == \m\v\3 ]] 2025-06-05T23:20:53.2517663Z + [[ mb == \m\v\2 ]] 2025-06-05T23:20:53.2517871Z + [[ mb == \i\c\4 ]] 2025-06-05T23:20:53.2518093Z + [[ mb == \i\c\3 ]] 2025-06-05T23:20:53.2518323Z + [[ mb == \v\i\t ]] 2025-06-05T23:20:53.2518533Z + [[ mb == \m\b ]] 2025-06-05T23:20:53.2518779Z + EXPORT_SCRIPT=mobilebert_fine_tune 2025-06-05T23:20:53.2519070Z + EXTRA_FLAGS='--num_epochs 1' 2025-06-05T23:20:53.2519351Z + pip install scikit-learn 2025-06-05T23:20:53.2519693Z Collecting scikit-learn 2025-06-05T23:20:53.2520212Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:20:53.2521104Z Requirement already satisfied: numpy>=1.22.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from scikit-learn) (2.2.6) 2025-06-05T23:20:53.2521770Z Collecting scipy>=1.8.0 (from scikit-learn) 2025-06-05T23:20:53.2522325Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-06-05T23:20:53.2522880Z Collecting joblib>=1.2.0 (from scikit-learn) 2025-06-05T23:20:53.2523304Z Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) 2025-06-05T23:20:53.2523748Z Collecting threadpoolctl>=3.1.0 (from scikit-learn) 2025-06-05T23:20:53.2524233Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:20:53.2524890Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB) 2025-06-05T23:20:53.2525771Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.9 MB ? eta -:--:-- 2025-06-05T23:20:53.2526458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 136.3 MB/s eta 0:00:00 2025-06-05T23:20:53.2527020Z [?25hDownloading joblib-1.5.1-py3-none-any.whl (307 kB) 2025-06-05T23:20:53.2527600Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.7 MB) 2025-06-05T23:20:53.2528338Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.7 MB ? eta -:--:-- 2025-06-05T23:20:53.2529017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/37.7 MB 231.4 MB/s eta 0:00:00 2025-06-05T23:20:53.2529656Z [?25hDownloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-06-05T23:20:53.2530223Z Installing collected packages: threadpoolctl, scipy, joblib, scikit-learn 2025-06-05T23:20:53.2530700Z [?25l 2025-06-05T23:21:17.7949679Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7951097Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7966368Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7968271Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7969626Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7970901Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7972252Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7973640Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7974977Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7976293Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7977626Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7978982Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7980309Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7981626Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7982991Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7984353Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7986084Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7987555Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [scipy] 2025-06-05T23:21:17.7989145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.7990565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.7991927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.7993278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.7994889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.7996406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.7997847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.7999230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.8000620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.8002026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [scikit-learn] 2025-06-05T23:21:17.8003300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/4 [scikit-learn] 2025-06-05T23:21:17.8004127Z [?25h 2025-06-05T23:21:17.8005279Z Successfully installed joblib-1.5.1 scikit-learn-1.7.0 scipy-1.15.3 threadpoolctl-3.6.0 2025-06-05T23:21:17.8006488Z + QNN_CHIPSET=SM8450 2025-06-05T23:21:17.8007799Z + python -m examples.qualcomm.scripts.mobilebert_fine_tune -b cmake-out -m SM8450 --ci --compile_only --num_epochs 1 2025-06-05T23:21:17.8009225Z QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:21:17.8012874Z /pytorch/executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py:111: FutureWarning: Downcasting behavior in `replace` is deprecated and will be removed in a future version. To retain the old behavior, explicitly call `result.infer_objects(copy=False)`. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` 2025-06-05T23:21:17.8016489Z data["label"] = data.Conference.replace(labels) 2025-06-05T23:21:17.8017038Z 2025-06-05T23:21:17.8017341Z tokenizer_config.json: 0% 0.00/48.0 [00:00 Initializing HtpProvider 2025-06-05T23:38:28.0306487Z 2025-06-05T23:38:28.0306766Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:38:28.0307321Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:38:28.0307874Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:38:28.0308213Z 2025-06-05T23:38:28.0308642Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 36, will overwrite it to 69 2025-06-05T23:38:28.0309222Z 2025-06-05T23:38:28.0309510Z [WARNING] [Qnn ExecuTorch]: QnnDsp Cost Based unsupported on soc SM8450 2025-06-05T23:38:28.0309846Z 2025-06-05T23:38:28.0309997Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:38:28.0310427Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.0310859Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:38:28.0311286Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.0311687Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.0312071Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.0312494Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.0312928Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.0313365Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.0313781Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.0314179Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7806466Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7807436Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7808252Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7809101Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7809851Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:28.7810620Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7811385Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7812162Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7812910Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7813589Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7814295Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7815008Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7815798Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7816928Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7817709Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:28.7818446Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7819143Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7819933Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7820688Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7821407Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7822106Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7822836Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7823607Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7824390Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7825166Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:28.7825921Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7826691Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7827448Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7828289Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7828971Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7829656Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7830377Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7831142Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7831925Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7832844Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:28.7833698Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7834375Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7835101Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7835800Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7836506Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7837207Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7837944Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7838724Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7839473Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7840264Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7841071Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7841880Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:28.7842652Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:28.7843377Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7844090Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:28.7844792Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:28.7845574Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7846393Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7847216Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7848021Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7848824Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7849632Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7850392Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7851202Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7852020Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7852876Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7853902Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7854699Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7855453Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7856143Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7856886Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7857618Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7858307Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7859032Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7859801Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7860557Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7861318Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7862070Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7862842Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7863629Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7864421Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7865173Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7865878Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7866800Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7867523Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7868329Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7869238Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7869992Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7870811Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7871499Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7872197Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7872937Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7873688Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7874469Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7875207Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:28.7875960Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7876715Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7877459Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7878189Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7878885Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7879583Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7880317Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7881099Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7881847Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7882608Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:28.7883340Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7884112Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7884876Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7885595Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7886286Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7886967Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7887710Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7888484Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7889428Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7890167Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:28.7890928Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7891690Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7892434Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7893181Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7893837Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7894536Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7895271Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7896064Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7896849Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7897608Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:28.7898418Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7899233Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7900071Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7900780Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7901458Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:28.7902188Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7902982Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7903809Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:28.7904575Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7905465Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7906330Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7907131Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:28.7908001Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:28.7908736Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:28.7909427Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:28.7910132Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:28.7910907Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7911715Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7912503Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:28.7913292Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7914090Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:28.7914894Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5700539Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5701375Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5702157Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5702958Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:29.5703830Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5704613Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5705366Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5706064Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5706790Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5707531Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5708307Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5709031Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5709788Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5710547Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5711684Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5712462Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5713212Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5713962Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5714794Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5715605Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5716396Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5717074Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5717783Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5718529Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5719309Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5720100Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5720826Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5721519Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5722195Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5722922Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5723685Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5724429Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5725174Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:29.5725927Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5726859Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5727631Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5728440Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5729150Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5729862Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5730621Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5731418Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5732193Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5732945Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:29.5733699Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5734467Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5735241Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5736002Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5736680Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5737384Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5738113Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5738886Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5739639Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5740379Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:29.5741130Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5741918Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5742712Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5743447Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5744065Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5744672Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5745379Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5746156Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5747096Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5747965Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:29.5748689Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5749454Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5750199Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5750940Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5751612Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5752298Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5753017Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5753806Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5754574Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5755335Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5756145Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:29.5756911Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:29.5757684Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:29.5758424Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5759126Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:29.5759885Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:29.5760638Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:29.5761532Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:29.5762413Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:29.5763369Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5764198Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5764993Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5765788Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5766779Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5767557Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5768320Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:29.5769139Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5769903Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5770638Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5771309Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5772032Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5772773Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5773464Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5774210Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5775003Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5775694Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5776480Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5777278Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5778087Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5778874Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5779667Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5780484Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5781248Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5781952Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5782645Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5783590Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5784366Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5785126Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5785847Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5786532Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5787191Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5788007Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5788774Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5789532Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5790294Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:29.5791039Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5791811Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5792577Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5793312Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5794002Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5794665Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5795389Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5796129Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5796893Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5797642Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:29.5798398Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5799272Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5800091Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5800840Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5801522Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:29.5802202Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5802914Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5803669Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5804423Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5805184Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:29.5805949Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5806714Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:29.5807493Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:29.5808236Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:29.5808974Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3415813Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3416649Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3417417Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3418200Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3418961Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:30.3419708Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3420486Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3421240Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3421985Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3422667Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3423366Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3424110Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3424851Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3425990Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3426775Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3427602Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3428427Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:30.3429229Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:30.3429990Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3430723Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:30.3431464Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:30.3432249Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3433116Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3433954Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3434770Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3435559Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3436349Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3437114Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3437855Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3438674Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3439451Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3440260Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3441063Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3441983Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3442676Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3443453Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3444220Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3444921Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3445682Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3446473Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3447216Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3447992Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3448756Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3449528Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3450293Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3451081Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3451875Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3452621Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3453307Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3453992Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3454707Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3455482Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3456252Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3457011Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3457720Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3458346Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3458994Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3459692Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3460459Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3461213Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:30.3462145Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3462907Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3463665Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3464404Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3465088Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3465779Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3466497Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3467474Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3468285Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3469063Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:30.3469812Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3470562Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3471331Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3472023Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3472717Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3473396Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3474145Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3474919Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3475669Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3476476Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:30.3477267Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3478256Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3479093Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3479845Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3480542Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3481244Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3481982Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3482740Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3483515Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3484274Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:30.3485004Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3485767Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3486505Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3487261Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3487960Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3488658Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3489420Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3490126Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3490913Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3491727Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3492571Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3493382Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:30.3494155Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:30.3494880Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3495589Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:30.3496328Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:30.3497117Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3497948Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3498972Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3499781Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3500544Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3501324Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3502091Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3502850Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3503622Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3504421Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:30.3505229Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3506061Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3506864Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3507607Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3508448Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3509195Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3509882Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3510626Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3511389Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3512160Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3512920Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3513687Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3514547Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3515296Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3516114Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3516903Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3517666Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3518356Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3519066Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3519750Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3520436Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:30.3521137Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:30.3521844Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3522551Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:30.3523244Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:30.3523987Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1158256Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1159095Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1159856Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.1160599Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1161379Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1162129Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1162874Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1163550Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1164246Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1164969Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1165742Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1166494Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1167448Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.1168611Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1169409Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1170218Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1170950Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1171691Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1172452Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1173253Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1174092Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1174890Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1175698Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.1176491Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1177311Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1178144Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1178909Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1179633Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1180338Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1181155Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1181965Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1182727Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1183526Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.1184321Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1185315Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1186134Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1186810Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1187455Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1188181Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1188946Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1189644Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1190381Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1191089Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1191893Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1192719Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:31.1193516Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:31.1194303Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1195004Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:31.1195747Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:31.1196567Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1197438Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1198295Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1199147Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1199965Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1200773Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1201573Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1202344Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1203147Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1203922Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1204752Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1205668Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1206462Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1207106Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1207741Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1208414Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1209049Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1209783Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1210544Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1211306Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1212086Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1212823Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1213600Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1214363Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1215157Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1215933Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1216676Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1217367Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1218045Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1218776Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1219525Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1220288Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1221125Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1221818Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1222563Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1223329Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1224080Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1224854Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1225659Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.1226451Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1227272Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1228114Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1228866Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1229577Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1230269Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1231015Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1231775Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1232548Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1233289Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.1234033Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1234803Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1235538Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1236280Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1236967Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1237669Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1238407Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1239159Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1239895Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1240677Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.1241634Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1242418Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1243179Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1243911Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1244612Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1245291Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1246031Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1246814Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1247561Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1248323Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.1249062Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1249825Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1250590Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1251311Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1252002Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.1252712Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1253470Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1254235Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1254922Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1255616Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1256397Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1257310Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:31.1258129Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:31.1258879Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.1259558Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:31.1260280Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:31.1261062Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1261902Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1262724Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.1263537Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1264310Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1265128Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.1265891Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.1266880Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9095311Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9096166Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.9097010Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9097787Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9098542Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9099228Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9099973Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9100697Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9101401Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9102116Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9102892Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9103653Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9104388Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9105521Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9106285Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9107063Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9107900Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9108767Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9109540Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9110252Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9110976Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9111705Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9112491Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9113269Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9114009Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9114718Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9115394Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9116129Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9116883Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9117647Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9118397Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.9119126Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9119900Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9120664Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9121575Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9122272Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9123004Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9123752Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9124540Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9125330Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9126100Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.9126858Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9127622Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9128397Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9129137Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9129836Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9130540Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9131265Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9132054Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9132814Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9133564Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.9134304Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9135053Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9135836Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9136584Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9137297Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9137979Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9138638Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9139335Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9140068Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9140818Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.9141747Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9142524Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9143263Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9144003Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9144684Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9145375Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9146101Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9146869Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9147632Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9148502Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9149309Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.9150078Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:31.9150839Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:31.9151548Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9152242Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:31.9152957Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:31.9153753Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.9154601Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.9155396Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.9156261Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9157179Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9158011Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9158822Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9159600Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9160394Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9161174Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:31.9161990Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9162761Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9163502Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9164179Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9164914Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9165652Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9166326Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9167278Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9168053Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9168834Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9169611Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9170299Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9171070Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9171875Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9172698Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9173503Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9174248Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9174937Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9175653Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9176386Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9177175Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9178146Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9178879Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9179570Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9180238Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9180972Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9181708Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9182470Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9183220Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.9183986Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9184787Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9185526Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9186317Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9187050Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9187871Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9188614Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9189388Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9190163Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9190914Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.9191672Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9192438Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9193206Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9194050Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9194796Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9195462Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9196206Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9196951Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9197712Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9198482Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:31.9199235Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9199987Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:31.9200664Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:31.9201329Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9201975Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:31.9202668Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:31.9203417Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6729776Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6730643Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6731379Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:32.6732141Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6732971Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6733744Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6734483Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6735183Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6735860Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6736601Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6737373Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6738148Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6738935Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6740182Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6741002Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:32.6741766Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:32.6742510Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6743191Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:32.6743952Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:32.6744795Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6745685Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6746521Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6747348Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6748247Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6749030Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6749821Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6750570Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6751345Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6752139Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6752924Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6753716Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6754420Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6755127Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6756051Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6756806Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6757581Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6758298Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6759098Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6759885Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6760685Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6761453Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6762230Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6763011Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6763812Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6764589Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6765347Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6766039Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6766925Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6767666Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6768421Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6769191Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6769888Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6770591Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6771294Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6772033Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6772829Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6773510Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6774211Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:32.6774893Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6775669Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6776664Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6777413Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6778109Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6778766Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6779496Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6780249Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6781019Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6781762Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:32.6782510Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6783287Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6784037Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6784770Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6785452Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6786135Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6786842Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6787614Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6788474Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6789236Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:32.6790006Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6790734Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6791541Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6792447Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6793250Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6793923Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6794682Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6795464Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6796221Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6796988Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:32.6797725Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6798506Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6799249Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6799991Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6800680Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6801365Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6802102Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6802879Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6803674Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6804470Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6805234Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6806028Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:32.6806832Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:32.6807598Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6808314Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:32.6809043Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:32.6809822Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6810683Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6811525Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6812346Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6813314Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6814091Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6814857Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6815595Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6816367Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6817128Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:32.6817926Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6818709Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6819446Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6820149Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6820874Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6821622Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6822305Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6823034Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6823785Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6824545Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6825320Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6826070Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6826839Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6827595Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6828570Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6829384Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6830128Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6830825Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6831493Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6832220Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6832971Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6833731Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6834472Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6835174Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:32.6835865Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:32.6836617Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:32.6837411Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:32.6838223Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4395102Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:33.4395933Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4396707Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4397460Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4398209Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4398889Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4399582Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4400381Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4401157Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4401907Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4402671Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:33.4403415Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4404184Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4405327Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4406080Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4406785Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4407471Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4408171Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4408974Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4409796Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4410592Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:33.4411364Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4412137Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4412920Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4413671Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4414367Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4415068Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4415788Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4416567Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4417315Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4418066Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:33.4418818Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4419563Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4420348Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4421230Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4422023Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4422656Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4423387Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4424167Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4424972Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4425797Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4426603Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4427411Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:33.4428266Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:33.4429014Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4429708Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:33.4430449Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:33.4431242Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4432067Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4432906Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4433699Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4434473Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4435249Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4436043Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4436832Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4437614Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4438342Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4439076Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4439794Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4440532Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4441382Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4442168Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4442916Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4443601Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4444322Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4445094Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4445849Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4446625Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4447376Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4448145Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4448916Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4449684Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4450474Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4451199Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4451867Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4452542Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4453292Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4454069Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4454825Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4455604Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4456334Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4457157Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4457933Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4458774Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4459550Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4460329Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:33.4461094Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4461862Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4462627Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4463365Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4464057Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4464729Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4465461Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4466217Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4467221Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4468041Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:33.4468800Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4469576Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4470244Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4471001Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4471702Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4472426Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4473192Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4473958Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4474730Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4475498Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:33.4476264Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4477026Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4477993Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4478740Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4479422Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4480114Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4480828Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4481590Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4482338Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4483103Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:33.4483858Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4484656Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4485411Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4486186Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4486939Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:33.4487668Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4488439Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4489209Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4489986Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4490784Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4491594Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4492399Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:33.4493151Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:33.4494010Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:33.4494747Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:33.4495465Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:33.4496233Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4497066Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4497914Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:33.4498725Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4499514Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4500237Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4501043Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4501835Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:33.4502659Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:33.4503479Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:34.2400589Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2401470Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2402199Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2402908Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2403647Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2404445Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2405139Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2405869Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2406645Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2407396Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2408179Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2408924Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2409696Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2410800Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2411586Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2412377Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2413116Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2413774Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2414484Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2415273Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2416096Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2416886Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2417657Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2418339Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2419048Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2419785Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2420567Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2421314Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2422076Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:34.2422822Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2423569Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2424326Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2425040Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2425734Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2426606Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2427431Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2428299Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2428996Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2429752Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:34.2430513Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2431306Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2432082Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2432821Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2433496Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2434188Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2434928Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2435700Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2436467Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2437208Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:34.2437976Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2438725Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2439479Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2440220Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2440876Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2441576Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2442310Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2443101Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2443855Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2444535Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:34.2445208Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2445885Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2446827Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2447560Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2448258Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2448934Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2449656Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2450405Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2451172Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2451968Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2452773Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:34.2453585Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:34.2454339Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:34.2455089Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2455771Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:34.2456484Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:34.2457267Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:34.2458077Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:34.2458914Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:34.2459723Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2460528Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2461273Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2462186Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2462990Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2463877Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2464698Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:34.2465513Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2466307Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2467227Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2467991Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2468717Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2469466Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2470160Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2470870Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2471642Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2472394Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2473139Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2473905Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2474689Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2475468Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2476224Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2476956Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2477716Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2478445Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2479161Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2479919Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2480696Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2481485Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2482232Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2483110Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2483810Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2484524Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2485300Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2486052Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2486797Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:34.2487548Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2488273Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2489035Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2489775Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2490483Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2491167Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2491922Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2492675Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2493441Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2494189Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:34.2494921Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2495695Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2496424Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2497158Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2497833Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2498647Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2499458Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2500223Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2500996Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2501737Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:34.2502480Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2503226Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2503984Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2504694Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2505389Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:34.2506088Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:34.2506817Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:34.2507600Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:34.2508449Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0163288Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.0164153Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0164918Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0165690Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0166425Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0167297Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0167987Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0168708Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0169481Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0170228Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0171022Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0171890Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0172669Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:35.0173814Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:35.0174560Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0175254Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:35.0175943Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:35.0176744Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0177636Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0178524Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0179362Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0180175Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0180961Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0181759Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0182531Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0183318Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0184104Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0184905Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0185685Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0186416Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0187108Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0187918Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0188668Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0189525Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0190259Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0191097Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0191827Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0192610Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0193378Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0194174Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0194925Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0195716Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0196500Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0197261Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0197949Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0198655Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0199394Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0200149Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0200927Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0201645Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0202321Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0202984Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0203722Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0204509Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0205282Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0206069Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.0206735Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0207404Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0208071Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0208729Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0209619Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0210325Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0211068Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0211819Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0212568Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0213308Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.0214069Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0214830Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0215598Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0216350Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0217026Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0217708Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0218425Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0219179Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0219915Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0220659Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.0221394Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0222185Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0222964Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0223720Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0224373Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0225190Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0226022Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0226836Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0227616Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0228490Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.0229240Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0230013Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0230787Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0231520Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0232212Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0232884Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0233619Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0234371Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0235139Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0235904Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0236723Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0237542Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:35.0238314Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:35.0239012Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0239658Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:35.0240408Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:35.0241221Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0242095Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0242945Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0243751Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0244558Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0245332Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0246270Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0247025Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0247797Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0248576Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.0249362Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0250140Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0250839Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0251533Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0252275Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0253030Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0253734Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0254460Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0255284Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0256095Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0256922Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0257674Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0258463Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0259234Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0260030Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0260827Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0261640Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0262384Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0263057Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0263798Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0264547Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0265298Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0266048Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0266926Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.0267635Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.0268427Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0269153Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.0269884Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.0270674Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.0271451Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7902560Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7903436Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7904173Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7904846Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7905529Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7906243Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7907023Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7907850Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7908613Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.7909341Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7910133Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7910891Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7911612Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7912667Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7913340Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7914080Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7914849Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7915624Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7916351Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.7917131Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7917954Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7918762Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7919551Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7920246Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7920949Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7921699Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7922485Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7923266Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7924007Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.7924768Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7925518Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7926279Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7927002Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7927688Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7928534Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7929351Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7930207Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7930964Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7931682Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7932519Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.7933333Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:35.7934128Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:35.7934862Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7935564Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:35.7936278Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:35.7937082Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.7937940Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.7938773Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.7939582Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7940361Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7941140Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7941893Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7942647Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7943414Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7944204Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.7945038Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7945839Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7946584Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7947311Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7948211Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7949192Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7949862Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7950605Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7951376Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7952152Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7952916Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7953684Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7954444Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7955213Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7956005Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7956781Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7957513Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7958211Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7958932Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7959675Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7960477Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7961191Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7961945Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7962675Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7963394Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7964160Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7965016Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7965852Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7966805Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.7967580Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7968355Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7969099Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7969848Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7970520Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7971204Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7971919Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7972674Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7973437Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7974198Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.7974966Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7975740Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7976519Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7977253Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7977952Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7978640Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7979382Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7980158Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7980910Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7981669Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.7982407Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7983179Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7983930Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7984660Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7985592Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7986277Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7987009Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7987861Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7988629Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7989376Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:35.7990129Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7990879Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7991644Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7992378Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7993060Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:35.7993747Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.7994483Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7995253Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.7996014Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7996802Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.7997621Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.7998403Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:35.7999163Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:35.7999878Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:35.8000561Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:35.8001399Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:35.8002277Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.8003126Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.8003966Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.8004783Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.8005587Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.8006426Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.8007249Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.8008011Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.8008724Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:35.8009566Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:35.8010441Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:35.8011266Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6009374Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6010202Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6010942Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6011693Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6012376Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6013116Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6013883Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6014650Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6015408Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6016165Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6016935Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6017685Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6018459Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6019616Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6020367Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6021054Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6021711Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6022454Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6023269Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6024081Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6024855Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6025547Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6026240Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6026994Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6027850Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6028646Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6029403Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:36.6030148Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6030916Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6031663Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6032398Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6033067Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6033753Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6034488Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6035451Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6036306Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6036977Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:36.6037752Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6038533Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6039327Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6040076Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6040771Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6041474Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6042205Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6042988Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6043746Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6044524Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:36.6045267Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6046045Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6046806Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6047540Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6048229Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6048893Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6049633Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6050410Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6051201Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6051952Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:36.6052621Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6053318Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6053992Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6054688Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6055531Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6056222Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6056945Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6057709Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6058451Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6059237Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6060052Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:36.6060836Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:36.6061615Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:36.6062329Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6063024Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:36.6063731Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:36.6064522Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:36.6065353Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:36.6066156Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:36.6067184Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6068027Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6068825Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6069580Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6070321Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6071290Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6072104Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:36.6073024Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6073804Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6074551Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6075244Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6075984Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6076719Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6077411Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6078142Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6078893Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6079647Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6080408Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6081164Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6081924Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6082717Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6083529Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6084323Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6084997Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6085669Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6086398Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6087155Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6087964Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6088726Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6089478Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6090186Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6090864Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6091803Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6092568Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6093338Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6094075Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:36.6094815Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6095578Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6096323Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6097057Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6097744Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6098460Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6099210Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6099958Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6100786Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6101589Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:36.6102392Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6103176Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6103958Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6104695Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6105401Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6106090Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6106844Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6107707Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6108612Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6109358Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:36.6110094Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6110861Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6111582Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6112328Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6113028Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:36.6113726Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:36.6114467Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6115172Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:36.6115977Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:36.6116772Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:36.6117578Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3782696Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3783573Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3784294Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3784986Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3785674Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3786466Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3787228Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3788085Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3788853Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3789659Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3790453Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:37.3791216Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:37.3791942Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3793011Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:37.3793742Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:37.3794526Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3795371Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3796148Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3797005Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3797840Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3798667Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3799476Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3800243Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3801031Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3801831Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3802652Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3803426Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3804170Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3804867Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3805577Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3806309Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3806985Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3807701Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3808640Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3809429Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3810313Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3811013Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3811777Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3812564Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3813399Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3814220Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3814963Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3815650Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3816358Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3817093Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3817879Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3818640Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3819376Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3820067Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3820751Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3821478Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3822232Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3822973Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3823720Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:37.3824488Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3825262Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3826017Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3826795Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3827531Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3828367Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3829308Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3830078Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3830829Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3831596Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:37.3832336Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3833105Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3833869Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3834594Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3835281Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3835957Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3836691Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3837429Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3838211Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3838978Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:37.3839731Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3840523Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3841220Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3841940Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3842654Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3843382Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3844159Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3845038Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3845860Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3846615Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:37.3847391Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3848149Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3848911Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3849633Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3850324Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3851009Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3851722Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3852494Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3853225Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3854025Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3854846Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3855663Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:37.3856453Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:37.3857187Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3857889Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:37.3858606Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:37.3859402Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3860231Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3861076Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3861876Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3862666Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3863441Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3864182Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3865120Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3865878Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3867008Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:37.3867876Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3868653Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3869389Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3870066Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3870792Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3871510Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3872212Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3872907Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3873680Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3874451Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3875206Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3875968Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3876731Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3877492Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3878266Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3879042Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3879764Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3880463Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3881286Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3882080Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3882861Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3883624Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3884370Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3885063Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:37.3885759Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:37.3886544Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3887360Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3888176Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3888769Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:37.3889542Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:37.3890363Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:37.3891185Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1576204Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1576994Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1577393Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1577896Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1578350Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1578782Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1579225Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.1579702Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1580135Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1580579Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1581002Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1581409Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1581806Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1582504Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1582951Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1583381Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1583816Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.1584320Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1584797Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1585252Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1585667Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1586071Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1586463Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1586893Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1587329Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1587832Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1588262Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.1588701Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1589149Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1589579Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1590011Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1590400Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1590809Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1591220Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1591740Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1592236Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1592680Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1593156Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1593604Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:38.1594052Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:38.1594466Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1594868Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:38.1595288Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:38.1595755Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1596289Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1596757Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1597221Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1597665Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1598121Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1598552Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1598994Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1599440Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1599881Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1600348Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1600788Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1601218Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1601609Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1602036Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1602467Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1602852Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1603359Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1603790Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1604237Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1604664Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1605101Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1605527Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1605963Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1606409Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1606843Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1607272Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1607662Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1608062Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1608479Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1608923Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1609364Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1609776Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1610176Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1610561Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1610990Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1611424Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1611865Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1612335Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.1612789Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1613233Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1613670Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1614104Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1614492Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1614891Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1615306Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1615750Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1616188Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1616613Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.1617046Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1617476Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1617920Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1618332Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1618736Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1619136Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1619550Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1619995Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1620423Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1620861Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.1621283Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1621728Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1622157Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1622591Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1622994Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1623383Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1623880Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1624309Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1624748Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1625170Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.1625599Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1626042Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1626467Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1626891Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1627277Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.1627675Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1628206Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1628650Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1629081Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1629534Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1630000Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1630448Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:38.1630888Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:38.1631300Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1631708Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:38.1632113Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:38.1632615Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1633095Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1633593Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1634061Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1634501Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1634957Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1635387Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1635826Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1636267Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.1636707Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.1637169Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1637604Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.1638033Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.1638424Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9647320Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9647881Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9648296Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9648792Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9649234Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9649736Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9650222Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9650664Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9651146Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9651589Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9652107Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9652615Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9653049Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9653752Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9654209Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9654623Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9655131Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9655630Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9656048Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9656502Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9656886Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9657364Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9657826Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9658289Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9658765Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.9659201Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9659699Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9660179Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9660612Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9661051Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9661447Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9661911Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9662361Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9662847Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9663396Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.9663900Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9664382Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9664880Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9665295Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9665751Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9666137Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9666814Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9667261Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9667742Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9668284Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.9668717Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9669215Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9669650Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9670140Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9670596Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9670987Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9671468Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9671900Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9672397Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9672851Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.9673299Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9673780Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9674222Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9674709Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9675126Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9675548Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9676150Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9676618Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9677098Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9677607Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9678074Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.9678586Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:38.9679083Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:38.9679500Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9679958Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:38.9680362Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:38.9680918Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.9681448Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.9681919Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.9682443Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9682934Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9683388Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9683892Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9684319Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9684764Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9685265Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:38.9685799Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9686290Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9686719Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9687124Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9687603Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9688035Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9688419Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9688851Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9689278Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9689720Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9690159Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9690588Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9691083Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9691518Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9691964Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9692406Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9692832Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9693220Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9693619Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9694044Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9694477Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9694917Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9695331Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9695731Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9696121Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9696548Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9696990Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9697533Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9698009Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.9698458Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9698902Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9699330Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9699755Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9700142Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9700539Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9700963Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9701398Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9701840Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9702262Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.9702699Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9703126Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9703561Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9703985Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9704369Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9704768Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9705178Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9705617Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9706042Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9706515Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.9706963Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9707402Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9707929Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9708347Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9708747Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:38.9709128Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:38.9709552Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9709981Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9710418Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9710849Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-06-05T23:38:38.9711265Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:38.9711782Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:38.9712214Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7459150Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:45.7459985Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:45.7460398Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:45.7460821Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7461276Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:45.7461707Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7462159Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7462627Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:45.7463073Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:45.7463521Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:38:45.7463932Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:45.7464338Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-06-05T23:38:45.7464739Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:38:45.7465469Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:45.7465936Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:45.7466411Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:45.7467073Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7467513Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7468022Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7468456Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:45.7468898Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7469334Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:45.7469788Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:38:45.7470256Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7470699Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7471124Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:45.7471514Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:45.7471940Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7472355Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:45.7472753Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:45.7473164Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7473607Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:45.7474045Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7474550Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:45.7475108Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7475544Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:45.7476050Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7476492Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7476943Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7477370Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:45.7477757Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:45.7478156Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:45.7478546Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:38:45.7478944Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:38:45.7479331Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:38:45.7479755Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7480199Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-06-05T23:38:45.7480685Z [QNN Partitioner Op Support]: dim_order_ops._to_dim_order_copy.default | True 2025-06-05T23:38:45.7481205Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:38:45.7481626Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:38:45.7482082Z [QNN Partitioner Op Support]: aten.constant_pad_nd.default | True 2025-06-05T23:38:45.7482570Z [QNN Partitioner Op Support]: aten.constant_pad_nd.default | True 2025-06-05T23:38:45.7483068Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:38:45.7483539Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:38:45.7483976Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:38:45.7484450Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:38:45.7484893Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:38:45.7485268Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:38:45.7485597Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:38:45.7485931Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:38:45.7486396Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:38:45.7486806Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:38:45.7487354Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:38:45.7487896Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:38:45.7488379Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:38:45.7488704Z 2025-06-05T23:38:45.7489136Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 36, will overwrite it to 69 2025-06-05T23:38:45.7489684Z 2025-06-05T23:38:45.7489901Z [WARNING] [Qnn ExecuTorch]: QnnDsp Cost Based unsupported on soc SM8450 2025-06-05T23:38:45.7490234Z 2025-06-05T23:38:45.7490392Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:38:45.7490886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Processing Method(0): (1/1) 2025-06-05T23:38:45.7491851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_quantize_per_tensor_default, quantized_decomposed.quantize_per_tensor.default 2025-06-05T23:38:45.7492906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default, aten._to_copy.default 2025-06-05T23:38:45.7493951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_quantize_per_tensor_default_1, quantized_decomposed.quantize_per_tensor.default 2025-06-05T23:38:45.7495238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_quantize_per_tensor_default_2, quantized_decomposed.quantize_per_tensor.default 2025-06-05T23:38:45.7496374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-06-05T23:38:45.7497301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-06-05T23:38:45.7498165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-06-05T23:38:45.7499050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_1, aten.unsqueeze_copy.default 2025-06-05T23:38:45.7499993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_constant_pad_nd_default, aten.constant_pad_nd.default 2025-06-05T23:38:45.7500924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_constant_pad_nd_default_1, aten.constant_pad_nd.default 2025-06-05T23:38:45.7501939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: dim_order_ops__to_dim_order_copy_default, dim_order_ops._to_dim_order_copy.default 2025-06-05T23:38:45.7502865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-06-05T23:38:45.7503594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-06-05T23:38:45.7504394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-06-05T23:38:45.7505167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor, aten.mul.Tensor 2025-06-05T23:38:45.7505936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default, aten.linear.default 2025-06-05T23:38:45.7506763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-06-05T23:38:45.7507562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-06-05T23:38:45.7508385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-06-05T23:38:45.7509141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1, aten.mul.Tensor 2025-06-05T23:38:45.7509883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-06-05T23:38:45.7510728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-06-05T23:38:45.7511617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-06-05T23:38:45.7512463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-06-05T23:38:45.7513302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_3, aten.linear.default 2025-06-05T23:38:45.7514110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_2, aten.linear.default 2025-06-05T23:38:45.7514936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_1, aten.linear.default 2025-06-05T23:38:45.7515781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-06-05T23:38:45.7516627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-06-05T23:38:45.7517498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-06-05T23:38:45.7518340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-06-05T23:38:45.7519143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-06-05T23:38:45.7519893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-06-05T23:38:45.7520709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default, aten.permute_copy.default 2025-06-05T23:38:45.7521533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-06-05T23:38:45.7522305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-06-05T23:38:45.7523140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-06-05T23:38:46.0863566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-06-05T23:38:46.0864486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_5, aten.linear.default 2025-06-05T23:38:46.0865307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_4, aten.linear.default 2025-06-05T23:38:46.0866139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-06-05T23:38:46.0867182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-06-05T23:38:46.0868099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-06-05T23:38:46.0868997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_120, aten.permute_copy.default 2025-06-05T23:38:46.0869896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-06-05T23:38:46.0870768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1, aten.permute_copy.default 2025-06-05T23:38:46.0871658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-06-05T23:38:46.0872427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-06-05T23:38:46.0873160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-06-05T23:38:46.0873950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-06-05T23:38:46.0874776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-06-05T23:38:46.0875631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_4, aten.permute_copy.default 2025-06-05T23:38:46.0876824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-06-05T23:38:46.0877681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-06-05T23:38:46.0878515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_6, aten.linear.default 2025-06-05T23:38:46.0879353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-06-05T23:38:46.0880150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-06-05T23:38:46.0880900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-06-05T23:38:46.0881636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-06-05T23:38:46.0882447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-06-05T23:38:46.0883287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_7, aten.linear.default 2025-06-05T23:38:46.0884112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-06-05T23:38:46.0884929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default, aten.relu.default 2025-06-05T23:38:46.0885734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-06-05T23:38:46.0886576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_8, aten.linear.default 2025-06-05T23:38:46.0887486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-06-05T23:38:46.0888421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-06-05T23:38:46.0889167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-06-05T23:38:46.0889902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-06-05T23:38:46.0890702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-06-05T23:38:46.0891544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_9, aten.linear.default 2025-06-05T23:38:46.0892371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-06-05T23:38:46.0893197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_1, aten.relu.default 2025-06-05T23:38:46.0894012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-06-05T23:38:46.0894855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_10, aten.linear.default 2025-06-05T23:38:46.0895694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-06-05T23:38:46.0896498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-06-05T23:38:46.0897253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-06-05T23:38:46.0897994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-06-05T23:38:46.0898798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-06-05T23:38:46.0899627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_11, aten.linear.default 2025-06-05T23:38:46.0900470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-06-05T23:38:46.0901300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_2, aten.relu.default 2025-06-05T23:38:46.0902169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-06-05T23:38:46.0903011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_12, aten.linear.default 2025-06-05T23:38:46.0903833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-06-05T23:38:46.0904645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-06-05T23:38:46.0905398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-06-05T23:38:46.0906132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-06-05T23:38:46.0906943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-06-05T23:38:46.0907829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_13, aten.linear.default 2025-06-05T23:38:46.0908687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-06-05T23:38:46.0909521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_3, aten.relu.default 2025-06-05T23:38:46.0910329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-06-05T23:38:46.0911175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_14, aten.linear.default 2025-06-05T23:38:46.0912005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-06-05T23:38:46.0912821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-06-05T23:38:46.0913607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-06-05T23:38:46.0914373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-06-05T23:38:46.0915185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-06-05T23:38:46.0916019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_15, aten.linear.default 2025-06-05T23:38:46.0916857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-06-05T23:38:46.0917665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-06-05T23:38:46.0918405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-06-05T23:38:46.0919156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-06-05T23:38:46.0919958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-06-05T23:38:46.0920817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-06-05T23:38:46.0921682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-06-05T23:38:46.0922512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_18, aten.linear.default 2025-06-05T23:38:46.0923328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_17, aten.linear.default 2025-06-05T23:38:46.0924132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_16, aten.linear.default 2025-06-05T23:38:46.0924968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-06-05T23:38:46.0925838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-06-05T23:38:46.0926690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-06-05T23:38:46.0928123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-06-05T23:38:46.0928993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-06-05T23:38:46.4360843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-06-05T23:38:46.4361830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_5, aten.permute_copy.default 2025-06-05T23:38:46.4362660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-06-05T23:38:46.4363421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-06-05T23:38:46.4364258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-06-05T23:38:46.4365116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-06-05T23:38:46.4365965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_20, aten.linear.default 2025-06-05T23:38:46.4366905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_19, aten.linear.default 2025-06-05T23:38:46.4367753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-06-05T23:38:46.4368620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-06-05T23:38:46.4369466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_48, aten.view_copy.default 2025-06-05T23:38:46.4370386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_121, aten.permute_copy.default 2025-06-05T23:38:46.4371551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_47, aten.view_copy.default 2025-06-05T23:38:46.4372429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_6, aten.permute_copy.default 2025-06-05T23:38:46.4373292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-06-05T23:38:46.4374061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-06-05T23:38:46.4374821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-06-05T23:38:46.4375832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-06-05T23:38:46.4376671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-06-05T23:38:46.4377541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_9, aten.permute_copy.default 2025-06-05T23:38:46.4378420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_49, aten.view_copy.default 2025-06-05T23:38:46.4379286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_50, aten.view_copy.default 2025-06-05T23:38:46.4380120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_21, aten.linear.default 2025-06-05T23:38:46.4380952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_51, aten.view_copy.default 2025-06-05T23:38:46.4381758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-06-05T23:38:46.4382505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-06-05T23:38:46.4383261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-06-05T23:38:46.4384073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_52, aten.view_copy.default 2025-06-05T23:38:46.4384905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_22, aten.linear.default 2025-06-05T23:38:46.4385861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-06-05T23:38:46.4386671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_4, aten.relu.default 2025-06-05T23:38:46.4387493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-06-05T23:38:46.4388400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_23, aten.linear.default 2025-06-05T23:38:46.4389227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_55, aten.view_copy.default 2025-06-05T23:38:46.4390032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-06-05T23:38:46.4390783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-06-05T23:38:46.4391541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-06-05T23:38:46.4392560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_56, aten.view_copy.default 2025-06-05T23:38:46.4393476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_24, aten.linear.default 2025-06-05T23:38:46.4394321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_57, aten.view_copy.default 2025-06-05T23:38:46.4395130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_5, aten.relu.default 2025-06-05T23:38:46.4395949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_58, aten.view_copy.default 2025-06-05T23:38:46.4396785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_25, aten.linear.default 2025-06-05T23:38:46.4397692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_59, aten.view_copy.default 2025-06-05T23:38:46.4398511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-06-05T23:38:46.4399260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-06-05T23:38:46.4400015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-06-05T23:38:46.4400819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_60, aten.view_copy.default 2025-06-05T23:38:46.4401645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_26, aten.linear.default 2025-06-05T23:38:46.4402485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-06-05T23:38:46.4403301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_6, aten.relu.default 2025-06-05T23:38:46.4404287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-06-05T23:38:46.4405136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_27, aten.linear.default 2025-06-05T23:38:46.4405967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-06-05T23:38:46.4406776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-06-05T23:38:46.4407516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-06-05T23:38:46.4408269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-06-05T23:38:46.4409252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-06-05T23:38:46.4410085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_28, aten.linear.default 2025-06-05T23:38:46.4410924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_65, aten.view_copy.default 2025-06-05T23:38:46.4411856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_7, aten.relu.default 2025-06-05T23:38:46.4412683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_66, aten.view_copy.default 2025-06-05T23:38:46.4413524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_29, aten.linear.default 2025-06-05T23:38:46.4414353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_67, aten.view_copy.default 2025-06-05T23:38:46.4415161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-06-05T23:38:46.4415906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-06-05T23:38:46.4416661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-06-05T23:38:46.4417476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_68, aten.view_copy.default 2025-06-05T23:38:46.4418308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_30, aten.linear.default 2025-06-05T23:38:46.4419145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_69, aten.view_copy.default 2025-06-05T23:38:46.4419941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-06-05T23:38:46.4420696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-06-05T23:38:46.4421447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-06-05T23:38:46.4422248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_70, aten.view_copy.default 2025-06-05T23:38:46.4423174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-06-05T23:38:46.4424022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-06-05T23:38:46.4424920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_33, aten.linear.default 2025-06-05T23:38:46.4425859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_32, aten.linear.default 2025-06-05T23:38:46.4426666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_31, aten.linear.default 2025-06-05T23:38:46.7638420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-06-05T23:38:46.7639450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-06-05T23:38:46.7640343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-06-05T23:38:46.7641228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-06-05T23:38:46.7642036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-06-05T23:38:46.7642791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-06-05T23:38:46.7643617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_10, aten.permute_copy.default 2025-06-05T23:38:46.7644509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-06-05T23:38:46.7645251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-06-05T23:38:46.7646068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-06-05T23:38:46.7646929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-06-05T23:38:46.7647782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_35, aten.linear.default 2025-06-05T23:38:46.7648905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_34, aten.linear.default 2025-06-05T23:38:46.7649734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-06-05T23:38:46.7650602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-06-05T23:38:46.7651457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-06-05T23:38:46.7652353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_122, aten.permute_copy.default 2025-06-05T23:38:46.7653434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-06-05T23:38:46.7654379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_11, aten.permute_copy.default 2025-06-05T23:38:46.7655251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-06-05T23:38:46.7656035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-06-05T23:38:46.7656777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-06-05T23:38:46.7657583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-06-05T23:38:46.7658399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-06-05T23:38:46.7659265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_14, aten.permute_copy.default 2025-06-05T23:38:46.7660238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_83, aten.view_copy.default 2025-06-05T23:38:46.7661152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_84, aten.view_copy.default 2025-06-05T23:38:46.7661996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_36, aten.linear.default 2025-06-05T23:38:46.7662827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_85, aten.view_copy.default 2025-06-05T23:38:46.7663639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-06-05T23:38:46.7664380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-06-05T23:38:46.7665142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-06-05T23:38:46.7665949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_86, aten.view_copy.default 2025-06-05T23:38:46.7666954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_37, aten.linear.default 2025-06-05T23:38:46.7667850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_87, aten.view_copy.default 2025-06-05T23:38:46.7668668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_8, aten.relu.default 2025-06-05T23:38:46.7669651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_88, aten.view_copy.default 2025-06-05T23:38:46.7670550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_38, aten.linear.default 2025-06-05T23:38:46.7671376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-06-05T23:38:46.7672188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-06-05T23:38:46.7672937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-06-05T23:38:46.7673692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-06-05T23:38:46.7674500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-06-05T23:38:46.7675444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_39, aten.linear.default 2025-06-05T23:38:46.7676290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-06-05T23:38:46.7677101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_9, aten.relu.default 2025-06-05T23:38:46.7677929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-06-05T23:38:46.7678770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_40, aten.linear.default 2025-06-05T23:38:46.7679597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-06-05T23:38:46.7680416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-06-05T23:38:46.7681156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-06-05T23:38:46.7681915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-06-05T23:38:46.7682720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-06-05T23:38:46.7683550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_41, aten.linear.default 2025-06-05T23:38:46.7684391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_95, aten.view_copy.default 2025-06-05T23:38:46.7685204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_10, aten.relu.default 2025-06-05T23:38:46.7686073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_96, aten.view_copy.default 2025-06-05T23:38:46.7686950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_42, aten.linear.default 2025-06-05T23:38:46.7687780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_97, aten.view_copy.default 2025-06-05T23:38:46.7688593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-06-05T23:38:46.7689336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-06-05T23:38:46.7690083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-06-05T23:38:46.7690899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_98, aten.view_copy.default 2025-06-05T23:38:46.7691731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_43, aten.linear.default 2025-06-05T23:38:46.7692572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_99, aten.view_copy.default 2025-06-05T23:38:46.7693387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_11, aten.relu.default 2025-06-05T23:38:46.7694214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_100, aten.view_copy.default 2025-06-05T23:38:46.7695059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_44, aten.linear.default 2025-06-05T23:38:46.7695886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_101, aten.view_copy.default 2025-06-05T23:38:46.7696695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-06-05T23:38:46.7697435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-06-05T23:38:46.7698186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-06-05T23:38:46.7698998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_102, aten.view_copy.default 2025-06-05T23:38:46.7699832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_45, aten.linear.default 2025-06-05T23:38:46.7700728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_103, aten.view_copy.default 2025-06-05T23:38:46.7701529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-06-05T23:38:46.7702279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-06-05T23:38:46.7703024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-06-05T23:38:46.7703819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_104, aten.view_copy.default 2025-06-05T23:38:47.0945005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_105, aten.view_copy.default 2025-06-05T23:38:47.0945957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_106, aten.view_copy.default 2025-06-05T23:38:47.0946802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_48, aten.linear.default 2025-06-05T23:38:47.0947633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_47, aten.linear.default 2025-06-05T23:38:47.0948521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_46, aten.linear.default 2025-06-05T23:38:47.0949353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-06-05T23:38:47.0950227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-06-05T23:38:47.0951081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-06-05T23:38:47.0952164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-06-05T23:38:47.0953070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-06-05T23:38:47.0953823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-06-05T23:38:47.0954667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_15, aten.permute_copy.default 2025-06-05T23:38:47.0955494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-06-05T23:38:47.0956246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-06-05T23:38:47.0957060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-06-05T23:38:47.0957921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-06-05T23:38:47.0958765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_50, aten.linear.default 2025-06-05T23:38:47.0959575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_49, aten.linear.default 2025-06-05T23:38:47.0960426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-06-05T23:38:47.0961299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-06-05T23:38:47.0962160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-06-05T23:38:47.0963051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_123, aten.permute_copy.default 2025-06-05T23:38:47.0963935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-06-05T23:38:47.0964832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_16, aten.permute_copy.default 2025-06-05T23:38:47.0965701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-06-05T23:38:47.0966736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-06-05T23:38:47.0967505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-06-05T23:38:47.0968298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-06-05T23:38:47.0969130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-06-05T23:38:47.0969997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_19, aten.permute_copy.default 2025-06-05T23:38:47.0970875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-06-05T23:38:47.0971743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-06-05T23:38:47.0972578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_51, aten.linear.default 2025-06-05T23:38:47.0973428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-06-05T23:38:47.0974247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-06-05T23:38:47.0974995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-06-05T23:38:47.0975749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-06-05T23:38:47.0976545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-06-05T23:38:47.0977409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_52, aten.linear.default 2025-06-05T23:38:47.0978314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-06-05T23:38:47.0979165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_12, aten.relu.default 2025-06-05T23:38:47.0980005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-06-05T23:38:47.0980853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_53, aten.linear.default 2025-06-05T23:38:47.0981684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-06-05T23:38:47.0982498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-06-05T23:38:47.0983242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-06-05T23:38:47.0983999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-06-05T23:38:47.0984821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-06-05T23:38:47.0985653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_54, aten.linear.default 2025-06-05T23:38:47.0986501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-06-05T23:38:47.0987320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_13, aten.relu.default 2025-06-05T23:38:47.0988214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-06-05T23:38:47.0989064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_55, aten.linear.default 2025-06-05T23:38:47.0989903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-06-05T23:38:47.0990727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-06-05T23:38:47.0991475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-06-05T23:38:47.0992273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-06-05T23:38:47.0993126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-06-05T23:38:47.0993962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_56, aten.linear.default 2025-06-05T23:38:47.0994806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-06-05T23:38:47.0995624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_14, aten.relu.default 2025-06-05T23:38:47.0996455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-06-05T23:38:47.0997310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_57, aten.linear.default 2025-06-05T23:38:47.0998140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-06-05T23:38:47.0998956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-06-05T23:38:47.0999699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-06-05T23:38:47.1000449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-06-05T23:38:47.1001249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-06-05T23:38:47.1002089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_58, aten.linear.default 2025-06-05T23:38:47.1002934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-06-05T23:38:47.1003779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_15, aten.relu.default 2025-06-05T23:38:47.1004633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-06-05T23:38:47.1005464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_59, aten.linear.default 2025-06-05T23:38:47.1006307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-06-05T23:38:47.1007120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-06-05T23:38:47.1007862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-06-05T23:38:47.1008614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-06-05T23:38:47.1009408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-06-05T23:38:47.4239076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_60, aten.linear.default 2025-06-05T23:38:47.4240011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-06-05T23:38:47.4240831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-06-05T23:38:47.4241591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-06-05T23:38:47.4242339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-06-05T23:38:47.4243136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-06-05T23:38:47.4244003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-06-05T23:38:47.4244865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-06-05T23:38:47.4245710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_63, aten.linear.default 2025-06-05T23:38:47.4246727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_62, aten.linear.default 2025-06-05T23:38:47.4247586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_61, aten.linear.default 2025-06-05T23:38:47.4248429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-06-05T23:38:47.4249281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-06-05T23:38:47.4250150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-06-05T23:38:47.4251010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-06-05T23:38:47.4251810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-06-05T23:38:47.4252597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-06-05T23:38:47.4253437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_20, aten.permute_copy.default 2025-06-05T23:38:47.4254264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-06-05T23:38:47.4255015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-06-05T23:38:47.4255816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-06-05T23:38:47.4256688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-06-05T23:38:47.4257530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_65, aten.linear.default 2025-06-05T23:38:47.4258446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_64, aten.linear.default 2025-06-05T23:38:47.4259290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-06-05T23:38:47.4260148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-06-05T23:38:47.4261017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-06-05T23:38:47.4261912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_124, aten.permute_copy.default 2025-06-05T23:38:47.4262790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-06-05T23:38:47.4263679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_21, aten.permute_copy.default 2025-06-05T23:38:47.4264528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-06-05T23:38:47.4265317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-06-05T23:38:47.4266070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-06-05T23:38:47.4267069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-06-05T23:38:47.4267975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-06-05T23:38:47.4268846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_24, aten.permute_copy.default 2025-06-05T23:38:47.4269729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-06-05T23:38:47.4270607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-06-05T23:38:47.4271461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_66, aten.linear.default 2025-06-05T23:38:47.4272294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-06-05T23:38:47.4273207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-06-05T23:38:47.4273959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-06-05T23:38:47.4274716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-06-05T23:38:47.4275531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-06-05T23:38:47.4276360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_67, aten.linear.default 2025-06-05T23:38:47.4277205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_155, aten.view_copy.default 2025-06-05T23:38:47.4278034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_16, aten.relu.default 2025-06-05T23:38:47.4278870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_156, aten.view_copy.default 2025-06-05T23:38:47.4279719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_68, aten.linear.default 2025-06-05T23:38:47.4280551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_157, aten.view_copy.default 2025-06-05T23:38:47.4281364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-06-05T23:38:47.4282103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-06-05T23:38:47.4282856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-06-05T23:38:47.4283698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_158, aten.view_copy.default 2025-06-05T23:38:47.4284568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_69, aten.linear.default 2025-06-05T23:38:47.4285411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_159, aten.view_copy.default 2025-06-05T23:38:47.4286234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_17, aten.relu.default 2025-06-05T23:38:47.4287060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_160, aten.view_copy.default 2025-06-05T23:38:47.4287898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_70, aten.linear.default 2025-06-05T23:38:47.4288728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-06-05T23:38:47.4289538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-06-05T23:38:47.4290282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-06-05T23:38:47.4291035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-06-05T23:38:47.4291846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-06-05T23:38:47.4292679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_71, aten.linear.default 2025-06-05T23:38:47.4293524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-06-05T23:38:47.4294343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_18, aten.relu.default 2025-06-05T23:38:47.4295175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-06-05T23:38:47.4296020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_72, aten.linear.default 2025-06-05T23:38:47.4296854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-06-05T23:38:47.4297670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-06-05T23:38:47.4298466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-06-05T23:38:47.4299225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-06-05T23:38:47.4300033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-06-05T23:38:47.4300860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_73, aten.linear.default 2025-06-05T23:38:47.4301697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-06-05T23:38:47.4302514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_19, aten.relu.default 2025-06-05T23:38:47.4303342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-06-05T23:38:47.7637266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_74, aten.linear.default 2025-06-05T23:38:47.7638155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-06-05T23:38:47.7638984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-06-05T23:38:47.7639735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-06-05T23:38:47.7640522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-06-05T23:38:47.7641333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-06-05T23:38:47.7642417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_75, aten.linear.default 2025-06-05T23:38:47.7643310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-06-05T23:38:47.7644134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-06-05T23:38:47.7644878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-06-05T23:38:47.7645632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-06-05T23:38:47.7646447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-06-05T23:38:47.7647308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_173, aten.view_copy.default 2025-06-05T23:38:47.7648174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_174, aten.view_copy.default 2025-06-05T23:38:47.7649011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_78, aten.linear.default 2025-06-05T23:38:47.7649831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_77, aten.linear.default 2025-06-05T23:38:47.7650653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_76, aten.linear.default 2025-06-05T23:38:47.7651485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_177, aten.view_copy.default 2025-06-05T23:38:47.7652353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_176, aten.view_copy.default 2025-06-05T23:38:47.7653213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_175, aten.view_copy.default 2025-06-05T23:38:47.7654078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_178, aten.view_copy.default 2025-06-05T23:38:47.7654888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-06-05T23:38:47.7655637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-06-05T23:38:47.7656473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_25, aten.permute_copy.default 2025-06-05T23:38:47.7657397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-06-05T23:38:47.7658150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-06-05T23:38:47.7658951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_179, aten.view_copy.default 2025-06-05T23:38:47.7659816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_180, aten.view_copy.default 2025-06-05T23:38:47.7660659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_80, aten.linear.default 2025-06-05T23:38:47.7661460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_79, aten.linear.default 2025-06-05T23:38:47.7662312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-06-05T23:38:47.7663168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-06-05T23:38:47.7664036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-06-05T23:38:47.7664931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_125, aten.permute_copy.default 2025-06-05T23:38:47.7665816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-06-05T23:38:47.7666942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_26, aten.permute_copy.default 2025-06-05T23:38:47.7667864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-06-05T23:38:47.7668730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-06-05T23:38:47.7669525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-06-05T23:38:47.7670323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-06-05T23:38:47.7671161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-06-05T23:38:47.7672027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_29, aten.permute_copy.default 2025-06-05T23:38:47.7672910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-06-05T23:38:47.7673782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-06-05T23:38:47.7674613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_81, aten.linear.default 2025-06-05T23:38:47.7675455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-06-05T23:38:47.7676273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-06-05T23:38:47.7677018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-06-05T23:38:47.7677771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-06-05T23:38:47.7678577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-06-05T23:38:47.7679424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_82, aten.linear.default 2025-06-05T23:38:47.7688653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-06-05T23:38:47.7689744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_20, aten.relu.default 2025-06-05T23:38:47.7690569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-06-05T23:38:47.7691572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_83, aten.linear.default 2025-06-05T23:38:47.7692408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_191, aten.view_copy.default 2025-06-05T23:38:47.7693228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-06-05T23:38:47.7693974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-06-05T23:38:47.7694743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-06-05T23:38:47.7695547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_192, aten.view_copy.default 2025-06-05T23:38:47.7696411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_84, aten.linear.default 2025-06-05T23:38:47.7697249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_193, aten.view_copy.default 2025-06-05T23:38:47.7698086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_21, aten.relu.default 2025-06-05T23:38:47.7698917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_194, aten.view_copy.default 2025-06-05T23:38:47.7699753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_85, aten.linear.default 2025-06-05T23:38:47.7700895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_195, aten.view_copy.default 2025-06-05T23:38:47.7701762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-06-05T23:38:47.7702527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-06-05T23:38:47.7703340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-06-05T23:38:47.7704184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_196, aten.view_copy.default 2025-06-05T23:38:47.7705042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_86, aten.linear.default 2025-06-05T23:38:47.7705875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-06-05T23:38:47.7706710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_22, aten.relu.default 2025-06-05T23:38:47.7707531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-06-05T23:38:47.7708463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_87, aten.linear.default 2025-06-05T23:38:47.7709308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-06-05T23:38:47.7710114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-06-05T23:38:47.7710878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-06-05T23:38:48.0972298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-06-05T23:38:48.0973167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-06-05T23:38:48.0974018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_88, aten.linear.default 2025-06-05T23:38:48.0974869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-06-05T23:38:48.0975693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_23, aten.relu.default 2025-06-05T23:38:48.0976551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-06-05T23:38:48.0977401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_89, aten.linear.default 2025-06-05T23:38:48.0978531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-06-05T23:38:48.0979354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-06-05T23:38:48.0980112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-06-05T23:38:48.0980870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-06-05T23:38:48.0981689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-06-05T23:38:48.0982530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_90, aten.linear.default 2025-06-05T23:38:48.0983383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-06-05T23:38:48.0984189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-06-05T23:38:48.0984952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-06-05T23:38:48.0985702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-06-05T23:38:48.0986501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-06-05T23:38:48.0987370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-06-05T23:38:48.0988295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-06-05T23:38:48.0989142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_93, aten.linear.default 2025-06-05T23:38:48.0990025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_92, aten.linear.default 2025-06-05T23:38:48.0990883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_91, aten.linear.default 2025-06-05T23:38:48.0991730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_211, aten.view_copy.default 2025-06-05T23:38:48.0992595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_210, aten.view_copy.default 2025-06-05T23:38:48.0993473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_209, aten.view_copy.default 2025-06-05T23:38:48.0994503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_212, aten.view_copy.default 2025-06-05T23:38:48.0995316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-06-05T23:38:48.0996087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-06-05T23:38:48.0996918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_30, aten.permute_copy.default 2025-06-05T23:38:48.0997764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-06-05T23:38:48.0998518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-06-05T23:38:48.0999314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_213, aten.view_copy.default 2025-06-05T23:38:48.1000184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_214, aten.view_copy.default 2025-06-05T23:38:48.1001018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_95, aten.linear.default 2025-06-05T23:38:48.1001834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_94, aten.linear.default 2025-06-05T23:38:48.1002681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_216, aten.view_copy.default 2025-06-05T23:38:48.1003536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_215, aten.view_copy.default 2025-06-05T23:38:48.1004483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_218, aten.view_copy.default 2025-06-05T23:38:48.1005364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_126, aten.permute_copy.default 2025-06-05T23:38:48.1006269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_217, aten.view_copy.default 2025-06-05T23:38:48.1007161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_31, aten.permute_copy.default 2025-06-05T23:38:48.1008016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-06-05T23:38:48.1008799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-06-05T23:38:48.1009544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-06-05T23:38:48.1010370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-06-05T23:38:48.1011512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-06-05T23:38:48.1012388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_34, aten.permute_copy.default 2025-06-05T23:38:48.1013284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_219, aten.view_copy.default 2025-06-05T23:38:48.1014141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_220, aten.view_copy.default 2025-06-05T23:38:48.1014990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_96, aten.linear.default 2025-06-05T23:38:48.1015896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_221, aten.view_copy.default 2025-06-05T23:38:48.1016732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-06-05T23:38:48.1017494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-06-05T23:38:48.1018237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-06-05T23:38:48.1019049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-06-05T23:38:48.1019896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_97, aten.linear.default 2025-06-05T23:38:48.1020734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-06-05T23:38:48.1021576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_24, aten.relu.default 2025-06-05T23:38:48.1022401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-06-05T23:38:48.1023252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_98, aten.linear.default 2025-06-05T23:38:48.1024099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-06-05T23:38:48.1024903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-06-05T23:38:48.1025665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-06-05T23:38:48.1026409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-06-05T23:38:48.1027221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-06-05T23:38:48.1028158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_99, aten.linear.default 2025-06-05T23:38:48.1029001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-06-05T23:38:48.1029838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_25, aten.relu.default 2025-06-05T23:38:48.1030754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-06-05T23:38:48.1031603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_100, aten.linear.default 2025-06-05T23:38:48.1032454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-06-05T23:38:48.1033258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-06-05T23:38:48.1034016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-06-05T23:38:48.1034759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-06-05T23:38:48.1035581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-06-05T23:38:48.1036429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_101, aten.linear.default 2025-06-05T23:38:48.1037267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-06-05T23:38:48.4281785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_26, aten.relu.default 2025-06-05T23:38:48.4282798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-06-05T23:38:48.4283652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_102, aten.linear.default 2025-06-05T23:38:48.4284504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-06-05T23:38:48.4285519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-06-05T23:38:48.4286706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-06-05T23:38:48.4287482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-06-05T23:38:48.4288285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-06-05T23:38:48.4289158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_103, aten.linear.default 2025-06-05T23:38:48.4290004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-06-05T23:38:48.4290826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_27, aten.relu.default 2025-06-05T23:38:48.4291660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-06-05T23:38:48.4292511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_104, aten.linear.default 2025-06-05T23:38:48.4293351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-06-05T23:38:48.4294180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-06-05T23:38:48.4294932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-06-05T23:38:48.4295693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-06-05T23:38:48.4296509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-06-05T23:38:48.4297352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_105, aten.linear.default 2025-06-05T23:38:48.4298197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-06-05T23:38:48.4299009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-06-05T23:38:48.4299771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-06-05T23:38:48.4300633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-06-05T23:38:48.4301439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-06-05T23:38:48.4302316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-06-05T23:38:48.4303169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-06-05T23:38:48.4304023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_108, aten.linear.default 2025-06-05T23:38:48.4304851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_107, aten.linear.default 2025-06-05T23:38:48.4305666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_106, aten.linear.default 2025-06-05T23:38:48.4306517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-06-05T23:38:48.4307381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-06-05T23:38:48.4308349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-06-05T23:38:48.4309220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-06-05T23:38:48.4310023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-06-05T23:38:48.4311062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-06-05T23:38:48.4312078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_35, aten.permute_copy.default 2025-06-05T23:38:48.4312972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-06-05T23:38:48.4313742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-06-05T23:38:48.4314543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-06-05T23:38:48.4315411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-06-05T23:38:48.4316251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_110, aten.linear.default 2025-06-05T23:38:48.4317071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_109, aten.linear.default 2025-06-05T23:38:48.4317913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-06-05T23:38:48.4318782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-06-05T23:38:48.4319651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-06-05T23:38:48.4320539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_127, aten.permute_copy.default 2025-06-05T23:38:48.4321428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-06-05T23:38:48.4322306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_36, aten.permute_copy.default 2025-06-05T23:38:48.4323169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-06-05T23:38:48.4323958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-06-05T23:38:48.4324708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-06-05T23:38:48.4325514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-06-05T23:38:48.4326395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-06-05T23:38:48.4327266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-06-05T23:38:48.4328159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-06-05T23:38:48.4329015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-06-05T23:38:48.4329869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_111, aten.linear.default 2025-06-05T23:38:48.4330700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-06-05T23:38:48.4331527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-06-05T23:38:48.4332287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-06-05T23:38:48.4333035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-06-05T23:38:48.4333849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-06-05T23:38:48.4334684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_112, aten.linear.default 2025-06-05T23:38:48.4335533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-06-05T23:38:48.4336359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_28, aten.relu.default 2025-06-05T23:38:48.4337177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-06-05T23:38:48.4338089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_113, aten.linear.default 2025-06-05T23:38:48.4338927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-06-05T23:38:48.4339742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-06-05T23:38:48.4340498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-06-05T23:38:48.4341243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-06-05T23:38:48.4342057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-06-05T23:38:48.4342894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_114, aten.linear.default 2025-06-05T23:38:48.4343740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-06-05T23:38:48.4344569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_29, aten.relu.default 2025-06-05T23:38:48.4345387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-06-05T23:38:48.4346234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_115, aten.linear.default 2025-06-05T23:38:48.4347062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_263, aten.view_copy.default 2025-06-05T23:38:48.7579552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-06-05T23:38:48.7580499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-06-05T23:38:48.7581264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-06-05T23:38:48.7582104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_264, aten.view_copy.default 2025-06-05T23:38:48.7582984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_116, aten.linear.default 2025-06-05T23:38:48.7584105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_265, aten.view_copy.default 2025-06-05T23:38:48.7584942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_30, aten.relu.default 2025-06-05T23:38:48.7585781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_266, aten.view_copy.default 2025-06-05T23:38:48.7586617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_117, aten.linear.default 2025-06-05T23:38:48.7587470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_267, aten.view_copy.default 2025-06-05T23:38:48.7588347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-06-05T23:38:48.7589119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-06-05T23:38:48.7589879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-06-05T23:38:48.7590690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_268, aten.view_copy.default 2025-06-05T23:38:48.7591538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_118, aten.linear.default 2025-06-05T23:38:48.7592375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_269, aten.view_copy.default 2025-06-05T23:38:48.7593212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_31, aten.relu.default 2025-06-05T23:38:48.7594040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_270, aten.view_copy.default 2025-06-05T23:38:48.7594939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_119, aten.linear.default 2025-06-05T23:38:48.7595867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_271, aten.view_copy.default 2025-06-05T23:38:48.7596679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-06-05T23:38:48.7597443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-06-05T23:38:48.7598207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-06-05T23:38:48.7599019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_272, aten.view_copy.default 2025-06-05T23:38:48.7599880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_120, aten.linear.default 2025-06-05T23:38:48.7600718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_273, aten.view_copy.default 2025-06-05T23:38:48.7601550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-06-05T23:38:48.7602313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-06-05T23:38:48.7603063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-06-05T23:38:48.7603884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_274, aten.view_copy.default 2025-06-05T23:38:48.7604745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_275, aten.view_copy.default 2025-06-05T23:38:48.7605614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_276, aten.view_copy.default 2025-06-05T23:38:48.7606464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_123, aten.linear.default 2025-06-05T23:38:48.7607274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_122, aten.linear.default 2025-06-05T23:38:48.7608102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_121, aten.linear.default 2025-06-05T23:38:48.7608942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_279, aten.view_copy.default 2025-06-05T23:38:48.7609864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_278, aten.view_copy.default 2025-06-05T23:38:48.7610739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_277, aten.view_copy.default 2025-06-05T23:38:48.7611591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_280, aten.view_copy.default 2025-06-05T23:38:48.7612403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-06-05T23:38:48.7613146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-06-05T23:38:48.7613982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-06-05T23:38:48.7614828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-06-05T23:38:48.7615576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-06-05T23:38:48.7616394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_281, aten.view_copy.default 2025-06-05T23:38:48.7617252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_282, aten.view_copy.default 2025-06-05T23:38:48.7618090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_125, aten.linear.default 2025-06-05T23:38:48.7618916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_124, aten.linear.default 2025-06-05T23:38:48.7619752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_284, aten.view_copy.default 2025-06-05T23:38:48.7620659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_283, aten.view_copy.default 2025-06-05T23:38:48.7621546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_286, aten.view_copy.default 2025-06-05T23:38:48.7622445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_128, aten.permute_copy.default 2025-06-05T23:38:48.7623342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_285, aten.view_copy.default 2025-06-05T23:38:48.7624225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-06-05T23:38:48.7625092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-06-05T23:38:48.7625868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-06-05T23:38:48.7626629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-06-05T23:38:48.7627442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-06-05T23:38:48.7628336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-06-05T23:38:48.7629206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-06-05T23:38:48.7630085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_287, aten.view_copy.default 2025-06-05T23:38:48.7630954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_288, aten.view_copy.default 2025-06-05T23:38:48.7631800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_126, aten.linear.default 2025-06-05T23:38:48.7632639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_289, aten.view_copy.default 2025-06-05T23:38:48.7633460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-06-05T23:38:48.7634208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-06-05T23:38:48.7635034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-06-05T23:38:48.7635851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_290, aten.view_copy.default 2025-06-05T23:38:48.7636688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_127, aten.linear.default 2025-06-05T23:38:48.7637539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_291, aten.view_copy.default 2025-06-05T23:38:48.7638363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_32, aten.relu.default 2025-06-05T23:38:48.7639198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_292, aten.view_copy.default 2025-06-05T23:38:48.7640056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_128, aten.linear.default 2025-06-05T23:38:48.7640899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_293, aten.view_copy.default 2025-06-05T23:38:48.7641724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-06-05T23:38:48.7642469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-06-05T23:38:48.7643226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-06-05T23:38:48.7644040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_294, aten.view_copy.default 2025-06-05T23:38:49.0891175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_129, aten.linear.default 2025-06-05T23:38:49.0892846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_295, aten.view_copy.default 2025-06-05T23:38:49.0894787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_33, aten.relu.default 2025-06-05T23:38:49.0896317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_296, aten.view_copy.default 2025-06-05T23:38:49.0897959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_130, aten.linear.default 2025-06-05T23:38:49.0899487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_297, aten.view_copy.default 2025-06-05T23:38:49.0901022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-06-05T23:38:49.0902413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-06-05T23:38:49.0903914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-06-05T23:38:49.0905472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_298, aten.view_copy.default 2025-06-05T23:38:49.0907097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_131, aten.linear.default 2025-06-05T23:38:49.0908798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_299, aten.view_copy.default 2025-06-05T23:38:49.0910331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_34, aten.relu.default 2025-06-05T23:38:49.0911863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_300, aten.view_copy.default 2025-06-05T23:38:49.0913406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_132, aten.linear.default 2025-06-05T23:38:49.0914980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_301, aten.view_copy.default 2025-06-05T23:38:49.0916494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-06-05T23:38:49.0917892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-06-05T23:38:49.0919311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-06-05T23:38:49.0921055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_302, aten.view_copy.default 2025-06-05T23:38:49.0922632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_133, aten.linear.default 2025-06-05T23:38:49.0924210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_303, aten.view_copy.default 2025-06-05T23:38:49.0925735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_35, aten.relu.default 2025-06-05T23:38:49.0927268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_304, aten.view_copy.default 2025-06-05T23:38:49.0928870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_134, aten.linear.default 2025-06-05T23:38:49.0930469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_305, aten.view_copy.default 2025-06-05T23:38:49.0932028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-06-05T23:38:49.0933514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-06-05T23:38:49.0934939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-06-05T23:38:49.0936565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_306, aten.view_copy.default 2025-06-05T23:38:49.0938180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_135, aten.linear.default 2025-06-05T23:38:49.0939805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_307, aten.view_copy.default 2025-06-05T23:38:49.0941319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-06-05T23:38:49.0942888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-06-05T23:38:49.0944289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-06-05T23:38:49.0945740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_308, aten.view_copy.default 2025-06-05T23:38:49.0947361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_309, aten.view_copy.default 2025-06-05T23:38:49.0949058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_310, aten.view_copy.default 2025-06-05T23:38:49.0950661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_138, aten.linear.default 2025-06-05T23:38:49.0952201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_137, aten.linear.default 2025-06-05T23:38:49.0953729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_136, aten.linear.default 2025-06-05T23:38:49.0955313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_313, aten.view_copy.default 2025-06-05T23:38:49.0956894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_312, aten.view_copy.default 2025-06-05T23:38:49.0958525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_311, aten.view_copy.default 2025-06-05T23:38:49.0960160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_314, aten.view_copy.default 2025-06-05T23:38:49.0961683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-06-05T23:38:49.0963091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-06-05T23:38:49.0964633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-06-05T23:38:49.0966186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-06-05T23:38:49.0967587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-06-05T23:38:49.0969366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_315, aten.view_copy.default 2025-06-05T23:38:49.0970975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_316, aten.view_copy.default 2025-06-05T23:38:49.0972512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_140, aten.linear.default 2025-06-05T23:38:49.0974053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_139, aten.linear.default 2025-06-05T23:38:49.0975627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_318, aten.view_copy.default 2025-06-05T23:38:49.0977206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_317, aten.view_copy.default 2025-06-05T23:38:49.0978825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_320, aten.view_copy.default 2025-06-05T23:38:49.0980456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_129, aten.permute_copy.default 2025-06-05T23:38:49.0982123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_319, aten.view_copy.default 2025-06-05T23:38:49.0983773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-06-05T23:38:49.0985366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-06-05T23:38:49.0986786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-06-05T23:38:49.0988307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-06-05T23:38:49.0989909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-06-05T23:38:49.0991588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-06-05T23:38:49.0993207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_49, aten.permute_copy.default 2025-06-05T23:38:49.0994823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_321, aten.view_copy.default 2025-06-05T23:38:49.0996465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_322, aten.view_copy.default 2025-06-05T23:38:49.0998072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_141, aten.linear.default 2025-06-05T23:38:49.0999696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_323, aten.view_copy.default 2025-06-05T23:38:49.1001288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-06-05T23:38:49.1002751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-06-05T23:38:49.1004263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-06-05T23:38:49.1005804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_324, aten.view_copy.default 2025-06-05T23:38:49.1007399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_142, aten.linear.default 2025-06-05T23:38:49.1008990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_325, aten.view_copy.default 2025-06-05T23:38:49.1010529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_36, aten.relu.default 2025-06-05T23:38:49.1011998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_326, aten.view_copy.default 2025-06-05T23:38:49.4334868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_143, aten.linear.default 2025-06-05T23:38:49.4336549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_327, aten.view_copy.default 2025-06-05T23:38:49.4338327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-06-05T23:38:49.4339780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-06-05T23:38:49.4341184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-06-05T23:38:49.4342660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_328, aten.view_copy.default 2025-06-05T23:38:49.4344233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_144, aten.linear.default 2025-06-05T23:38:49.4345761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_329, aten.view_copy.default 2025-06-05T23:38:49.4347450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_37, aten.relu.default 2025-06-05T23:38:49.4349147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_330, aten.view_copy.default 2025-06-05T23:38:49.4350779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_145, aten.linear.default 2025-06-05T23:38:49.4352339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_331, aten.view_copy.default 2025-06-05T23:38:49.4353861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-06-05T23:38:49.4355257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-06-05T23:38:49.4356641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-06-05T23:38:49.4358165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_332, aten.view_copy.default 2025-06-05T23:38:49.4359818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_146, aten.linear.default 2025-06-05T23:38:49.4361522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_333, aten.view_copy.default 2025-06-05T23:38:49.4363094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_38, aten.relu.default 2025-06-05T23:38:49.4364660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_334, aten.view_copy.default 2025-06-05T23:38:49.4366239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_147, aten.linear.default 2025-06-05T23:38:49.4368014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-06-05T23:38:49.4369535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-06-05T23:38:49.4370892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-06-05T23:38:49.4372314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-06-05T23:38:49.4373851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-06-05T23:38:49.4375482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_148, aten.linear.default 2025-06-05T23:38:49.4377148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-06-05T23:38:49.4378725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_39, aten.relu.default 2025-06-05T23:38:49.4380278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-06-05T23:38:49.4381885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_149, aten.linear.default 2025-06-05T23:38:49.4383507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-06-05T23:38:49.4384971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-06-05T23:38:49.4386548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-06-05T23:38:49.4388107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-06-05T23:38:49.4389658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-06-05T23:38:49.4391226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_150, aten.linear.default 2025-06-05T23:38:49.4392791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-06-05T23:38:49.4394301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-06-05T23:38:49.4395661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-06-05T23:38:49.4397088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-06-05T23:38:49.4398612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-06-05T23:38:49.4400214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-06-05T23:38:49.4401828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-06-05T23:38:49.4403358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_153, aten.linear.default 2025-06-05T23:38:49.4404921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_152, aten.linear.default 2025-06-05T23:38:49.4406440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_151, aten.linear.default 2025-06-05T23:38:49.4408123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-06-05T23:38:49.4409828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-06-05T23:38:49.4411432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-06-05T23:38:49.4413070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-06-05T23:38:49.4414621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-06-05T23:38:49.4416045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-06-05T23:38:49.4417668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_50, aten.permute_copy.default 2025-06-05T23:38:49.4419249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-06-05T23:38:49.4420764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-06-05T23:38:49.4422313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-06-05T23:38:49.4423936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-06-05T23:38:49.4425536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_155, aten.linear.default 2025-06-05T23:38:49.4427055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_154, aten.linear.default 2025-06-05T23:38:49.4428766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-06-05T23:38:49.4430370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-06-05T23:38:49.4431970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-06-05T23:38:49.4433671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_130, aten.permute_copy.default 2025-06-05T23:38:49.4435460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-06-05T23:38:49.4437115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_51, aten.permute_copy.default 2025-06-05T23:38:49.4438713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-06-05T23:38:49.4440130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-06-05T23:38:49.4441536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-06-05T23:38:49.4443036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-06-05T23:38:49.4444641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-06-05T23:38:49.4446247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_54, aten.permute_copy.default 2025-06-05T23:38:49.4447898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-06-05T23:38:49.4449518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-06-05T23:38:49.4450965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_156, aten.linear.default 2025-06-05T23:38:49.4452218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-06-05T23:38:49.4453620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-06-05T23:38:49.4455109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-06-05T23:38:49.7756608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-06-05T23:38:49.7758235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-06-05T23:38:49.7759775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_157, aten.linear.default 2025-06-05T23:38:49.7761348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-06-05T23:38:49.7762879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_40, aten.relu.default 2025-06-05T23:38:49.7764464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-06-05T23:38:49.7766033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_158, aten.linear.default 2025-06-05T23:38:49.7767743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-06-05T23:38:49.7769299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-06-05T23:38:49.7770759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-06-05T23:38:49.7772167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-06-05T23:38:49.7773690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-06-05T23:38:49.7775270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_159, aten.linear.default 2025-06-05T23:38:49.7776842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-06-05T23:38:49.7778360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_41, aten.relu.default 2025-06-05T23:38:49.7779911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-06-05T23:38:49.7781504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_160, aten.linear.default 2025-06-05T23:38:49.7783264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-06-05T23:38:49.7784796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-06-05T23:38:49.7786194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-06-05T23:38:49.7787582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-06-05T23:38:49.7789207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-06-05T23:38:49.7790769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_161, aten.linear.default 2025-06-05T23:38:49.7792340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-06-05T23:38:49.7793856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_42, aten.relu.default 2025-06-05T23:38:49.7795355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-06-05T23:38:49.7796941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_162, aten.linear.default 2025-06-05T23:38:49.7798486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-06-05T23:38:49.7800087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-06-05T23:38:49.7801520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-06-05T23:38:49.7803085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-06-05T23:38:49.7804699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-06-05T23:38:49.7806261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_163, aten.linear.default 2025-06-05T23:38:49.7807821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-06-05T23:38:49.7809327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_43, aten.relu.default 2025-06-05T23:38:49.7810882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-06-05T23:38:49.7812306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_164, aten.linear.default 2025-06-05T23:38:49.7813810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-06-05T23:38:49.7815345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-06-05T23:38:49.7816744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-06-05T23:38:49.7818168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-06-05T23:38:49.7819673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-06-05T23:38:49.7821229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_165, aten.linear.default 2025-06-05T23:38:49.7822809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-06-05T23:38:49.7824301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-06-05T23:38:49.7825694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-06-05T23:38:49.7827092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-06-05T23:38:49.7828774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_376, aten.view_copy.default 2025-06-05T23:38:49.7830623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_377, aten.view_copy.default 2025-06-05T23:38:49.7832278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_378, aten.view_copy.default 2025-06-05T23:38:49.7833844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_168, aten.linear.default 2025-06-05T23:38:49.7835377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_167, aten.linear.default 2025-06-05T23:38:49.7836901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_166, aten.linear.default 2025-06-05T23:38:49.7838457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_381, aten.view_copy.default 2025-06-05T23:38:49.7840100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_380, aten.view_copy.default 2025-06-05T23:38:49.7841720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_379, aten.view_copy.default 2025-06-05T23:38:49.7843330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_382, aten.view_copy.default 2025-06-05T23:38:49.7844821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-06-05T23:38:49.7846198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-06-05T23:38:49.7847759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_55, aten.permute_copy.default 2025-06-05T23:38:49.7849328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-06-05T23:38:49.7850832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-06-05T23:38:49.7852395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_383, aten.view_copy.default 2025-06-05T23:38:49.7854028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_384, aten.view_copy.default 2025-06-05T23:38:49.7855615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_170, aten.linear.default 2025-06-05T23:38:49.7857167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_169, aten.linear.default 2025-06-05T23:38:49.7858843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_386, aten.view_copy.default 2025-06-05T23:38:49.7860463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_385, aten.view_copy.default 2025-06-05T23:38:49.7862204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_388, aten.view_copy.default 2025-06-05T23:38:49.7863899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_131, aten.permute_copy.default 2025-06-05T23:38:49.7865595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_387, aten.view_copy.default 2025-06-05T23:38:49.7867467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_56, aten.permute_copy.default 2025-06-05T23:38:49.7869116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-06-05T23:38:49.7870492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-06-05T23:38:49.7871877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-06-05T23:38:49.7873374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-06-05T23:38:49.7874944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-06-05T23:38:49.7876569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_59, aten.permute_copy.default 2025-06-05T23:38:50.1168079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_389, aten.view_copy.default 2025-06-05T23:38:50.1169792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_390, aten.view_copy.default 2025-06-05T23:38:50.1171351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_171, aten.linear.default 2025-06-05T23:38:50.1172952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_391, aten.view_copy.default 2025-06-05T23:38:50.1174454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-06-05T23:38:50.1175817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-06-05T23:38:50.1177248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-06-05T23:38:50.1178766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_392, aten.view_copy.default 2025-06-05T23:38:50.1180468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_172, aten.linear.default 2025-06-05T23:38:50.1182085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_393, aten.view_copy.default 2025-06-05T23:38:50.1183650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_44, aten.relu.default 2025-06-05T23:38:50.1185208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_394, aten.view_copy.default 2025-06-05T23:38:50.1186794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_173, aten.linear.default 2025-06-05T23:38:50.1189159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_395, aten.view_copy.default 2025-06-05T23:38:50.1190795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-06-05T23:38:50.1192183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-06-05T23:38:50.1193662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-06-05T23:38:50.1195214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_396, aten.view_copy.default 2025-06-05T23:38:50.1196839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_174, aten.linear.default 2025-06-05T23:38:50.1198417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_397, aten.view_copy.default 2025-06-05T23:38:50.1199951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_45, aten.relu.default 2025-06-05T23:38:50.1201517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_398, aten.view_copy.default 2025-06-05T23:38:50.1203058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_175, aten.linear.default 2025-06-05T23:38:50.1204656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_399, aten.view_copy.default 2025-06-05T23:38:50.1206161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-06-05T23:38:50.1207626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-06-05T23:38:50.1209086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-06-05T23:38:50.1210646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_400, aten.view_copy.default 2025-06-05T23:38:50.1212235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_176, aten.linear.default 2025-06-05T23:38:50.1213830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_401, aten.view_copy.default 2025-06-05T23:38:50.1215383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_46, aten.relu.default 2025-06-05T23:38:50.1217132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_402, aten.view_copy.default 2025-06-05T23:38:50.1218710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_177, aten.linear.default 2025-06-05T23:38:50.1220138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_403, aten.view_copy.default 2025-06-05T23:38:50.1221565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-06-05T23:38:50.1222945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-06-05T23:38:50.1224332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-06-05T23:38:50.1225880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_404, aten.view_copy.default 2025-06-05T23:38:50.1227444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_178, aten.linear.default 2025-06-05T23:38:50.1229121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_405, aten.view_copy.default 2025-06-05T23:38:50.1230650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_47, aten.relu.default 2025-06-05T23:38:50.1232149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_406, aten.view_copy.default 2025-06-05T23:38:50.1233699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_179, aten.linear.default 2025-06-05T23:38:50.1235239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_407, aten.view_copy.default 2025-06-05T23:38:50.1236933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-06-05T23:38:50.1238438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-06-05T23:38:50.1239882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-06-05T23:38:50.1241391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_408, aten.view_copy.default 2025-06-05T23:38:50.1242984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_180, aten.linear.default 2025-06-05T23:38:50.1244560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_409, aten.view_copy.default 2025-06-05T23:38:50.1246033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-06-05T23:38:50.1247446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-06-05T23:38:50.1248857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-06-05T23:38:50.1250298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_410, aten.view_copy.default 2025-06-05T23:38:50.1251974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_411, aten.view_copy.default 2025-06-05T23:38:50.1253607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_412, aten.view_copy.default 2025-06-05T23:38:50.1255211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_183, aten.linear.default 2025-06-05T23:38:50.1256744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_182, aten.linear.default 2025-06-05T23:38:50.1258290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_181, aten.linear.default 2025-06-05T23:38:50.1259870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_415, aten.view_copy.default 2025-06-05T23:38:50.1261475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_414, aten.view_copy.default 2025-06-05T23:38:50.1263112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_413, aten.view_copy.default 2025-06-05T23:38:50.1264946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_416, aten.view_copy.default 2025-06-05T23:38:50.1266511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-06-05T23:38:50.1268187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-06-05T23:38:50.1269743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_60, aten.permute_copy.default 2025-06-05T23:38:50.1271296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-06-05T23:38:50.1272715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-06-05T23:38:50.1274182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_417, aten.view_copy.default 2025-06-05T23:38:50.1275805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_418, aten.view_copy.default 2025-06-05T23:38:50.1277396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_185, aten.linear.default 2025-06-05T23:38:50.1278957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_184, aten.linear.default 2025-06-05T23:38:50.1280539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_420, aten.view_copy.default 2025-06-05T23:38:50.1282153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_419, aten.view_copy.default 2025-06-05T23:38:50.1283772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_422, aten.view_copy.default 2025-06-05T23:38:50.1285561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_132, aten.permute_copy.default 2025-06-05T23:38:50.1287334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_421, aten.view_copy.default 2025-06-05T23:38:50.1288997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_61, aten.permute_copy.default 2025-06-05T23:38:50.4682342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-06-05T23:38:50.4683843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-06-05T23:38:50.4685254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-06-05T23:38:50.4686756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-06-05T23:38:50.4688264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-06-05T23:38:50.4689909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_64, aten.permute_copy.default 2025-06-05T23:38:50.4691602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_423, aten.view_copy.default 2025-06-05T23:38:50.4693310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_424, aten.view_copy.default 2025-06-05T23:38:50.4694939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_186, aten.linear.default 2025-06-05T23:38:50.4696565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_425, aten.view_copy.default 2025-06-05T23:38:50.4698076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-06-05T23:38:50.4699508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-06-05T23:38:50.4700946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-06-05T23:38:50.4702426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_426, aten.view_copy.default 2025-06-05T23:38:50.4704434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_187, aten.linear.default 2025-06-05T23:38:50.4705876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_427, aten.view_copy.default 2025-06-05T23:38:50.4707140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_48, aten.relu.default 2025-06-05T23:38:50.4708773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_428, aten.view_copy.default 2025-06-05T23:38:50.4710335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_188, aten.linear.default 2025-06-05T23:38:50.4711903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_429, aten.view_copy.default 2025-06-05T23:38:50.4713425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-06-05T23:38:50.4714847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-06-05T23:38:50.4716257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-06-05T23:38:50.4717749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_430, aten.view_copy.default 2025-06-05T23:38:50.4719291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_189, aten.linear.default 2025-06-05T23:38:50.4720867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_431, aten.view_copy.default 2025-06-05T23:38:50.4722381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_49, aten.relu.default 2025-06-05T23:38:50.4724025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_432, aten.view_copy.default 2025-06-05T23:38:50.4725923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_190, aten.linear.default 2025-06-05T23:38:50.4727509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_433, aten.view_copy.default 2025-06-05T23:38:50.4729029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-06-05T23:38:50.4730439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_102, aten.mul.Tensor 2025-06-05T23:38:50.4731838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-06-05T23:38:50.4733304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_434, aten.view_copy.default 2025-06-05T23:38:50.4734903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_191, aten.linear.default 2025-06-05T23:38:50.4736261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_435, aten.view_copy.default 2025-06-05T23:38:50.4737578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_50, aten.relu.default 2025-06-05T23:38:50.4739129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_436, aten.view_copy.default 2025-06-05T23:38:50.4740675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_192, aten.linear.default 2025-06-05T23:38:50.4742280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_437, aten.view_copy.default 2025-06-05T23:38:50.4743767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-06-05T23:38:50.4745179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-06-05T23:38:50.4746578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-06-05T23:38:50.4748163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_438, aten.view_copy.default 2025-06-05T23:38:50.4749728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_193, aten.linear.default 2025-06-05T23:38:50.4751501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_439, aten.view_copy.default 2025-06-05T23:38:50.4753045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_51, aten.relu.default 2025-06-05T23:38:50.4754667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_440, aten.view_copy.default 2025-06-05T23:38:50.4756251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_194, aten.linear.default 2025-06-05T23:38:50.4757832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_441, aten.view_copy.default 2025-06-05T23:38:50.4759351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-06-05T23:38:50.4760770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-06-05T23:38:50.4762179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-06-05T23:38:50.4763670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_442, aten.view_copy.default 2025-06-05T23:38:50.4765275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_195, aten.linear.default 2025-06-05T23:38:50.4766836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_443, aten.view_copy.default 2025-06-05T23:38:50.4768257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-06-05T23:38:50.4769645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-06-05T23:38:50.4771015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-06-05T23:38:50.4772832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_444, aten.view_copy.default 2025-06-05T23:38:50.4774420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_445, aten.view_copy.default 2025-06-05T23:38:50.4776035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_446, aten.view_copy.default 2025-06-05T23:38:50.4777607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_198, aten.linear.default 2025-06-05T23:38:50.4779091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_197, aten.linear.default 2025-06-05T23:38:50.4780622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_196, aten.linear.default 2025-06-05T23:38:50.4782049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-06-05T23:38:50.4783308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-06-05T23:38:50.4784608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_447, aten.view_copy.default 2025-06-05T23:38:50.4786014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-06-05T23:38:50.4787265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-06-05T23:38:50.4788533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-06-05T23:38:50.4790056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_65, aten.permute_copy.default 2025-06-05T23:38:50.4791588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-06-05T23:38:50.4792938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-06-05T23:38:50.4794486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-06-05T23:38:50.4796064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-06-05T23:38:50.4797915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_200, aten.linear.default 2025-06-05T23:38:50.4799433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_199, aten.linear.default 2025-06-05T23:38:50.7955595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-06-05T23:38:50.7957304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-06-05T23:38:50.7958904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-06-05T23:38:50.7960580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_133, aten.permute_copy.default 2025-06-05T23:38:50.7962237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-06-05T23:38:50.7963866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_66, aten.permute_copy.default 2025-06-05T23:38:50.7965474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-06-05T23:38:50.7967111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-06-05T23:38:50.7968544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-06-05T23:38:50.7970069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-06-05T23:38:50.7971647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-06-05T23:38:50.7973532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_69, aten.permute_copy.default 2025-06-05T23:38:50.7975286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-06-05T23:38:50.7976905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-06-05T23:38:50.7978440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_201, aten.linear.default 2025-06-05T23:38:50.7980012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-06-05T23:38:50.7981439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-06-05T23:38:50.7982888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-06-05T23:38:50.7984318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-06-05T23:38:50.7985877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-06-05T23:38:50.7987437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_202, aten.linear.default 2025-06-05T23:38:50.7989120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-06-05T23:38:50.7990672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_52, aten.relu.default 2025-06-05T23:38:50.7992150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-06-05T23:38:50.7993721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_203, aten.linear.default 2025-06-05T23:38:50.7995281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-06-05T23:38:50.7996891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-06-05T23:38:50.7998381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-06-05T23:38:50.8000058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-06-05T23:38:50.8001576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-06-05T23:38:50.8003148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_204, aten.linear.default 2025-06-05T23:38:50.8004722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-06-05T23:38:50.8006217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_53, aten.relu.default 2025-06-05T23:38:50.8007751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-06-05T23:38:50.8009353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_205, aten.linear.default 2025-06-05T23:38:50.8010956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-06-05T23:38:50.8012473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-06-05T23:38:50.8013901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-06-05T23:38:50.8015305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-06-05T23:38:50.8016829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-06-05T23:38:50.8018423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_206, aten.linear.default 2025-06-05T23:38:50.8019983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-06-05T23:38:50.8021639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_54, aten.relu.default 2025-06-05T23:38:50.8023229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-06-05T23:38:50.8024809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_207, aten.linear.default 2025-06-05T23:38:50.8026401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-06-05T23:38:50.8027997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-06-05T23:38:50.8029408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-06-05T23:38:50.8030805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-06-05T23:38:50.8032289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-06-05T23:38:50.8033889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_208, aten.linear.default 2025-06-05T23:38:50.8035505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-06-05T23:38:50.8037089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_55, aten.relu.default 2025-06-05T23:38:50.8038718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-06-05T23:38:50.8040304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_209, aten.linear.default 2025-06-05T23:38:50.8041970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-06-05T23:38:50.8043532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-06-05T23:38:50.8044958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-06-05T23:38:50.8046378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-06-05T23:38:50.8048051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-06-05T23:38:50.8049558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_210, aten.linear.default 2025-06-05T23:38:50.8051135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-06-05T23:38:50.8052657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-06-05T23:38:50.8054081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-06-05T23:38:50.8055505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-06-05T23:38:50.8057018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-06-05T23:38:50.8058651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-06-05T23:38:50.8060254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-06-05T23:38:50.8061816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_213, aten.linear.default 2025-06-05T23:38:50.8063377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_212, aten.linear.default 2025-06-05T23:38:50.8064938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_211, aten.linear.default 2025-06-05T23:38:50.8066525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-06-05T23:38:50.8068379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-06-05T23:38:50.8070200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-06-05T23:38:50.8071691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-06-05T23:38:50.8072998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-06-05T23:38:50.8074392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-06-05T23:38:50.8075931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_70, aten.permute_copy.default 2025-06-05T23:38:51.1407733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-06-05T23:38:51.1409272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-06-05T23:38:51.1410815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-06-05T23:38:51.1412447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-06-05T23:38:51.1414042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_215, aten.linear.default 2025-06-05T23:38:51.1415532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_214, aten.linear.default 2025-06-05T23:38:51.1417155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-06-05T23:38:51.1418753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-06-05T23:38:51.1420460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_490, aten.view_copy.default 2025-06-05T23:38:51.1422175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_134, aten.permute_copy.default 2025-06-05T23:38:51.1423895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_489, aten.view_copy.default 2025-06-05T23:38:51.1425833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_71, aten.permute_copy.default 2025-06-05T23:38:51.1427531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-06-05T23:38:51.1429052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-06-05T23:38:51.1430458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-06-05T23:38:51.1431927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-06-05T23:38:51.1433272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-06-05T23:38:51.1434884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_74, aten.permute_copy.default 2025-06-05T23:38:51.1436548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_491, aten.view_copy.default 2025-06-05T23:38:51.1438205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_492, aten.view_copy.default 2025-06-05T23:38:51.1439759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_216, aten.linear.default 2025-06-05T23:38:51.1441344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_493, aten.view_copy.default 2025-06-05T23:38:51.1442844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-06-05T23:38:51.1444216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-06-05T23:38:51.1445618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-06-05T23:38:51.1447302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_494, aten.view_copy.default 2025-06-05T23:38:51.1449021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_217, aten.linear.default 2025-06-05T23:38:51.1450661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_495, aten.view_copy.default 2025-06-05T23:38:51.1452240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_56, aten.relu.default 2025-06-05T23:38:51.1453769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_496, aten.view_copy.default 2025-06-05T23:38:51.1455363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_218, aten.linear.default 2025-06-05T23:38:51.1456940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_497, aten.view_copy.default 2025-06-05T23:38:51.1458413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-06-05T23:38:51.1459853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-06-05T23:38:51.1461252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-06-05T23:38:51.1462596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_498, aten.view_copy.default 2025-06-05T23:38:51.1464181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_219, aten.linear.default 2025-06-05T23:38:51.1465742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_499, aten.view_copy.default 2025-06-05T23:38:51.1467524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_57, aten.relu.default 2025-06-05T23:38:51.1469105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_500, aten.view_copy.default 2025-06-05T23:38:51.1470690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_220, aten.linear.default 2025-06-05T23:38:51.1472265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_501, aten.view_copy.default 2025-06-05T23:38:51.1473867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-06-05T23:38:51.1475348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-06-05T23:38:51.1476750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-06-05T23:38:51.1478234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_502, aten.view_copy.default 2025-06-05T23:38:51.1479902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_221, aten.linear.default 2025-06-05T23:38:51.1481489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_503, aten.view_copy.default 2025-06-05T23:38:51.1483072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_58, aten.relu.default 2025-06-05T23:38:51.1484620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_504, aten.view_copy.default 2025-06-05T23:38:51.1486212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_222, aten.linear.default 2025-06-05T23:38:51.1487752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_505, aten.view_copy.default 2025-06-05T23:38:51.1489249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-06-05T23:38:51.1490697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-06-05T23:38:51.1491919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-06-05T23:38:51.1493398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_506, aten.view_copy.default 2025-06-05T23:38:51.1495125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_223, aten.linear.default 2025-06-05T23:38:51.1496766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_507, aten.view_copy.default 2025-06-05T23:38:51.1498326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_59, aten.relu.default 2025-06-05T23:38:51.1499854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_508, aten.view_copy.default 2025-06-05T23:38:51.1501414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_224, aten.linear.default 2025-06-05T23:38:51.1502976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_509, aten.view_copy.default 2025-06-05T23:38:51.1504446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-06-05T23:38:51.1505872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-06-05T23:38:51.1507254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-06-05T23:38:51.1508929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_510, aten.view_copy.default 2025-06-05T23:38:51.1510544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_225, aten.linear.default 2025-06-05T23:38:51.1512138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_511, aten.view_copy.default 2025-06-05T23:38:51.1513662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-06-05T23:38:51.1515054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-06-05T23:38:51.1516450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-06-05T23:38:51.1517945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_512, aten.view_copy.default 2025-06-05T23:38:51.1519572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_513, aten.view_copy.default 2025-06-05T23:38:51.1521184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_514, aten.view_copy.default 2025-06-05T23:38:51.1522839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_228, aten.linear.default 2025-06-05T23:38:51.1524399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_227, aten.linear.default 2025-06-05T23:38:51.1525967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_226, aten.linear.default 2025-06-05T23:38:51.1527519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_517, aten.view_copy.default 2025-06-05T23:38:51.4730057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_516, aten.view_copy.default 2025-06-05T23:38:51.4731791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_515, aten.view_copy.default 2025-06-05T23:38:51.4733395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_518, aten.view_copy.default 2025-06-05T23:38:51.4734972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-06-05T23:38:51.4736384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-06-05T23:38:51.4737894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_75, aten.permute_copy.default 2025-06-05T23:38:51.4739459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-06-05T23:38:51.4740834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-06-05T23:38:51.4742418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_519, aten.view_copy.default 2025-06-05T23:38:51.4744465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_520, aten.view_copy.default 2025-06-05T23:38:51.4746060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_230, aten.linear.default 2025-06-05T23:38:51.4747613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_229, aten.linear.default 2025-06-05T23:38:51.4749292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_522, aten.view_copy.default 2025-06-05T23:38:51.4750893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_521, aten.view_copy.default 2025-06-05T23:38:51.4752468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_524, aten.view_copy.default 2025-06-05T23:38:51.4764652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_135, aten.permute_copy.default 2025-06-05T23:38:51.4766819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_523, aten.view_copy.default 2025-06-05T23:38:51.4768485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_76, aten.permute_copy.default 2025-06-05T23:38:51.4770091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-06-05T23:38:51.4771518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-06-05T23:38:51.4773005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-06-05T23:38:51.4774506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-06-05T23:38:51.4776095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-06-05T23:38:51.4777703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_79, aten.permute_copy.default 2025-06-05T23:38:51.4779369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_525, aten.view_copy.default 2025-06-05T23:38:51.4780970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_526, aten.view_copy.default 2025-06-05T23:38:51.4782858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_231, aten.linear.default 2025-06-05T23:38:51.4784426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_527, aten.view_copy.default 2025-06-05T23:38:51.4785730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-06-05T23:38:51.4787142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-06-05T23:38:51.4788662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-06-05T23:38:51.4790134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_528, aten.view_copy.default 2025-06-05T23:38:51.4791747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_232, aten.linear.default 2025-06-05T23:38:51.4793297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_529, aten.view_copy.default 2025-06-05T23:38:51.4794832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_60, aten.relu.default 2025-06-05T23:38:51.4796364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_530, aten.view_copy.default 2025-06-05T23:38:51.4797890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_233, aten.linear.default 2025-06-05T23:38:51.4799465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_531, aten.view_copy.default 2025-06-05T23:38:51.4800960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-06-05T23:38:51.4802606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-06-05T23:38:51.4804107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-06-05T23:38:51.4805670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_532, aten.view_copy.default 2025-06-05T23:38:51.4807257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_234, aten.linear.default 2025-06-05T23:38:51.4808815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_533, aten.view_copy.default 2025-06-05T23:38:51.4810358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_61, aten.relu.default 2025-06-05T23:38:51.4811858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_534, aten.view_copy.default 2025-06-05T23:38:51.4813458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_235, aten.linear.default 2025-06-05T23:38:51.4815040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_535, aten.view_copy.default 2025-06-05T23:38:51.4816539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-06-05T23:38:51.4817963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-06-05T23:38:51.4819341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-06-05T23:38:51.4820880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_536, aten.view_copy.default 2025-06-05T23:38:51.4822459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_236, aten.linear.default 2025-06-05T23:38:51.4824012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_537, aten.view_copy.default 2025-06-05T23:38:51.4825563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_62, aten.relu.default 2025-06-05T23:38:51.4827090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_538, aten.view_copy.default 2025-06-05T23:38:51.4828870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_237, aten.linear.default 2025-06-05T23:38:51.4830499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_539, aten.view_copy.default 2025-06-05T23:38:51.4832054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-06-05T23:38:51.4833474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-06-05T23:38:51.4834975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-06-05T23:38:51.4836551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_540, aten.view_copy.default 2025-06-05T23:38:51.4838184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_238, aten.linear.default 2025-06-05T23:38:51.4839764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_541, aten.view_copy.default 2025-06-05T23:38:51.4841314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_63, aten.relu.default 2025-06-05T23:38:51.4842840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_542, aten.view_copy.default 2025-06-05T23:38:51.4844363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_239, aten.linear.default 2025-06-05T23:38:51.4845939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_543, aten.view_copy.default 2025-06-05T23:38:51.4847453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-06-05T23:38:51.4848906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-06-05T23:38:51.4850402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-06-05T23:38:51.4851995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_544, aten.view_copy.default 2025-06-05T23:38:51.4853593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_240, aten.linear.default 2025-06-05T23:38:51.4855124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_545, aten.view_copy.default 2025-06-05T23:38:51.4856638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-06-05T23:38:51.4858048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-06-05T23:38:51.4859495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-06-05T23:38:51.4861010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_546, aten.view_copy.default 2025-06-05T23:38:51.8075308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_547, aten.view_copy.default 2025-06-05T23:38:51.8077042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_548, aten.view_copy.default 2025-06-05T23:38:51.8078637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_243, aten.linear.default 2025-06-05T23:38:51.8080151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_242, aten.linear.default 2025-06-05T23:38:51.8081685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_241, aten.linear.default 2025-06-05T23:38:51.8083277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_551, aten.view_copy.default 2025-06-05T23:38:51.8084898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_550, aten.view_copy.default 2025-06-05T23:38:51.8086540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_549, aten.view_copy.default 2025-06-05T23:38:51.8088260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_552, aten.view_copy.default 2025-06-05T23:38:51.8090247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-06-05T23:38:51.8091672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-06-05T23:38:51.8093221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_80, aten.permute_copy.default 2025-06-05T23:38:51.8094782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-06-05T23:38:51.8096147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-06-05T23:38:51.8097699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_553, aten.view_copy.default 2025-06-05T23:38:51.8099316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_554, aten.view_copy.default 2025-06-05T23:38:51.8100898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_245, aten.linear.default 2025-06-05T23:38:51.8102447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_244, aten.linear.default 2025-06-05T23:38:51.8103996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_556, aten.view_copy.default 2025-06-05T23:38:51.8105651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_555, aten.view_copy.default 2025-06-05T23:38:51.8107265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_558, aten.view_copy.default 2025-06-05T23:38:51.8109012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_136, aten.permute_copy.default 2025-06-05T23:38:51.8110684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_557, aten.view_copy.default 2025-06-05T23:38:51.8112571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_81, aten.permute_copy.default 2025-06-05T23:38:51.8114215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-06-05T23:38:51.8115706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-06-05T23:38:51.8117169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-06-05T23:38:51.8118714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-06-05T23:38:51.8120372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-06-05T23:38:51.8122024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_84, aten.permute_copy.default 2025-06-05T23:38:51.8123734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_559, aten.view_copy.default 2025-06-05T23:38:51.8125372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_560, aten.view_copy.default 2025-06-05T23:38:51.8126975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_246, aten.linear.default 2025-06-05T23:38:51.8128488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_561, aten.view_copy.default 2025-06-05T23:38:51.8130006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-06-05T23:38:51.8131438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-06-05T23:38:51.8132847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-06-05T23:38:51.8134390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_562, aten.view_copy.default 2025-06-05T23:38:51.8135976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_247, aten.linear.default 2025-06-05T23:38:51.8137549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_563, aten.view_copy.default 2025-06-05T23:38:51.8139262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_64, aten.relu.default 2025-06-05T23:38:51.8140803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_564, aten.view_copy.default 2025-06-05T23:38:51.8142398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_248, aten.linear.default 2025-06-05T23:38:51.8143994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_565, aten.view_copy.default 2025-06-05T23:38:51.8145511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-06-05T23:38:51.8146947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-06-05T23:38:51.8148434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-06-05T23:38:51.8149954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_566, aten.view_copy.default 2025-06-05T23:38:51.8151304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_249, aten.linear.default 2025-06-05T23:38:51.8152867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_567, aten.view_copy.default 2025-06-05T23:38:51.8154407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_65, aten.relu.default 2025-06-05T23:38:51.8155946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_568, aten.view_copy.default 2025-06-05T23:38:51.8157520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_250, aten.linear.default 2025-06-05T23:38:51.8159226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_569, aten.view_copy.default 2025-06-05T23:38:51.8160805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-06-05T23:38:51.8162199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-06-05T23:38:51.8163612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-06-05T23:38:51.8165125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_570, aten.view_copy.default 2025-06-05T23:38:51.8166916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_251, aten.linear.default 2025-06-05T23:38:51.8168495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_571, aten.view_copy.default 2025-06-05T23:38:51.8169993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_66, aten.relu.default 2025-06-05T23:38:51.8171547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_572, aten.view_copy.default 2025-06-05T23:38:51.8173120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_252, aten.linear.default 2025-06-05T23:38:51.8174689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_573, aten.view_copy.default 2025-06-05T23:38:51.8176196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-06-05T23:38:51.8177583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-06-05T23:38:51.8179000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-06-05T23:38:51.8180533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_574, aten.view_copy.default 2025-06-05T23:38:51.8182139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_253, aten.linear.default 2025-06-05T23:38:51.8183816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_575, aten.view_copy.default 2025-06-05T23:38:51.8185394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_67, aten.relu.default 2025-06-05T23:38:51.8187257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_576, aten.view_copy.default 2025-06-05T23:38:51.8188944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_254, aten.linear.default 2025-06-05T23:38:51.8190511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_577, aten.view_copy.default 2025-06-05T23:38:51.8192029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-06-05T23:38:51.8193434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-06-05T23:38:51.8194814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-06-05T23:38:51.8196280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_578, aten.view_copy.default 2025-06-05T23:38:52.1424459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_255, aten.linear.default 2025-06-05T23:38:52.1426127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_579, aten.view_copy.default 2025-06-05T23:38:52.1427642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-06-05T23:38:52.1429133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-06-05T23:38:52.1430527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-06-05T23:38:52.1432008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_580, aten.view_copy.default 2025-06-05T23:38:52.1433954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_581, aten.view_copy.default 2025-06-05T23:38:52.1435662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_582, aten.view_copy.default 2025-06-05T23:38:52.1437349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_258, aten.linear.default 2025-06-05T23:38:52.1438910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_257, aten.linear.default 2025-06-05T23:38:52.1440481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_256, aten.linear.default 2025-06-05T23:38:52.1442076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_585, aten.view_copy.default 2025-06-05T23:38:52.1443672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_584, aten.view_copy.default 2025-06-05T23:38:52.1445274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_583, aten.view_copy.default 2025-06-05T23:38:52.1446912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_586, aten.view_copy.default 2025-06-05T23:38:52.1448437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-06-05T23:38:52.1449881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-06-05T23:38:52.1451448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_85, aten.permute_copy.default 2025-06-05T23:38:52.1452971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-06-05T23:38:52.1454387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-06-05T23:38:52.1455913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_587, aten.view_copy.default 2025-06-05T23:38:52.1457540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_588, aten.view_copy.default 2025-06-05T23:38:52.1459117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_260, aten.linear.default 2025-06-05T23:38:52.1460757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_259, aten.linear.default 2025-06-05T23:38:52.1462408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_590, aten.view_copy.default 2025-06-05T23:38:52.1464062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_589, aten.view_copy.default 2025-06-05T23:38:52.1465704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_592, aten.view_copy.default 2025-06-05T23:38:52.1467621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_137, aten.permute_copy.default 2025-06-05T23:38:52.1469367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_591, aten.view_copy.default 2025-06-05T23:38:52.1471091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_86, aten.permute_copy.default 2025-06-05T23:38:52.1472745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-06-05T23:38:52.1474199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-06-05T23:38:52.1475599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-06-05T23:38:52.1477105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-06-05T23:38:52.1478562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-06-05T23:38:52.1480164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_89, aten.permute_copy.default 2025-06-05T23:38:52.1481837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_593, aten.view_copy.default 2025-06-05T23:38:52.1483683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_594, aten.view_copy.default 2025-06-05T23:38:52.1485299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_261, aten.linear.default 2025-06-05T23:38:52.1486886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_595, aten.view_copy.default 2025-06-05T23:38:52.1488381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-06-05T23:38:52.1489765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-06-05T23:38:52.1491159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-06-05T23:38:52.1492684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_596, aten.view_copy.default 2025-06-05T23:38:52.1494306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_262, aten.linear.default 2025-06-05T23:38:52.1495863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_597, aten.view_copy.default 2025-06-05T23:38:52.1497423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_68, aten.relu.default 2025-06-05T23:38:52.1498961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_598, aten.view_copy.default 2025-06-05T23:38:52.1500451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_263, aten.linear.default 2025-06-05T23:38:52.1501837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_599, aten.view_copy.default 2025-06-05T23:38:52.1503312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-06-05T23:38:52.1504692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-06-05T23:38:52.1506122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-06-05T23:38:52.1507649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_600, aten.view_copy.default 2025-06-05T23:38:52.1509544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_264, aten.linear.default 2025-06-05T23:38:52.1511100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_601, aten.view_copy.default 2025-06-05T23:38:52.1512584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_69, aten.relu.default 2025-06-05T23:38:52.1514145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_602, aten.view_copy.default 2025-06-05T23:38:52.1515705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_265, aten.linear.default 2025-06-05T23:38:52.1517277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_603, aten.view_copy.default 2025-06-05T23:38:52.1518794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-06-05T23:38:52.1520174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-06-05T23:38:52.1521603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-06-05T23:38:52.1523111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_604, aten.view_copy.default 2025-06-05T23:38:52.1524695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_266, aten.linear.default 2025-06-05T23:38:52.1526259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_605, aten.view_copy.default 2025-06-05T23:38:52.1527767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_70, aten.relu.default 2025-06-05T23:38:52.1529317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_606, aten.view_copy.default 2025-06-05T23:38:52.1531072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_267, aten.linear.default 2025-06-05T23:38:52.1532688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_607, aten.view_copy.default 2025-06-05T23:38:52.1534279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-06-05T23:38:52.1535697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-06-05T23:38:52.1537194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-06-05T23:38:52.1538737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_608, aten.view_copy.default 2025-06-05T23:38:52.1540341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_268, aten.linear.default 2025-06-05T23:38:52.1541929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_609, aten.view_copy.default 2025-06-05T23:38:52.1543482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_71, aten.relu.default 2025-06-05T23:38:52.1544967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_610, aten.view_copy.default 2025-06-05T23:38:52.4867970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_269, aten.linear.default 2025-06-05T23:38:52.4869626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_611, aten.view_copy.default 2025-06-05T23:38:52.4871109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-06-05T23:38:52.4872527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-06-05T23:38:52.4873988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-06-05T23:38:52.4875474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_612, aten.view_copy.default 2025-06-05T23:38:52.4877069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_270, aten.linear.default 2025-06-05T23:38:52.4878982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_613, aten.view_copy.default 2025-06-05T23:38:52.4880531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-06-05T23:38:52.4881986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-06-05T23:38:52.4883416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-06-05T23:38:52.4884926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_614, aten.view_copy.default 2025-06-05T23:38:52.4886556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_615, aten.view_copy.default 2025-06-05T23:38:52.4888185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_616, aten.view_copy.default 2025-06-05T23:38:52.4889735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_273, aten.linear.default 2025-06-05T23:38:52.4891280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_272, aten.linear.default 2025-06-05T23:38:52.4892788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_271, aten.linear.default 2025-06-05T23:38:52.4894318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_619, aten.view_copy.default 2025-06-05T23:38:52.4895982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_618, aten.view_copy.default 2025-06-05T23:38:52.4897610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_617, aten.view_copy.default 2025-06-05T23:38:52.4899362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_620, aten.view_copy.default 2025-06-05T23:38:52.4900985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-06-05T23:38:52.4902401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-06-05T23:38:52.4903897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-06-05T23:38:52.4905446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-06-05T23:38:52.4906862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-06-05T23:38:52.4908489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_621, aten.view_copy.default 2025-06-05T23:38:52.4910187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_622, aten.view_copy.default 2025-06-05T23:38:52.4911800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_275, aten.linear.default 2025-06-05T23:38:52.4913349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_274, aten.linear.default 2025-06-05T23:38:52.4914946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_624, aten.view_copy.default 2025-06-05T23:38:52.4916575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_623, aten.view_copy.default 2025-06-05T23:38:52.4918144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_626, aten.view_copy.default 2025-06-05T23:38:52.4919797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_138, aten.permute_copy.default 2025-06-05T23:38:52.4921492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_625, aten.view_copy.default 2025-06-05T23:38:52.4923173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-06-05T23:38:52.4924795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-06-05T23:38:52.4926395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-06-05T23:38:52.4927784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-06-05T23:38:52.4929250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-06-05T23:38:52.4930802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-06-05T23:38:52.4932409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-06-05T23:38:52.4934067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_627, aten.view_copy.default 2025-06-05T23:38:52.4935681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_628, aten.view_copy.default 2025-06-05T23:38:52.4937259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_276, aten.linear.default 2025-06-05T23:38:52.4938843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_629, aten.view_copy.default 2025-06-05T23:38:52.4940379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-06-05T23:38:52.4941795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-06-05T23:38:52.4943186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-06-05T23:38:52.4944691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_630, aten.view_copy.default 2025-06-05T23:38:52.4946275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_277, aten.linear.default 2025-06-05T23:38:52.4948110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_631, aten.view_copy.default 2025-06-05T23:38:52.4949712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_72, aten.relu.default 2025-06-05T23:38:52.4951244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_632, aten.view_copy.default 2025-06-05T23:38:52.4952930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_278, aten.linear.default 2025-06-05T23:38:52.4954528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_633, aten.view_copy.default 2025-06-05T23:38:52.4956085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-06-05T23:38:52.4957517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-06-05T23:38:52.4958924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-06-05T23:38:52.4960447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_634, aten.view_copy.default 2025-06-05T23:38:52.4961962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_279, aten.linear.default 2025-06-05T23:38:52.4963554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_635, aten.view_copy.default 2025-06-05T23:38:52.4965114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_73, aten.relu.default 2025-06-05T23:38:52.4966984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_636, aten.view_copy.default 2025-06-05T23:38:52.4968567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_280, aten.linear.default 2025-06-05T23:38:52.4970126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_637, aten.view_copy.default 2025-06-05T23:38:52.4971638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-06-05T23:38:52.4973011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-06-05T23:38:52.4974661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-06-05T23:38:52.4976174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_638, aten.view_copy.default 2025-06-05T23:38:52.4977762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_281, aten.linear.default 2025-06-05T23:38:52.4979331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_639, aten.view_copy.default 2025-06-05T23:38:52.4980871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_74, aten.relu.default 2025-06-05T23:38:52.4982398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_640, aten.view_copy.default 2025-06-05T23:38:52.4983774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_282, aten.linear.default 2025-06-05T23:38:52.4985048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_641, aten.view_copy.default 2025-06-05T23:38:52.4986549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-06-05T23:38:52.4988021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-06-05T23:38:52.8333928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-06-05T23:38:52.8335521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_642, aten.view_copy.default 2025-06-05T23:38:52.8337086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_283, aten.linear.default 2025-06-05T23:38:52.8338659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_643, aten.view_copy.default 2025-06-05T23:38:52.8340581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_75, aten.relu.default 2025-06-05T23:38:52.8342097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_644, aten.view_copy.default 2025-06-05T23:38:52.8343735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_284, aten.linear.default 2025-06-05T23:38:52.8345314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_645, aten.view_copy.default 2025-06-05T23:38:52.8346911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-06-05T23:38:52.8348437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-06-05T23:38:52.8349881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-06-05T23:38:52.8351405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_646, aten.view_copy.default 2025-06-05T23:38:52.8352984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_285, aten.linear.default 2025-06-05T23:38:52.8354541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_647, aten.view_copy.default 2025-06-05T23:38:52.8356040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-06-05T23:38:52.8357476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-06-05T23:38:52.8359016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-06-05T23:38:52.8360616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_648, aten.view_copy.default 2025-06-05T23:38:52.8362250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_649, aten.view_copy.default 2025-06-05T23:38:52.8363898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_650, aten.view_copy.default 2025-06-05T23:38:52.8365511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_288, aten.linear.default 2025-06-05T23:38:52.8367499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_287, aten.linear.default 2025-06-05T23:38:52.8368983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_286, aten.linear.default 2025-06-05T23:38:52.8370528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_653, aten.view_copy.default 2025-06-05T23:38:52.8372119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_652, aten.view_copy.default 2025-06-05T23:38:52.8373469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_651, aten.view_copy.default 2025-06-05T23:38:52.8375073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_654, aten.view_copy.default 2025-06-05T23:38:52.8376620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-06-05T23:38:52.8378015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-06-05T23:38:52.8379599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-06-05T23:38:52.8381154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-06-05T23:38:52.8382531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-06-05T23:38:52.8384039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_655, aten.view_copy.default 2025-06-05T23:38:52.8385603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_656, aten.view_copy.default 2025-06-05T23:38:52.8387347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_290, aten.linear.default 2025-06-05T23:38:52.8389072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_289, aten.linear.default 2025-06-05T23:38:52.8390699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_658, aten.view_copy.default 2025-06-05T23:38:52.8392326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_657, aten.view_copy.default 2025-06-05T23:38:52.8393951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_660, aten.view_copy.default 2025-06-05T23:38:52.8395635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_139, aten.permute_copy.default 2025-06-05T23:38:52.8397288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_659, aten.view_copy.default 2025-06-05T23:38:52.8398900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-06-05T23:38:52.8400521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-06-05T23:38:52.8401974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-06-05T23:38:52.8403172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-06-05T23:38:52.8404620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-06-05T23:38:52.8406177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-06-05T23:38:52.8407770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-06-05T23:38:52.8409450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_661, aten.view_copy.default 2025-06-05T23:38:52.8411075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_662, aten.view_copy.default 2025-06-05T23:38:52.8412636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_291, aten.linear.default 2025-06-05T23:38:52.8414402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_663, aten.view_copy.default 2025-06-05T23:38:52.8415898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-06-05T23:38:52.8417322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-06-05T23:38:52.8418719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-06-05T23:38:52.8420315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_664, aten.view_copy.default 2025-06-05T23:38:52.8421924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_292, aten.linear.default 2025-06-05T23:38:52.8423517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_665, aten.view_copy.default 2025-06-05T23:38:52.8425092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_76, aten.relu.default 2025-06-05T23:38:52.8426644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_666, aten.view_copy.default 2025-06-05T23:38:52.8428268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_293, aten.linear.default 2025-06-05T23:38:52.8429868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_667, aten.view_copy.default 2025-06-05T23:38:52.8431363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-06-05T23:38:52.8432782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-06-05T23:38:52.8434184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-06-05T23:38:52.8435761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_668, aten.view_copy.default 2025-06-05T23:38:52.8437419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_294, aten.linear.default 2025-06-05T23:38:52.8438980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_669, aten.view_copy.default 2025-06-05T23:38:52.8440536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_77, aten.relu.default 2025-06-05T23:38:52.8442066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_670, aten.view_copy.default 2025-06-05T23:38:52.8443615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_295, aten.linear.default 2025-06-05T23:38:52.8445210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_671, aten.view_copy.default 2025-06-05T23:38:52.8446745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-06-05T23:38:52.8448194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-06-05T23:38:52.8449677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-06-05T23:38:52.8451191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_672, aten.view_copy.default 2025-06-05T23:38:52.8452888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_296, aten.linear.default 2025-06-05T23:38:52.8454486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_673, aten.view_copy.default 2025-06-05T23:38:53.1688744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_78, aten.relu.default 2025-06-05T23:38:53.1690385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_674, aten.view_copy.default 2025-06-05T23:38:53.1692096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_297, aten.linear.default 2025-06-05T23:38:53.1693690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_675, aten.view_copy.default 2025-06-05T23:38:53.1695582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-06-05T23:38:53.1696980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-06-05T23:38:53.1698395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-06-05T23:38:53.1699871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_676, aten.view_copy.default 2025-06-05T23:38:53.1701553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_298, aten.linear.default 2025-06-05T23:38:53.1703182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_677, aten.view_copy.default 2025-06-05T23:38:53.1704774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_79, aten.relu.default 2025-06-05T23:38:53.1706372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_678, aten.view_copy.default 2025-06-05T23:38:53.1708059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_299, aten.linear.default 2025-06-05T23:38:53.1709620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_679, aten.view_copy.default 2025-06-05T23:38:53.1711123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-06-05T23:38:53.1712545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-06-05T23:38:53.1713834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-06-05T23:38:53.1715374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_680, aten.view_copy.default 2025-06-05T23:38:53.1717272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_300, aten.linear.default 2025-06-05T23:38:53.1718880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_681, aten.view_copy.default 2025-06-05T23:38:53.1720388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-06-05T23:38:53.1721807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-06-05T23:38:53.1723206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-06-05T23:38:53.1724687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_682, aten.view_copy.default 2025-06-05T23:38:53.1726311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_683, aten.view_copy.default 2025-06-05T23:38:53.1727921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_684, aten.view_copy.default 2025-06-05T23:38:53.1729616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_303, aten.linear.default 2025-06-05T23:38:53.1731211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_302, aten.linear.default 2025-06-05T23:38:53.1732806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_301, aten.linear.default 2025-06-05T23:38:53.1734400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_687, aten.view_copy.default 2025-06-05T23:38:53.1736193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_686, aten.view_copy.default 2025-06-05T23:38:53.1737824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_685, aten.view_copy.default 2025-06-05T23:38:53.1739398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_688, aten.view_copy.default 2025-06-05T23:38:53.1740958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-06-05T23:38:53.1742194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-06-05T23:38:53.1743885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-06-05T23:38:53.1745469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-06-05T23:38:53.1746861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-06-05T23:38:53.1748506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_689, aten.view_copy.default 2025-06-05T23:38:53.1750127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_690, aten.view_copy.default 2025-06-05T23:38:53.1751684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_305, aten.linear.default 2025-06-05T23:38:53.1753240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_304, aten.linear.default 2025-06-05T23:38:53.1754773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_692, aten.view_copy.default 2025-06-05T23:38:53.1756425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_691, aten.view_copy.default 2025-06-05T23:38:53.1758027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_694, aten.view_copy.default 2025-06-05T23:38:53.1759792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_140, aten.permute_copy.default 2025-06-05T23:38:53.1761496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_693, aten.view_copy.default 2025-06-05T23:38:53.1763169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-06-05T23:38:53.1764928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-06-05T23:38:53.1766467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-06-05T23:38:53.1768119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-06-05T23:38:53.1769618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-06-05T23:38:53.1771112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-06-05T23:38:53.1772638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_104, aten.permute_copy.default 2025-06-05T23:38:53.1774350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_695, aten.view_copy.default 2025-06-05T23:38:53.1775975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_696, aten.view_copy.default 2025-06-05T23:38:53.1777593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_306, aten.linear.default 2025-06-05T23:38:53.1779159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_697, aten.view_copy.default 2025-06-05T23:38:53.1780693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-06-05T23:38:53.1782103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-06-05T23:38:53.1783467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-06-05T23:38:53.1784993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_698, aten.view_copy.default 2025-06-05T23:38:53.1786575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_307, aten.linear.default 2025-06-05T23:38:53.1788348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_699, aten.view_copy.default 2025-06-05T23:38:53.1789926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_80, aten.relu.default 2025-06-05T23:38:53.1791665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_700, aten.view_copy.default 2025-06-05T23:38:53.1793316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_308, aten.linear.default 2025-06-05T23:38:53.1794874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_701, aten.view_copy.default 2025-06-05T23:38:53.1796346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-06-05T23:38:53.1797748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-06-05T23:38:53.1799165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-06-05T23:38:53.1800704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_702, aten.view_copy.default 2025-06-05T23:38:53.1802303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_309, aten.linear.default 2025-06-05T23:38:53.1803905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_703, aten.view_copy.default 2025-06-05T23:38:53.1805462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_81, aten.relu.default 2025-06-05T23:38:53.1806969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_704, aten.view_copy.default 2025-06-05T23:38:53.1808566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_310, aten.linear.default 2025-06-05T23:38:53.1810133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_705, aten.view_copy.default 2025-06-05T23:38:53.5105509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-06-05T23:38:53.5107336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-06-05T23:38:53.5108922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-06-05T23:38:53.5110437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_706, aten.view_copy.default 2025-06-05T23:38:53.5112014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_311, aten.linear.default 2025-06-05T23:38:53.5113531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_707, aten.view_copy.default 2025-06-05T23:38:53.5115209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_82, aten.relu.default 2025-06-05T23:38:53.5116707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_708, aten.view_copy.default 2025-06-05T23:38:53.5118411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_312, aten.linear.default 2025-06-05T23:38:53.5120059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_709, aten.view_copy.default 2025-06-05T23:38:53.5121591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-06-05T23:38:53.5123033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-06-05T23:38:53.5124434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-06-05T23:38:53.5125934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_710, aten.view_copy.default 2025-06-05T23:38:53.5127482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_313, aten.linear.default 2025-06-05T23:38:53.5129066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_711, aten.view_copy.default 2025-06-05T23:38:53.5130621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_83, aten.relu.default 2025-06-05T23:38:53.5132169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_712, aten.view_copy.default 2025-06-05T23:38:53.5133885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_314, aten.linear.default 2025-06-05T23:38:53.5135522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_713, aten.view_copy.default 2025-06-05T23:38:53.5137033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-06-05T23:38:53.5138453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-06-05T23:38:53.5139850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-06-05T23:38:53.5141353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_714, aten.view_copy.default 2025-06-05T23:38:53.5142936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_315, aten.linear.default 2025-06-05T23:38:53.5144537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_715, aten.view_copy.default 2025-06-05T23:38:53.5146087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-06-05T23:38:53.5147577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-06-05T23:38:53.5149063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-06-05T23:38:53.5150689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_716, aten.view_copy.default 2025-06-05T23:38:53.5152361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_717, aten.view_copy.default 2025-06-05T23:38:53.5154013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_718, aten.view_copy.default 2025-06-05T23:38:53.5155702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_318, aten.linear.default 2025-06-05T23:38:53.5157285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_317, aten.linear.default 2025-06-05T23:38:53.5158818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_316, aten.linear.default 2025-06-05T23:38:53.5160301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_721, aten.view_copy.default 2025-06-05T23:38:53.5161921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_720, aten.view_copy.default 2025-06-05T23:38:53.5163556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_719, aten.view_copy.default 2025-06-05T23:38:53.5165179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_722, aten.view_copy.default 2025-06-05T23:38:53.5166958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-06-05T23:38:53.5168408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-06-05T23:38:53.5170022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_105, aten.permute_copy.default 2025-06-05T23:38:53.5171595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-06-05T23:38:53.5173031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-06-05T23:38:53.5174606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_723, aten.view_copy.default 2025-06-05T23:38:53.5176265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_724, aten.view_copy.default 2025-06-05T23:38:53.5177886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_320, aten.linear.default 2025-06-05T23:38:53.5179457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_319, aten.linear.default 2025-06-05T23:38:53.5181064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_726, aten.view_copy.default 2025-06-05T23:38:53.5182711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_725, aten.view_copy.default 2025-06-05T23:38:53.5184304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_728, aten.view_copy.default 2025-06-05T23:38:53.5185937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_141, aten.permute_copy.default 2025-06-05T23:38:53.5187633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_727, aten.view_copy.default 2025-06-05T23:38:53.5189354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_106, aten.permute_copy.default 2025-06-05T23:38:53.5190971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-06-05T23:38:53.5192429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-06-05T23:38:53.5193792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-06-05T23:38:53.5195326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-06-05T23:38:53.5196847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-06-05T23:38:53.5198465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_109, aten.permute_copy.default 2025-06-05T23:38:53.5200114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_729, aten.view_copy.default 2025-06-05T23:38:53.5201697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_730, aten.view_copy.default 2025-06-05T23:38:53.5203466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_321, aten.linear.default 2025-06-05T23:38:53.5205116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_731, aten.view_copy.default 2025-06-05T23:38:53.5206641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-06-05T23:38:53.5208041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-06-05T23:38:53.5209434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-06-05T23:38:53.5210969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_732, aten.view_copy.default 2025-06-05T23:38:53.5212588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_322, aten.linear.default 2025-06-05T23:38:53.5214211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_733, aten.view_copy.default 2025-06-05T23:38:53.5215806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_84, aten.relu.default 2025-06-05T23:38:53.5217436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_734, aten.view_copy.default 2025-06-05T23:38:53.5219108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_323, aten.linear.default 2025-06-05T23:38:53.5220723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_735, aten.view_copy.default 2025-06-05T23:38:53.5222236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-06-05T23:38:53.5223650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-06-05T23:38:53.5225063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-06-05T23:38:53.5226518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_736, aten.view_copy.default 2025-06-05T23:38:53.8467069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_324, aten.linear.default 2025-06-05T23:38:53.8469071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_737, aten.view_copy.default 2025-06-05T23:38:53.8470689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_85, aten.relu.default 2025-06-05T23:38:53.8472217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_738, aten.view_copy.default 2025-06-05T23:38:53.8473837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_325, aten.linear.default 2025-06-05T23:38:53.8475372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_739, aten.view_copy.default 2025-06-05T23:38:53.8476877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-06-05T23:38:53.8478298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-06-05T23:38:53.8479791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-06-05T23:38:53.8481358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_740, aten.view_copy.default 2025-06-05T23:38:53.8482983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_326, aten.linear.default 2025-06-05T23:38:53.8484555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_741, aten.view_copy.default 2025-06-05T23:38:53.8486097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_86, aten.relu.default 2025-06-05T23:38:53.8487641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_742, aten.view_copy.default 2025-06-05T23:38:53.8489187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_327, aten.linear.default 2025-06-05T23:38:53.8490922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_743, aten.view_copy.default 2025-06-05T23:38:53.8492529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-06-05T23:38:53.8493945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-06-05T23:38:53.8495330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-06-05T23:38:53.8496831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_744, aten.view_copy.default 2025-06-05T23:38:53.8498392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_328, aten.linear.default 2025-06-05T23:38:53.8499961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_745, aten.view_copy.default 2025-06-05T23:38:53.8501505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_87, aten.relu.default 2025-06-05T23:38:53.8503028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_746, aten.view_copy.default 2025-06-05T23:38:53.8504633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_329, aten.linear.default 2025-06-05T23:38:53.8506245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_747, aten.view_copy.default 2025-06-05T23:38:53.8507912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-06-05T23:38:53.8509390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-06-05T23:38:53.8510804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-06-05T23:38:53.8512429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_748, aten.view_copy.default 2025-06-05T23:38:53.8514040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_330, aten.linear.default 2025-06-05T23:38:53.8515672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_749, aten.view_copy.default 2025-06-05T23:38:53.8517297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-06-05T23:38:53.8518767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-06-05T23:38:53.8520176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-06-05T23:38:53.8521613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_750, aten.view_copy.default 2025-06-05T23:38:53.8523232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_751, aten.view_copy.default 2025-06-05T23:38:53.8524847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_752, aten.view_copy.default 2025-06-05T23:38:53.8526458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_333, aten.linear.default 2025-06-05T23:38:53.8528002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_332, aten.linear.default 2025-06-05T23:38:53.8529528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_331, aten.linear.default 2025-06-05T23:38:53.8531110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_755, aten.view_copy.default 2025-06-05T23:38:53.8532678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_754, aten.view_copy.default 2025-06-05T23:38:53.8534323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_753, aten.view_copy.default 2025-06-05T23:38:53.8535961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_756, aten.view_copy.default 2025-06-05T23:38:53.8537472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-06-05T23:38:53.8538997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-06-05T23:38:53.8540618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_110, aten.permute_copy.default 2025-06-05T23:38:53.8542137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-06-05T23:38:53.8543298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-06-05T23:38:53.8544763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_757, aten.view_copy.default 2025-06-05T23:38:53.8546356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_758, aten.view_copy.default 2025-06-05T23:38:53.8548002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_335, aten.linear.default 2025-06-05T23:38:53.8549548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_334, aten.linear.default 2025-06-05T23:38:53.8551130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_760, aten.view_copy.default 2025-06-05T23:38:53.8552716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_759, aten.view_copy.default 2025-06-05T23:38:53.8554317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_762, aten.view_copy.default 2025-06-05T23:38:53.8555936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_142, aten.permute_copy.default 2025-06-05T23:38:53.8557592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_761, aten.view_copy.default 2025-06-05T23:38:53.8559266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_111, aten.permute_copy.default 2025-06-05T23:38:53.8560861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-06-05T23:38:53.8562289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-06-05T23:38:53.8563715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-06-05T23:38:53.8565367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-06-05T23:38:53.8567113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-06-05T23:38:53.8568714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_114, aten.permute_copy.default 2025-06-05T23:38:53.8570338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_763, aten.view_copy.default 2025-06-05T23:38:53.8571955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_764, aten.view_copy.default 2025-06-05T23:38:53.8573569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_336, aten.linear.default 2025-06-05T23:38:53.8575203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_765, aten.view_copy.default 2025-06-05T23:38:53.8576819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-06-05T23:38:53.8578255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-06-05T23:38:53.8579759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-06-05T23:38:53.8581306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_766, aten.view_copy.default 2025-06-05T23:38:53.8582901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_337, aten.linear.default 2025-06-05T23:38:53.8584481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_767, aten.view_copy.default 2025-06-05T23:38:53.8586190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_88, aten.relu.default 2025-06-05T23:38:53.8587746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_768, aten.view_copy.default 2025-06-05T23:38:54.1868374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_338, aten.linear.default 2025-06-05T23:38:54.1870045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_769, aten.view_copy.default 2025-06-05T23:38:54.1871553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-06-05T23:38:54.1872968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-06-05T23:38:54.1874330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-06-05T23:38:54.1875824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_770, aten.view_copy.default 2025-06-05T23:38:54.1877385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_339, aten.linear.default 2025-06-05T23:38:54.1879020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_771, aten.view_copy.default 2025-06-05T23:38:54.1880645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_89, aten.relu.default 2025-06-05T23:38:54.1882230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_772, aten.view_copy.default 2025-06-05T23:38:54.1883797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_340, aten.linear.default 2025-06-05T23:38:54.1885381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_773, aten.view_copy.default 2025-06-05T23:38:54.1886895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-06-05T23:38:54.1888284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-06-05T23:38:54.1889713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-06-05T23:38:54.1891226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_774, aten.view_copy.default 2025-06-05T23:38:54.1893256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_341, aten.linear.default 2025-06-05T23:38:54.1894834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_775, aten.view_copy.default 2025-06-05T23:38:54.1896396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_90, aten.relu.default 2025-06-05T23:38:54.1897949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_776, aten.view_copy.default 2025-06-05T23:38:54.1899519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_342, aten.linear.default 2025-06-05T23:38:54.1901108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_777, aten.view_copy.default 2025-06-05T23:38:54.1902573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-06-05T23:38:54.1903990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-06-05T23:38:54.1905422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-06-05T23:38:54.1906947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_778, aten.view_copy.default 2025-06-05T23:38:54.1908730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_343, aten.linear.default 2025-06-05T23:38:54.1910325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_779, aten.view_copy.default 2025-06-05T23:38:54.1911890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_91, aten.relu.default 2025-06-05T23:38:54.1913613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_780, aten.view_copy.default 2025-06-05T23:38:54.1915279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_344, aten.linear.default 2025-06-05T23:38:54.1916842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_781, aten.view_copy.default 2025-06-05T23:38:54.1918345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-06-05T23:38:54.1919773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-06-05T23:38:54.1921220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-06-05T23:38:54.1922724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_782, aten.view_copy.default 2025-06-05T23:38:54.1924324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_345, aten.linear.default 2025-06-05T23:38:54.1925903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_783, aten.view_copy.default 2025-06-05T23:38:54.1927411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-06-05T23:38:54.1928865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-06-05T23:38:54.1930245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-06-05T23:38:54.1931779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_784, aten.view_copy.default 2025-06-05T23:38:54.1933397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_785, aten.view_copy.default 2025-06-05T23:38:54.1934997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_786, aten.view_copy.default 2025-06-05T23:38:54.1936609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_348, aten.linear.default 2025-06-05T23:38:54.1938133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_347, aten.linear.default 2025-06-05T23:38:54.1939681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_346, aten.linear.default 2025-06-05T23:38:54.1941386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_789, aten.view_copy.default 2025-06-05T23:38:54.1942999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_788, aten.view_copy.default 2025-06-05T23:38:54.1944635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_787, aten.view_copy.default 2025-06-05T23:38:54.1946252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_790, aten.view_copy.default 2025-06-05T23:38:54.1947924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-06-05T23:38:54.1949319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-06-05T23:38:54.1950992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_115, aten.permute_copy.default 2025-06-05T23:38:54.1952632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-06-05T23:38:54.1954068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-06-05T23:38:54.1955587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_791, aten.view_copy.default 2025-06-05T23:38:54.1957208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_792, aten.view_copy.default 2025-06-05T23:38:54.1958782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_350, aten.linear.default 2025-06-05T23:38:54.1960264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_349, aten.linear.default 2025-06-05T23:38:54.1961918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_794, aten.view_copy.default 2025-06-05T23:38:54.1963604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_793, aten.view_copy.default 2025-06-05T23:38:54.1965243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_796, aten.view_copy.default 2025-06-05T23:38:54.1967096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-06-05T23:38:54.1968761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_795, aten.view_copy.default 2025-06-05T23:38:54.1970396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_116, aten.permute_copy.default 2025-06-05T23:38:54.1971956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-06-05T23:38:54.1973422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-06-05T23:38:54.1974848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-06-05T23:38:54.1976383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-06-05T23:38:54.1977916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-06-05T23:38:54.1979531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_119, aten.permute_copy.default 2025-06-05T23:38:54.1981182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_797, aten.view_copy.default 2025-06-05T23:38:54.1982536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_798, aten.view_copy.default 2025-06-05T23:38:54.1983851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_351, aten.linear.default 2025-06-05T23:38:54.1985400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_799, aten.view_copy.default 2025-06-05T23:38:54.1986896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-06-05T23:38:54.1988611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-06-05T23:39:24.4696265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-06-05T23:39:24.4697132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_800, aten.view_copy.default 2025-06-05T23:39:24.4698733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_352, aten.linear.default 2025-06-05T23:39:24.4699906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_801, aten.view_copy.default 2025-06-05T23:39:24.4700741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_92, aten.relu.default 2025-06-05T23:39:24.4701619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_802, aten.view_copy.default 2025-06-05T23:39:24.4702472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_353, aten.linear.default 2025-06-05T23:39:24.4703340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_803, aten.view_copy.default 2025-06-05T23:39:24.4704165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-06-05T23:39:24.4704925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-06-05T23:39:24.4705690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-06-05T23:39:24.4706498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_804, aten.view_copy.default 2025-06-05T23:39:24.4707659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_354, aten.linear.default 2025-06-05T23:39:24.4708661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_805, aten.view_copy.default 2025-06-05T23:39:24.4709496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_93, aten.relu.default 2025-06-05T23:39:24.4710339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_806, aten.view_copy.default 2025-06-05T23:39:24.4711181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_355, aten.linear.default 2025-06-05T23:39:24.4712030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_807, aten.view_copy.default 2025-06-05T23:39:24.4712858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-06-05T23:39:24.4713612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-06-05T23:39:24.4714388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-06-05T23:39:24.4715202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_808, aten.view_copy.default 2025-06-05T23:39:24.4716067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_356, aten.linear.default 2025-06-05T23:39:24.4716921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_809, aten.view_copy.default 2025-06-05T23:39:24.4717750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_94, aten.relu.default 2025-06-05T23:39:24.4718585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_810, aten.view_copy.default 2025-06-05T23:39:24.4719423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_357, aten.linear.default 2025-06-05T23:39:24.4720269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_811, aten.view_copy.default 2025-06-05T23:39:24.4721098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-06-05T23:39:24.4721865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-06-05T23:39:24.4722729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-06-05T23:39:24.4723547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_812, aten.view_copy.default 2025-06-05T23:39:24.4724410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_358, aten.linear.default 2025-06-05T23:39:24.4725267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_813, aten.view_copy.default 2025-06-05T23:39:24.4726084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_95, aten.relu.default 2025-06-05T23:39:24.4726918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_814, aten.view_copy.default 2025-06-05T23:39:24.4727761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_359, aten.linear.default 2025-06-05T23:39:24.4728620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_815, aten.view_copy.default 2025-06-05T23:39:24.4729451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-06-05T23:39:24.4730225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-06-05T23:39:24.4730992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-06-05T23:39:24.4731795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_816, aten.view_copy.default 2025-06-05T23:39:24.4732647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_360, aten.linear.default 2025-06-05T23:39:24.4733530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_817, aten.view_copy.default 2025-06-05T23:39:24.4734444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-06-05T23:39:24.4735216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-06-05T23:39:24.4735985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-06-05T23:39:24.4736773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_copy_int, aten.select_copy.int 2025-06-05T23:39:24.4737605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_361, aten.linear.default 2025-06-05T23:39:24.4738671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_dequantize_per_tensor_tensor, quantized_decomposed.dequantize_per_tensor.tensor 2025-06-05T23:39:24.4739548Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:39:24.4739942Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:39:24.4740281Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:39:24.4740629Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:39:24.4740989Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:39:24.4741708Z WARNING:root:Op aten.unbind.int was requested for preservation by partitioner. This request is ignored because it is in a blocklist. 2025-06-05T23:39:24.4742485Z ++ find ./mobilebert_fine_tune -type f -name 'mb*.pte' -print -quit 2025-06-05T23:39:24.4742895Z + EXPORTED_MODEL= 2025-06-05T23:39:24.4743122Z + [[ 0 -eq 0 ]] 2025-06-05T23:39:24.4743342Z + prepare_artifacts_upload 2025-06-05T23:39:24.4743602Z + '[' -n '' ']' 2025-06-05T23:39:24.4811531Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:39:24.4812026Z with: 2025-06-05T23:39:24.4812314Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:24.4812710Z fail-on-empty: false 2025-06-05T23:39:24.4812933Z env: 2025-06-05T23:39:24.4813177Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:24.4813524Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:24.4813785Z PR_NUMBER: 2025-06-05T23:39:24.4815543Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:24.4817452Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:24.4818022Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:24.4818557Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:24.4818923Z ##[endgroup] 2025-06-05T23:39:24.5407378Z Prepare all required actions 2025-06-05T23:39:24.5444877Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:39:24.5445230Z with: 2025-06-05T23:39:24.5445570Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:39:24.5446132Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:39:24.5446530Z env: 2025-06-05T23:39:24.5446776Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:24.5447111Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:24.5447389Z PR_NUMBER: 2025-06-05T23:39:24.5449130Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:24.5451112Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:24.5451680Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:24.5452222Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:24.5452590Z ##[endgroup] 2025-06-05T23:39:24.5476478Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:39:24.5477166Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:39:24.5485933Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:39:24.5486309Z env: 2025-06-05T23:39:24.5486553Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:24.5486904Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:24.5487168Z PR_NUMBER: 2025-06-05T23:39:24.5488872Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:24.5490761Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:24.5491337Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:24.5491867Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:24.5492380Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:39:24.5492914Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:39:24.5493335Z ##[endgroup] 2025-06-05T23:39:24.5700490Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-05T23:39:24.7826461Z latest: Pulling from tool/alpine 2025-06-05T23:39:24.7826874Z 540db60ca938: Pulling fs layer 2025-06-05T23:39:24.9017684Z 540db60ca938: Download complete 2025-06-05T23:39:24.9863584Z 540db60ca938: Pull complete 2025-06-05T23:39:24.9970058Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:39:25.0011581Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:39:26.5216371Z Prepare all required actions 2025-06-05T23:39:26.5242057Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:39:26.5242406Z with: 2025-06-05T23:39:26.5242674Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:39:26.5243155Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:39:26.5243556Z env: 2025-06-05T23:39:26.5243811Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:26.5244154Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:26.5244430Z PR_NUMBER: 2025-06-05T23:39:26.5246176Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:26.5248072Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:26.5248637Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:26.5249176Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:26.5249553Z ##[endgroup] 2025-06-05T23:39:26.5267574Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:39:26.5268332Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:39:26.5277404Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:39:26.5277777Z env: 2025-06-05T23:39:26.5278025Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:26.5278380Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:26.5278649Z PR_NUMBER: 2025-06-05T23:39:26.5280381Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:26.5282282Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:26.5282862Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:26.5283394Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:26.5283921Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:39:26.5284393Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:39:26.5284739Z ##[endgroup] 2025-06-05T23:39:27.6956076Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:39:27.6956690Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:39:27.6957139Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:39:27.6957679Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:39:27.6958292Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:39:27.6958786Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:39:27.6959216Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:39:27.6959541Z  fi 2025-06-05T23:39:27.6959913Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:39:27.6960368Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:39:27.6960753Z  fi 2025-06-05T23:39:27.6961004Z fi 2025-06-05T23:39:27.6961216Z  2025-06-05T23:39:27.6961437Z upload_docs=0 2025-06-05T23:39:27.6961825Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:39:27.6962286Z # empty folders do not count 2025-06-05T23:39:27.6962722Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:39:27.6963327Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:39:27.6963815Z  # upload will probably not work correctly 2025-06-05T23:39:27.6964160Z  upload_docs=1 2025-06-05T23:39:27.6964411Z fi 2025-06-05T23:39:27.6964710Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:39:27.6970779Z shell: /usr/bin/bash -e {0} 2025-06-05T23:39:27.6971061Z env: 2025-06-05T23:39:27.6971314Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:27.6971686Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:27.6971963Z PR_NUMBER: 2025-06-05T23:39:27.6973661Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:27.6975645Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:27.6976232Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:27.6976772Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:27.6977175Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:39:27.6977418Z ##[endgroup] 2025-06-05T23:39:27.7098935Z Prepare all required actions 2025-06-05T23:39:27.7130797Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:39:27.7131158Z with: 2025-06-05T23:39:27.7131344Z env: 2025-06-05T23:39:27.7131592Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:27.7131932Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:27.7132212Z PR_NUMBER: 2025-06-05T23:39:27.7133908Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:27.7135813Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:27.7136420Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:27.7136949Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:27.7137329Z ##[endgroup] 2025-06-05T23:39:27.7155923Z ##[group]Run set -eou pipefail 2025-06-05T23:39:27.7156241Z set -eou pipefail 2025-06-05T23:39:27.7156503Z  2025-06-05T23:39:27.7156849Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:39:27.7157312Z for _ in $(seq 1440); do 2025-06-05T23:39:27.7157641Z  # Break if no ssh session exists anymore 2025-06-05T23:39:27.7157985Z  if [ "$(who)" = "" ]; then 2025-06-05T23:39:27.7158264Z  break 2025-06-05T23:39:27.7158495Z  fi 2025-06-05T23:39:27.7158702Z  echo "." 2025-06-05T23:39:27.7159021Z  sleep 5 2025-06-05T23:39:27.7159256Z done 2025-06-05T23:39:27.7164710Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:39:27.7165078Z env: 2025-06-05T23:39:27.7165326Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:27.7165677Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:27.7165942Z PR_NUMBER: 2025-06-05T23:39:27.7167869Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:27.7169765Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:27.7170343Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:27.7170872Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:27.7171261Z ##[endgroup] 2025-06-05T23:39:27.7193749Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:39:27.7262267Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:39:27.7262817Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:39:27.7263244Z # shellcheck disable=SC2046 2025-06-05T23:39:27.7263567Z docker stop $(docker ps -q) || true 2025-06-05T23:39:27.7263916Z # Prune all of the docker images 2025-06-05T23:39:27.7264310Z docker system prune -af 2025-06-05T23:39:27.7269884Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:39:27.7270246Z env: 2025-06-05T23:39:27.7270508Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:27.7270876Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:27.7271146Z PR_NUMBER: 2025-06-05T23:39:27.7272972Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:27.7274865Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:27.7275433Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:27.7275986Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:27.7276360Z ##[endgroup] 2025-06-05T23:39:38.4454177Z 9c06f5161f51 2025-06-05T23:39:39.2480738Z Deleted Containers: 2025-06-05T23:39:39.2481398Z 9c06f5161f51f40609e16cc973a614c2debaa92ba00debf3694c0f339aa5a3ac 2025-06-05T23:39:39.2481874Z 2025-06-05T23:39:42.0261636Z Deleted Images: 2025-06-05T23:39:42.0262430Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:39:42.0263312Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:39:42.0264213Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-05T23:39:42.0264871Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-05T23:39:42.0265754Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:39:42.0267238Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk@sha256:a598771deb521efdcb258eacf60b9a9115e34a47e0ec6e3b41bd6a49ffb3adce 2025-06-05T23:39:42.0268530Z deleted: sha256:1db6031c5a19f41579dd393b449a8fa85c2e949e96f78b1202be29e201459087 2025-06-05T23:39:42.0269192Z deleted: sha256:2f2eccd33cd08ce1a5e38468b52d9d95309b93418bfcca96e8fecd24b2d087c1 2025-06-05T23:39:42.0269836Z deleted: sha256:30bbb8cd693e59269a0544aa710ff8a5109d307e7908f4c2f8aac222421dc8dd 2025-06-05T23:39:42.0270451Z deleted: sha256:6e598ee06d673625e12654ece295810f8f2c64c1c4b6b4c79d4a0085b0ab95bb 2025-06-05T23:39:42.0271082Z deleted: sha256:856136dec3b778e070b15e3bfe8f902b99152db01002b3c51fe4f0e9440ede3c 2025-06-05T23:39:42.0271701Z deleted: sha256:9896dbf07a7036fd4354309e72f5c9efef5ef96caf0f4030e7132bc8677b696d 2025-06-05T23:39:42.0288672Z deleted: sha256:43295d93d8fa1e6243da0a50e7ff812d7a45e91900e17bc9a32d10164c29b044 2025-06-05T23:39:42.0289345Z deleted: sha256:7beb7b1518707d2639b04b8f611f941be6542d5df8e00fbff1119ee1e36b01f3 2025-06-05T23:39:42.0289988Z deleted: sha256:f140d996341bc26628ec3d9f1550904ba8a7b7931ebd62ee23d12fc126491a47 2025-06-05T23:39:42.0290625Z deleted: sha256:da746bb2b38ce237c36fae5af2a50b4a46f285ebd50b0a02d84f6c8bcb6bbc0c 2025-06-05T23:39:42.0291269Z deleted: sha256:04c8a937a1561e8550a8a598e9c093d73f10246690ed589ad3f23534ab02c76f 2025-06-05T23:39:42.0291907Z deleted: sha256:b5d6d4acd251b6ac69357a165c91479b5e8f1702a37cfc15776af77eddde2404 2025-06-05T23:39:42.0292543Z deleted: sha256:7bee23d9f5e199e37a2ec556e712b54ef52bb30ced5e0ce2f37b60d7624df5ae 2025-06-05T23:39:42.0293197Z deleted: sha256:9d9ccae416e588bffff015c33b0c117bde8024b11b043956cbc26b18916ad299 2025-06-05T23:39:42.0293836Z deleted: sha256:5c7e5b5e3b2ebcee3007bd0fd2c409a85598d546930a22df302dd1fe7f1542d6 2025-06-05T23:39:42.0294486Z deleted: sha256:ab74eae120b22cff36da0a48ed5b30d804f4a65606735fd3077688c2e1ae7030 2025-06-05T23:39:42.0295121Z deleted: sha256:f14125e3900dee8f0d0a7b8a38d05ad0f6076c4500976a6795ec23f1b14ea1a2 2025-06-05T23:39:42.0295942Z deleted: sha256:e6fec5e98753edbdb07c6ea073f99f5bd4b6dd41a343c0228140b69913127cee 2025-06-05T23:39:42.0296603Z deleted: sha256:08804d9b4c7ba8ea664e3bbeac4916f5305caa3df590424c86bcd2ee81333b6e 2025-06-05T23:39:42.0297235Z deleted: sha256:a1e0e6887505fbba5f7542191b585d1aa1646085f5b9169d7d66c021044cd4a5 2025-06-05T23:39:42.0298018Z deleted: sha256:12655bcb01ff12049daf2e00ecdc5667a888a3ea832902ac2ab9aa3489a887cb 2025-06-05T23:39:42.0298654Z deleted: sha256:57ddd7a9d4b7281b997e017f8abe678d2d78c09f6dbe876306217f96d3a81a94 2025-06-05T23:39:42.0299294Z deleted: sha256:1b7f3a4b5bbcb835b8a919c3a1400b26cae20a19b863d03034d7a2bd78f3d48b 2025-06-05T23:39:42.0299949Z deleted: sha256:a16c0bf8d39a8e40c9c3bd305f8b1aa6daf203740f4a4b085d4082c6fe1159df 2025-06-05T23:39:42.0300587Z deleted: sha256:ad081a7103efef197123cbdb82d44e3f4d526b313f55acbaaaf7233443429d17 2025-06-05T23:39:42.0301230Z deleted: sha256:810dfb733d8f668f5034dc291c928ebecf583718c7d477148f8ff3424bfd45b1 2025-06-05T23:39:42.0302192Z deleted: sha256:a0b754dcf20ac4d7e88d4ebbb5f6bf366b15eac93096716993dd8ad0f63399c7 2025-06-05T23:39:42.0303040Z deleted: sha256:1662d8ba2290ad0ef83f1bbf3bec3e4a1390b2b1eeb600986ba64e02d2440c15 2025-06-05T23:39:42.0303678Z deleted: sha256:72f3c75257d1046ee55cece841f69a404113937fbb9dad11b1d208ad402ab0ec 2025-06-05T23:39:42.0304322Z deleted: sha256:b7ad650ecd12b33a673062609f9a9fe8873488f8d901724ce0b7e24bbb7c1950 2025-06-05T23:39:42.0304964Z deleted: sha256:a9c00ddfc9c07f0a7c96d11b9ce336c40144cc6d7d858218610ec9bdb6621766 2025-06-05T23:39:42.0305592Z deleted: sha256:3a0b9283b8e87533d4af456357fc8069774f8f7bdd863a4dd5f4fa84ea18d261 2025-06-05T23:39:42.0306236Z deleted: sha256:0ed09f6a3dce2ecb5545a6d08f414f944ce42688bb354410d2d3c4c2c63813ad 2025-06-05T23:39:42.0306859Z deleted: sha256:5c11659163aafc56df935c27e80e0882f36ab549b251996da49dc9c93e12a60c 2025-06-05T23:39:42.0307487Z deleted: sha256:4abfca2c3b9c37dd338f44590567a01587399406da63f68c0cb99a4d93425f1a 2025-06-05T23:39:42.0308214Z deleted: sha256:927b857563b91cfb53a865bf98c645f5475ba3fe9cf4608efc634bcb56499704 2025-06-05T23:39:42.0308835Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-05T23:39:42.0309210Z 2025-06-05T23:39:42.0309416Z Total reclaimed space: 18.13GB 2025-06-05T23:39:42.0346665Z ##[group]Run set +e 2025-06-05T23:39:42.0346957Z set +e 2025-06-05T23:39:42.0347197Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:39:42.0347605Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:39:42.0348059Z else 2025-06-05T23:39:42.0348338Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:39:42.0348682Z fi 2025-06-05T23:39:42.0348883Z set -e 2025-06-05T23:39:42.0354830Z shell: /usr/bin/bash -e {0} 2025-06-05T23:39:42.0355104Z env: 2025-06-05T23:39:42.0355365Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:39:42.0355709Z REPOSITORY: pytorch/executorch 2025-06-05T23:39:42.0356003Z PR_NUMBER: 2025-06-05T23:39:42.0357738Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-06-05T23:39:42.0359741Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:39:42.0360317Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:39:42.0360864Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:39:42.0361232Z NO_SUDO: false 2025-06-05T23:39:42.0361453Z ##[endgroup] 2025-06-05T23:39:43.3048942Z Post job cleanup. 2025-06-05T23:39:43.4100118Z Post job cleanup. 2025-06-05T23:39:43.5062142Z [command]/usr/bin/git version 2025-06-05T23:39:43.5121342Z git version 2.47.1 2025-06-05T23:39:43.5162750Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/69a2f157-5bb3-4ba0-a052-ad6157adf145' before making global git config changes 2025-06-05T23:39:43.5163701Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:39:43.5168112Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:39:43.5199763Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:39:43.5226124Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:39:43.5494828Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:39:43.5513527Z http.https://github.com/.extraheader 2025-06-05T23:39:43.5523385Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:39:43.5548182Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:39:43.5867232Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:39:43.5893083Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:39:43.5898055Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:39:43.5898433Z ##[endgroup] 2025-06-05T23:39:50.5387692Z Cleaning up orphan processes