2025-06-05T23:50:33.3092951Z Current runner version: '2.325.0' 2025-06-05T23:50:33.3102766Z Runner name: 'i-004d9115e988b44b9' 2025-06-05T23:50:33.3104359Z Machine name: 'ip-10-0-69-187' 2025-06-05T23:50:33.3108808Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:50:33.3112141Z Contents: read 2025-06-05T23:50:33.3113054Z Metadata: read 2025-06-05T23:50:33.3113859Z ##[endgroup] 2025-06-05T23:50:33.3117599Z Secret source: Actions 2025-06-05T23:50:33.3118870Z Prepare workflow directory 2025-06-05T23:50:33.3932343Z Prepare all required actions 2025-06-05T23:50:33.3988199Z Getting action download info 2025-06-05T23:50:33.6668855Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:50:33.9894759Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:50:40.4659021Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:50:40.8173027Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:50:40.9584917Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:50:41.4162871Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:50:41.7944910Z Getting action download info 2025-06-05T23:50:41.8948969Z Download action repository 'pytorch/pytorch@main' (SHA:28796f71d04302029290f473a286efc2aba339c2) 2025-06-05T23:50:55.9618243Z Complete job name: test-models-linux-aarch64 (emformer_join, portable, linux.arm64.2xlarge) / linux-job 2025-06-05T23:50:56.0345839Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:50:56.0506220Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:50:56.0519940Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:56.0520978Z ##[endgroup] 2025-06-05T23:50:57.6447350Z Runner Type: linux.arm64.2xlarge 2025-06-05T23:50:57.6448092Z Instance Type: t4g.2xlarge 2025-06-05T23:50:57.6448516Z AMI Name: unknown 2025-06-05T23:50:57.6480827Z AMI ID: ami-0013610ea966aafe0 2025-06-05T23:51:05.1755461Z ##[group]Run set -euxo pipefail 2025-06-05T23:51:05.1756077Z set -euxo pipefail 2025-06-05T23:51:05.1756530Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:51:05.1757087Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:51:05.1757741Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:51:05.1758322Z else 2025-06-05T23:51:05.1758773Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:51:05.1759393Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:51:05.1759824Z fi 2025-06-05T23:51:05.1760162Z  2025-06-05T23:51:05.1760497Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:51:05.1760987Z echo "::endgroup::" 2025-06-05T23:51:05.1774238Z shell: /usr/bin/bash -e {0} 2025-06-05T23:51:05.1774670Z env: 2025-06-05T23:51:05.1775141Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:05.1775786Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:05.1776267Z PR_NUMBER: 2025-06-05T23:51:05.1778684Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:05.1781419Z NO_SUDO: false 2025-06-05T23:51:05.1781765Z ##[endgroup] 2025-06-05T23:51:05.1816508Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:51:05.1836477Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:51:05.1840991Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:51:05.1841703Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:51:05.2815749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:51:05.2838980Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:51:05.2852308Z + echo ::endgroup:: 2025-06-05T23:51:05.2853351Z ##[endgroup] 2025-06-05T23:51:05.3002879Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:51:05.3003587Z with: 2025-06-05T23:51:05.3003914Z repository: pytorch/test-infra 2025-06-05T23:51:05.3004347Z path: test-infra 2025-06-05T23:51:05.3004690Z submodules: recursive 2025-06-05T23:51:05.3005290Z token: *** 2025-06-05T23:51:05.3005614Z ssh-strict: true 2025-06-05T23:51:05.3005941Z ssh-user: git 2025-06-05T23:51:05.3006314Z persist-credentials: true 2025-06-05T23:51:05.3006691Z clean: true 2025-06-05T23:51:05.3007047Z sparse-checkout-cone-mode: true 2025-06-05T23:51:05.3007465Z fetch-depth: 1 2025-06-05T23:51:05.3007801Z fetch-tags: false 2025-06-05T23:51:05.3008143Z show-progress: true 2025-06-05T23:51:05.3008485Z lfs: false 2025-06-05T23:51:05.3008805Z set-safe-directory: true 2025-06-05T23:51:05.3009179Z env: 2025-06-05T23:51:05.3009566Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:05.3010090Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:05.3010536Z PR_NUMBER: 2025-06-05T23:51:05.3012957Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:05.3015469Z ##[endgroup] 2025-06-05T23:51:05.4553645Z Syncing repository: pytorch/test-infra 2025-06-05T23:51:05.4554727Z ##[group]Getting Git version info 2025-06-05T23:51:05.4555472Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:51:05.4556507Z [command]/usr/bin/git version 2025-06-05T23:51:05.4556919Z git version 2.47.1 2025-06-05T23:51:05.4586158Z ##[endgroup] 2025-06-05T23:51:05.4605539Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fec399ea-44f4-46c0-87cb-dc12801bf3f4' before making global git config changes 2025-06-05T23:51:05.4607121Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:51:05.4615404Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:51:05.4660322Z ##[group]Initializing the repository 2025-06-05T23:51:05.4668395Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:51:05.4706507Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:51:05.4707409Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:51:05.4708217Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:51:05.4708798Z hint: 2025-06-05T23:51:05.4709230Z hint: git config --global init.defaultBranch 2025-06-05T23:51:05.4709755Z hint: 2025-06-05T23:51:05.4710245Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:51:05.4711041Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:51:05.4711666Z hint: 2025-06-05T23:51:05.4712027Z hint: git branch -m 2025-06-05T23:51:05.4712851Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:51:05.4725310Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:51:05.4760104Z ##[endgroup] 2025-06-05T23:51:05.4760729Z ##[group]Disabling automatic garbage collection 2025-06-05T23:51:05.4769158Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:51:05.4803648Z ##[endgroup] 2025-06-05T23:51:05.4804232Z ##[group]Setting up auth 2025-06-05T23:51:05.4812850Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:51:05.4846851Z [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:51:05.5191107Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:51:05.5225861Z [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:51:05.5558373Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:05.5602542Z ##[endgroup] 2025-06-05T23:51:05.5603233Z ##[group]Determining the default branch 2025-06-05T23:51:05.5606892Z Retrieving the default branch name 2025-06-05T23:51:05.7967197Z Default branch 'main' 2025-06-05T23:51:05.7968037Z ##[endgroup] 2025-06-05T23:51:05.7968623Z ##[group]Fetching the repository 2025-06-05T23:51:05.7975604Z [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:51:06.3897968Z From https://github.com/pytorch/test-infra 2025-06-05T23:51:06.3898694Z * [new branch] main -> origin/main 2025-06-05T23:51:06.3925696Z ##[endgroup] 2025-06-05T23:51:06.3926291Z ##[group]Determining the checkout info 2025-06-05T23:51:06.3927770Z ##[endgroup] 2025-06-05T23:51:06.3934415Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:51:06.3984666Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:51:06.4025321Z ##[group]Checking out the ref 2025-06-05T23:51:06.4031428Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:51:06.5036308Z Switched to a new branch 'main' 2025-06-05T23:51:06.5036856Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:51:06.5046820Z ##[endgroup] 2025-06-05T23:51:06.5047474Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:51:06.5054933Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:06.5119405Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:51:06.5165995Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:51:06.5209450Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:51:06.5248501Z ##[endgroup] 2025-06-05T23:51:06.5249077Z ##[group]Fetching submodules 2025-06-05T23:51:06.5254619Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:51:06.5589816Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:51:06.5924407Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:51:06.6252904Z ##[endgroup] 2025-06-05T23:51:06.6253575Z ##[group]Persisting credentials for submodules 2025-06-05T23:51:06.6259983Z [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:51:06.6596336Z [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:51:06.6929687Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:51:06.7256257Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:51:06.7578283Z ##[endgroup] 2025-06-05T23:51:06.7628371Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:51:06.7662375Z e339ed56a2ad5e0f901a4edc5e1d5770100696d3 2025-06-05T23:51:06.7919579Z Prepare all required actions 2025-06-05T23:51:06.7920426Z Getting action download info 2025-06-05T23:51:06.9072006Z Download action repository 'pytorch/test-infra@main' (SHA:e339ed56a2ad5e0f901a4edc5e1d5770100696d3) 2025-06-05T23:51:08.5073204Z Getting action download info 2025-06-05T23:51:08.5902398Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:51:08.8427089Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:51:08.8427883Z env: 2025-06-05T23:51:08.8428632Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:08.8429518Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:08.8430215Z PR_NUMBER: 2025-06-05T23:51:08.8432933Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:08.8435668Z ##[endgroup] 2025-06-05T23:51:08.8710425Z ##[group]Run set -euo pipefail 2025-06-05T23:51:08.8711513Z set -euo pipefail 2025-06-05T23:51:08.8712389Z function get_ec2_metadata() { 2025-06-05T23:51:08.8713308Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:51:08.8714560Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:51:08.8715709Z  category=$1 2025-06-05T23:51:08.8717247Z  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:51:08.8719043Z } 2025-06-05T23:51:08.8719688Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:51:08.8720639Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:51:08.8721706Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:51:08.8722378Z echo "system info $(uname -a)" 2025-06-05T23:51:08.8747266Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:08.8748061Z env: 2025-06-05T23:51:08.8748651Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:08.8749400Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:08.8750679Z PR_NUMBER: 2025-06-05T23:51:08.8753458Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:08.8756267Z ##[endgroup] 2025-06-05T23:51:08.9150873Z ami-id: ami-0013610ea966aafe0 2025-06-05T23:51:08.9434349Z instance-id: i-004d9115e988b44b9 2025-06-05T23:51:08.9731987Z instance-type: t4g.2xlarge 2025-06-05T23:51:08.9769955Z system info Linux ip-10-0-69-187.ec2.internal 6.1.130-139.222.amzn2023.aarch64 #1 SMP Tue Mar 11 01:10:34 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux 2025-06-05T23:51:08.9882332Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:51:08.9884178Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:51:08.9909272Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:08.9910577Z env: 2025-06-05T23:51:08.9912367Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:08.9913295Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:08.9914388Z PR_NUMBER: 2025-06-05T23:51:08.9918390Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:08.9921593Z ##[endgroup] 2025-06-05T23:51:09.0164734Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:51:09.0165884Z if systemctl is-active --quiet docker; then 2025-06-05T23:51:09.0166763Z  echo "Docker daemon is running..."; 2025-06-05T23:51:09.0167668Z else 2025-06-05T23:51:09.0168520Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:51:09.0169483Z fi 2025-06-05T23:51:09.0193053Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:09.0194104Z env: 2025-06-05T23:51:09.0195010Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:09.0195905Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:09.0196801Z PR_NUMBER: 2025-06-05T23:51:09.0199777Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:09.0202518Z ##[endgroup] 2025-06-05T23:51:09.0307160Z Docker daemon is running... 2025-06-05T23:51:09.0347047Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:51:09.0347932Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:51:09.0348642Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:51:09.0349726Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:51:09.0350757Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:51:09.0358821Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:09.0359337Z env: 2025-06-05T23:51:09.0359702Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:09.0360219Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:09.0360605Z PR_NUMBER: 2025-06-05T23:51:09.0362958Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:09.0365434Z AWS_RETRY_MODE: standard 2025-06-05T23:51:09.0366122Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:51:09.0366656Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:51:09.0367036Z ##[endgroup] 2025-06-05T23:51:11.1356253Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:11.1357775Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:11.1359166Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:11.1360428Z 2025-06-05T23:51:11.1362748Z Login Succeeded 2025-06-05T23:51:11.1724132Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:11.1725505Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:11.1726682Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:11.1751417Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:11.1752373Z env: 2025-06-05T23:51:11.1753096Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:11.1754043Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:11.1754858Z PR_NUMBER: 2025-06-05T23:51:11.1757614Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:11.1760663Z ##[endgroup] 2025-06-05T23:51:11.2008550Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:51:11.2009711Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:51:11.2010451Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:51:11.2011128Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:51:11.2012095Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:11.2013077Z  2025-06-05T23:51:11.2013829Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:51:11.2014727Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:51:11.2015581Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:51:11.2016629Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:11.2017577Z  2025-06-05T23:51:11.2018268Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:51:11.2019024Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:51:11.2019936Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:51:11.2020834Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:11.2044270Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:11.2045227Z env: 2025-06-05T23:51:11.2045935Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:11.2046587Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:11.2047283Z PR_NUMBER: 2025-06-05T23:51:11.2050985Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:11.2053851Z ##[endgroup] 2025-06-05T23:51:11.5584043Z ##[group]Run needs=0 2025-06-05T23:51:11.5584799Z needs=0 2025-06-05T23:51:11.5585485Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:51:11.5586215Z  needs=1 2025-06-05T23:51:11.5586586Z fi 2025-06-05T23:51:11.5587316Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:51:11.5607996Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:11.5608903Z env: 2025-06-05T23:51:11.5609594Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:11.5610578Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:11.5611230Z PR_NUMBER: 2025-06-05T23:51:11.5614745Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:11.5617834Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:11.5619103Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:11.5620175Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:11.5620997Z ##[endgroup] 2025-06-05T23:51:11.6308516Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:51:11.6309703Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:51:11.6310331Z # shellcheck disable=SC2046 2025-06-05T23:51:11.6311060Z docker stop $(docker ps -q) || true 2025-06-05T23:51:11.6311830Z # Prune all of the docker images 2025-06-05T23:51:11.6312612Z docker system prune -af 2025-06-05T23:51:11.6336010Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:11.6336716Z env: 2025-06-05T23:51:11.6337397Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:11.6338330Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:11.6339047Z PR_NUMBER: 2025-06-05T23:51:11.6341709Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:11.6344720Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:11.6345884Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:11.6346884Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:11.6347754Z ##[endgroup] 2025-06-05T23:51:11.7137030Z "docker stop" requires at least 1 argument. 2025-06-05T23:51:11.7139490Z See 'docker stop --help'. 2025-06-05T23:51:11.7140267Z 2025-06-05T23:51:11.7140680Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:51:11.7141298Z 2025-06-05T23:51:11.7141671Z Stop one or more running containers 2025-06-05T23:51:11.7524057Z Total reclaimed space: 0B 2025-06-05T23:51:11.7770753Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:51:11.7771624Z with: 2025-06-05T23:51:11.7774453Z github-secret: *** 2025-06-05T23:51:11.7775886Z 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:51:11.7777283Z activate-with-label: false 2025-06-05T23:51:11.7778117Z label: with-ssh 2025-06-05T23:51:11.7778832Z remove-existing-keys: true 2025-06-05T23:51:11.7779556Z fail-silently: true 2025-06-05T23:51:11.7780217Z env: 2025-06-05T23:51:11.7780897Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:11.7781738Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:11.7782478Z PR_NUMBER: 2025-06-05T23:51:11.7785329Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:11.7789339Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:11.7790465Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:11.7791569Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:11.7792478Z ##[endgroup] 2025-06-05T23:51:12.0665303Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:51:12.0672537Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:51:12.0996506Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:51:12.0997584Z with: 2025-06-05T23:51:12.0998264Z repository: pytorch/executorch 2025-06-05T23:51:12.0999023Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:12.0999878Z path: pytorch/executorch 2025-06-05T23:51:12.1000568Z fetch-depth: 1 2025-06-05T23:51:12.1001267Z submodules: recursive 2025-06-05T23:51:12.1002255Z token: *** 2025-06-05T23:51:12.1002583Z ssh-strict: true 2025-06-05T23:51:12.1002923Z ssh-user: git 2025-06-05T23:51:12.1003496Z persist-credentials: true 2025-06-05T23:51:12.1004224Z clean: true 2025-06-05T23:51:12.1004980Z sparse-checkout-cone-mode: true 2025-06-05T23:51:12.1005772Z fetch-tags: false 2025-06-05T23:51:12.1006434Z show-progress: true 2025-06-05T23:51:12.1007011Z lfs: false 2025-06-05T23:51:12.1007649Z set-safe-directory: true 2025-06-05T23:51:12.1008164Z env: 2025-06-05T23:51:12.1009017Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:12.1009986Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:12.1010685Z PR_NUMBER: 2025-06-05T23:51:12.1013408Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:12.1016223Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:12.1017293Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:12.1018381Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:12.1019117Z ##[endgroup] 2025-06-05T23:51:12.3964703Z Syncing repository: pytorch/executorch 2025-06-05T23:51:12.3995583Z ##[group]Getting Git version info 2025-06-05T23:51:12.3997149Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:51:12.4094512Z [command]/usr/bin/git version 2025-06-05T23:51:12.4209414Z git version 2.47.1 2025-06-05T23:51:12.4301541Z ##[endgroup] 2025-06-05T23:51:12.4350861Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8f2cd056-289b-474f-9363-456535b83843' before making global git config changes 2025-06-05T23:51:12.4352708Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:51:12.4378693Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:51:12.4491062Z ##[group]Initializing the repository 2025-06-05T23:51:12.4516501Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:51:12.4617977Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:51:12.4620232Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:51:12.4621606Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:51:12.4622528Z hint: 2025-06-05T23:51:12.4623262Z hint: git config --global init.defaultBranch 2025-06-05T23:51:12.4624083Z hint: 2025-06-05T23:51:12.4624764Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:51:12.4625843Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:51:12.4626821Z hint: 2025-06-05T23:51:12.4627448Z hint: git branch -m 2025-06-05T23:51:12.4634084Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:51:12.4672611Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:51:12.4762225Z ##[endgroup] 2025-06-05T23:51:12.4763910Z ##[group]Disabling automatic garbage collection 2025-06-05T23:51:12.4789255Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:51:12.4879930Z ##[endgroup] 2025-06-05T23:51:12.4881170Z ##[group]Setting up auth 2025-06-05T23:51:12.4910079Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:51:12.5006195Z [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:51:12.5890505Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:51:12.5987689Z [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:51:12.6932604Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:12.7078805Z ##[endgroup] 2025-06-05T23:51:12.7080089Z ##[group]Fetching the repository 2025-06-05T23:51:12.7112489Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:14.6181130Z From https://github.com/pytorch/executorch 2025-06-05T23:51:14.6181819Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:51:14.6207518Z ##[endgroup] 2025-06-05T23:51:14.6208282Z ##[group]Determining the checkout info 2025-06-05T23:51:14.6210100Z ##[endgroup] 2025-06-05T23:51:14.6216839Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:51:14.6271195Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:51:14.6306275Z ##[group]Checking out the ref 2025-06-05T23:51:14.6312421Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:15.2408695Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:51:15.2409172Z 2025-06-05T23:51:15.2409503Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:51:15.2410269Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:51:15.2411034Z state without impacting any branches by switching back to a branch. 2025-06-05T23:51:15.2411480Z 2025-06-05T23:51:15.2411771Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:51:15.2412481Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:51:15.2412888Z 2025-06-05T23:51:15.2413062Z git switch -c 2025-06-05T23:51:15.2413338Z 2025-06-05T23:51:15.2413490Z Or undo this operation with: 2025-06-05T23:51:15.2413744Z 2025-06-05T23:51:15.2413880Z git switch - 2025-06-05T23:51:15.2414068Z 2025-06-05T23:51:15.2414440Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:51:15.2415397Z 2025-06-05T23:51:15.2415768Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:51:15.2445141Z ##[endgroup] 2025-06-05T23:51:15.2445742Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:51:15.2453147Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:15.2516039Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:51:15.2552174Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:51:15.2593142Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:51:15.2624917Z ##[endgroup] 2025-06-05T23:51:15.2625640Z ##[group]Fetching submodules 2025-06-05T23:51:15.2631148Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:51:15.2962996Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:51:15.3307385Z 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:51:15.3309714Z 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:51:15.3311517Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:51:15.3313297Z 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:51:15.3315608Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:15.3317638Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:51:15.3319295Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:15.3320975Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:15.3322671Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:15.3324388Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:15.3326239Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:15.3328027Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:51:15.3329632Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:15.3330969Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:51:15.3332016Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:51:15.3333293Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:51:15.3334664Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:51:15.3336390Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:51:15.3339899Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:51:15.3343599Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:51:15.3348425Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:51:15.3352814Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:51:15.3357190Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:51:15.3361693Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:51:15.3395113Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:51:16.2293977Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:51:16.9538476Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:51:17.2429437Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:51:17.6936464Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:51:17.9919764Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:51:18.2970988Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:51:18.5248653Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:51:18.7079200Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:51:19.5218645Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:51:19.9148263Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:51:20.2203080Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:51:20.4983506Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:51:21.2669093Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:51:21.8643423Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:51:22.3095577Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:51:22.6781724Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:51:22.9129329Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:51:23.2205291Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:51:23.5634558Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:51:23.8336128Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:51:24.2873346Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:51:24.5198031Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:51:24.9296732Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:51:26.5023724Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:51:26.5024617Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:51:26.5149035Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:51:27.8864270Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:51:27.8865061Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:51:27.8991669Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:51:27.9010691Z 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:51:27.9039561Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:51:29.0302620Z From https://github.com/google/flatbuffers 2025-06-05T23:51:29.0303304Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:51:29.1477814Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:51:29.7452354Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:51:29.7453037Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:51:29.7547719Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:51:30.5966097Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:51:30.5966821Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:51:30.6534274Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:51:31.3719903Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:51:31.3721317Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:51:31.4484894Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:51:32.0933003Z From https://github.com/zeux/volk 2025-06-05T23:51:32.0934358Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:51:32.1179467Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:51:32.7086455Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:51:32.7087788Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:51:32.7367850Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:51:33.2974930Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:51:33.2975744Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:51:33.3177738Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:51:35.1646468Z From https://github.com/google/XNNPACK 2025-06-05T23:51:35.1647172Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:51:35.8447032Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:51:36.3914989Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:51:36.3915651Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:51:36.4844089Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:51:36.9507069Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:51:36.9507771Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:51:36.9953300Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:51:37.5444185Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:51:37.5444912Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:51:37.5747053Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:51:37.5764890Z 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:51:37.5766835Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:37.5769582Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:37.5772175Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:37.5775131Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:37.5803714Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:51:37.9295013Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:51:38.4546393Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:51:38.9384348Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:51:39.2838294Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:51:40.8446824Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:51:40.8447987Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:51:41.0996206Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:51:42.1543107Z From https://github.com/nlohmann/json 2025-06-05T23:51:42.1544426Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:51:42.3840348Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:51:43.2149160Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:51:43.2149978Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:51:43.3032022Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:51:43.3050412Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:43.3078045Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:51:44.0665511Z From https://github.com/zherczeg/sljit 2025-06-05T23:51:44.0666159Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:51:44.0917266Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:51:44.6627482Z From https://github.com/google/re2 2025-06-05T23:51:44.6628135Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:51:44.6815091Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:51:45.2440085Z From https://github.com/google/sentencepiece 2025-06-05T23:51:45.2440888Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:51:45.3812472Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:51:47.2453710Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:51:47.2454427Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:51:47.3852144Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:51:48.0218921Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:51:48.0219617Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:51:48.0534472Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:51:48.7268831Z From https://github.com/pytorch/ao 2025-06-05T23:51:48.7269499Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:51:48.8406859Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:51:48.8426352Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:48.8455179Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:51:50.8788134Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:51:50.8788820Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:51:51.5269346Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:51:52.2926865Z From https://github.com/google/flatbuffers 2025-06-05T23:51:52.2927540Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:51:52.4097325Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:51:53.0501628Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:51:53.0502301Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:51:53.0784038Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:51:53.7593390Z From https://github.com/gflags/gflags 2025-06-05T23:51:53.7594117Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:51:53.7786334Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:51:54.4332834Z From https://github.com/google/googletest 2025-06-05T23:51:54.4333498Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:51:54.4752379Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:51:54.9281249Z From https://github.com/leetal/ios-cmake 2025-06-05T23:51:54.9281921Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:51:54.9398369Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:51:55.4781330Z From https://github.com/nlohmann/json 2025-06-05T23:51:55.4782016Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:51:55.5875428Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:51:55.5977471Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:51:56.2547614Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:51:56.2548371Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:51:56.4180664Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:51:57.0389818Z From https://github.com/pybind/pybind11 2025-06-05T23:51:57.0390495Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:51:57.0714991Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:51:57.0760449Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:51:57.1083156Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:57.1132446Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:57.1180449Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:57.1233203Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:57.1282854Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:57.1331019Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:57.1378020Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:57.1426082Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:57.1474065Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:57.1521904Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:57.1582437Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:57.1630724Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:57.1677817Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:57.1723794Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:57.1771726Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:57.1821886Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:57.1866262Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:57.1916367Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:57.1965468Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:57.2015550Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:57.2070089Z Entering 'shim' 2025-06-05T23:51:57.2118374Z Entering 'third-party/ao' 2025-06-05T23:51:57.2166353Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:57.2223707Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:57.2276096Z Entering 'third-party/flatcc' 2025-06-05T23:51:57.2325102Z Entering 'third-party/gflags' 2025-06-05T23:51:57.2372444Z Entering 'third-party/googletest' 2025-06-05T23:51:57.2420214Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:57.2468362Z Entering 'third-party/json' 2025-06-05T23:51:57.2517505Z Entering 'third-party/pocketfft' 2025-06-05T23:51:57.2568226Z Entering 'third-party/prelude' 2025-06-05T23:51:57.2620028Z Entering 'third-party/pybind11' 2025-06-05T23:51:57.2682324Z ##[endgroup] 2025-06-05T23:51:57.2682929Z ##[group]Persisting credentials for submodules 2025-06-05T23:51:57.2692272Z [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:51:57.3000606Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:57.3060918Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:57.3118836Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:57.3185704Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:57.3247803Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:57.3308730Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:57.3368302Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:57.3427444Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:57.3486652Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:57.3546251Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:57.3620855Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:57.3680409Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:57.3739078Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:57.3796450Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:57.3858992Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:57.3920054Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:57.3979344Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:57.4039910Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:57.4097608Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:57.4161700Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:57.4223321Z Entering 'shim' 2025-06-05T23:51:57.4282890Z Entering 'third-party/ao' 2025-06-05T23:51:57.4342070Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:57.4411031Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:57.4472922Z Entering 'third-party/flatcc' 2025-06-05T23:51:57.4530760Z Entering 'third-party/gflags' 2025-06-05T23:51:57.4587652Z Entering 'third-party/googletest' 2025-06-05T23:51:57.4646948Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:57.4702619Z Entering 'third-party/json' 2025-06-05T23:51:57.4762139Z Entering 'third-party/pocketfft' 2025-06-05T23:51:57.4817477Z Entering 'third-party/prelude' 2025-06-05T23:51:57.4880746Z Entering 'third-party/pybind11' 2025-06-05T23:51:57.4957161Z [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:51:57.5263131Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:57.5318793Z 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:51:57.5336943Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:57.5394318Z 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:51:57.5410328Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:57.5468453Z 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:51:57.5490733Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:57.5549333Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:51:57.5567025Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:57.5624240Z 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:51:57.5642744Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:57.5701820Z 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:51:57.5718915Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:57.5777533Z 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:51:57.5794900Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:57.5851021Z 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:51:57.5868715Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:57.5924268Z 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:51:57.5941441Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:57.5998316Z 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:51:57.6028838Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:57.6086312Z 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:51:57.6104290Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:57.6164384Z 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:51:57.6181485Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:57.6238572Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:51:57.6255701Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:57.6311153Z 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:51:57.6330525Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:57.6385759Z 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:51:57.6404934Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:57.6461249Z 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:51:57.6477286Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:57.6533581Z 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:51:57.6553730Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:57.6608982Z 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:51:57.6626446Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:57.6680114Z 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:51:57.6699894Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:57.6755692Z 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:51:57.6775461Z Entering 'shim' 2025-06-05T23:51:57.6828581Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:51:57.6847079Z Entering 'third-party/ao' 2025-06-05T23:51:57.6900963Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:51:57.6918466Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:57.6975051Z 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:51:57.7003644Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:57.7061682Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:51:57.7081917Z Entering 'third-party/flatcc' 2025-06-05T23:51:57.7138474Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:51:57.7156439Z Entering 'third-party/gflags' 2025-06-05T23:51:57.7212080Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:51:57.7230847Z Entering 'third-party/googletest' 2025-06-05T23:51:57.7287443Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:51:57.7305410Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:57.7361326Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:51:57.7378481Z Entering 'third-party/json' 2025-06-05T23:51:57.7435263Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:51:57.7453986Z Entering 'third-party/pocketfft' 2025-06-05T23:51:57.7509744Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:51:57.7527117Z Entering 'third-party/prelude' 2025-06-05T23:51:57.7583405Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:51:57.7603974Z Entering 'third-party/pybind11' 2025-06-05T23:51:57.7661503Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:51:57.8189173Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:51:57.8496705Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:57.8541660Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:57.8586365Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:57.8635566Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:57.8682681Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:57.8728381Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:57.8773398Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:57.8817994Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:57.8864812Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:57.8908612Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:57.8968151Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:57.9015022Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:57.9065701Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:57.9109983Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:57.9156579Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:57.9202524Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:57.9247665Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:57.9296624Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:57.9342717Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:57.9389452Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:57.9449947Z Entering 'shim' 2025-06-05T23:51:57.9482423Z Entering 'third-party/ao' 2025-06-05T23:51:57.9527076Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:57.9582801Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:57.9630167Z Entering 'third-party/flatcc' 2025-06-05T23:51:57.9674980Z Entering 'third-party/gflags' 2025-06-05T23:51:57.9718062Z Entering 'third-party/googletest' 2025-06-05T23:51:57.9762626Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:57.9805805Z Entering 'third-party/json' 2025-06-05T23:51:57.9852389Z Entering 'third-party/pocketfft' 2025-06-05T23:51:57.9895186Z Entering 'third-party/prelude' 2025-06-05T23:51:57.9944233Z Entering 'third-party/pybind11' 2025-06-05T23:51:58.0009116Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:51:58.0314404Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:58.0360732Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:58.0404628Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:58.0458230Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:58.0505375Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:58.0552575Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:58.0599924Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:58.0648039Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:58.0696438Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:58.0741459Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:58.0800965Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:58.0847949Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:58.0894549Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:58.0937753Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:58.0984055Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:58.1027979Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:58.1070887Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:58.1119971Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:58.1163985Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:58.1213055Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:58.1264773Z Entering 'shim' 2025-06-05T23:51:58.1310582Z Entering 'third-party/ao' 2025-06-05T23:51:58.1357706Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:58.1415327Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:58.1463933Z Entering 'third-party/flatcc' 2025-06-05T23:51:58.1510891Z Entering 'third-party/gflags' 2025-06-05T23:51:58.1557249Z Entering 'third-party/googletest' 2025-06-05T23:51:58.1603067Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:58.1648101Z Entering 'third-party/json' 2025-06-05T23:51:58.1696202Z Entering 'third-party/pocketfft' 2025-06-05T23:51:58.1740277Z Entering 'third-party/prelude' 2025-06-05T23:51:58.1789639Z Entering 'third-party/pybind11' 2025-06-05T23:51:58.1847232Z ##[endgroup] 2025-06-05T23:51:58.1890152Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:51:58.1916164Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:58.2203243Z Prepare all required actions 2025-06-05T23:51:58.2204211Z Getting action download info 2025-06-05T23:51:58.3024097Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:51:58.4796205Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:51:58.4796750Z with: 2025-06-05T23:51:58.4797155Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:58.4797688Z docker-build-dir: .ci/docker 2025-06-05T23:51:58.4798239Z working-directory: pytorch/executorch 2025-06-05T23:51:58.4798680Z docker-build-script: ./build.sh 2025-06-05T23:51:58.4799483Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:58.4800027Z force-push: false 2025-06-05T23:51:58.4800333Z env: 2025-06-05T23:51:58.4800698Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:58.4801197Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:58.4801583Z PR_NUMBER: 2025-06-05T23:51:58.4803954Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:58.4806577Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:58.4807372Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:58.4808135Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:58.4808655Z ##[endgroup] 2025-06-05T23:51:58.4846708Z ##[group]Run set -ex 2025-06-05T23:51:58.4847131Z set -ex 2025-06-05T23:51:58.4847432Z  2025-06-05T23:51:58.4848002Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:51:58.4848908Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:51:58.4849906Z # job could then download the pre-built image as usual 2025-06-05T23:51:58.4850665Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:51:58.4851356Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.4851961Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.4852529Z  2025-06-05T23:51:58.4853021Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:51:58.4853631Z  exit 0 2025-06-05T23:51:58.4853930Z else 2025-06-05T23:51:58.4854286Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.4854726Z fi 2025-06-05T23:51:58.4855021Z  2025-06-05T23:51:58.4855475Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:51:58.4856294Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:51:58.4857012Z  # use it as it is, but first let's extract the tag 2025-06-05T23:51:58.4857672Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:51:58.4858365Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.4859021Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.4859587Z else 2025-06-05T23:51:58.4859932Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:51:58.4860450Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:51:58.4860987Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:51:58.4861439Z  fi 2025-06-05T23:51:58.4862386Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:51:58.4863251Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.4864122Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.4865082Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.4865659Z fi 2025-06-05T23:51:58.4873006Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:58.4873747Z env: 2025-06-05T23:51:58.4874127Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:58.4874640Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:58.4875022Z PR_NUMBER: 2025-06-05T23:51:58.4877349Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:58.4880087Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:58.4880890Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:58.4881638Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:58.4882190Z REPO_NAME: executorch 2025-06-05T23:51:58.4882648Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:58.4883164Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:51:58.4883557Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:51:58.4884065Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:58.4884601Z CUSTOM_TAG_PREFIX: 2025-06-05T23:51:58.4884931Z ##[endgroup] 2025-06-05T23:51:58.4915869Z + [[ ! -d .ci/docker ]] 2025-06-05T23:51:58.4916284Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:51:58.4916689Z + echo skip=false 2025-06-05T23:51:58.4917423Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *\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:51:58.4918365Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *:* ]] 2025-06-05T23:51:58.4920189Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:51:58.4938459Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:58.4939085Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:58.4940262Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:58.4942545Z + echo custom-tag-prefix= 2025-06-05T23:51:58.4989460Z ##[group]Run set +e 2025-06-05T23:51:58.4989943Z set +e 2025-06-05T23:51:58.4990262Z set -x 2025-06-05T23:51:58.4990557Z  2025-06-05T23:51:58.4990840Z login() { 2025-06-05T23:51:58.4991476Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:51:58.4992183Z } 2025-06-05T23:51:58.4992456Z  2025-06-05T23:51:58.4992739Z retry () { 2025-06-05T23:51:58.4993100Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:51:58.4993523Z } 2025-06-05T23:51:58.4993808Z  2025-06-05T23:51:58.4994117Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:51:58.4994555Z  2025-06-05T23:51:58.4994848Z START_TIME=$(date +%s) 2025-06-05T23:51:58.4995246Z # Wait up to 120 minutes 2025-06-05T23:51:58.4995730Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:51:58.4996669Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:51:58.4997360Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:51:58.4997850Z  exit 0 2025-06-05T23:51:58.4998290Z  fi 2025-06-05T23:51:58.4998577Z  2025-06-05T23:51:58.4999098Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:51:58.5000002Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:51:58.5000910Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:51:58.5001839Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:51:58.5002377Z  # It's a Docker build job, let's build the image 2025-06-05T23:51:58.5002849Z  break 2025-06-05T23:51:58.5003159Z  else 2025-06-05T23:51:58.5003621Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:51:58.5004184Z  sleep 300 2025-06-05T23:51:58.5004519Z  fi 2025-06-05T23:51:58.5004818Z done 2025-06-05T23:51:58.5005108Z  2025-06-05T23:51:58.5005586Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:51:58.5006359Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:51:58.5007063Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:51:58.5007678Z  # if we're on the base branch then use the parent commit 2025-06-05T23:51:58.5008227Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:51:58.5008667Z else 2025-06-05T23:51:58.5009103Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:51:58.5009747Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:51:58.5010235Z fi 2025-06-05T23:51:58.5010523Z  2025-06-05T23:51:58.5010843Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:51:58.5011327Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.5011771Z  2025-06-05T23:51:58.5012413Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:51:58.5013180Z  exit 0 2025-06-05T23:51:58.5013473Z fi 2025-06-05T23:51:58.5013759Z  2025-06-05T23:51:58.5014164Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:51:58.5015092Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:51:58.5015938Z  exit 1 2025-06-05T23:51:58.5016248Z fi 2025-06-05T23:51:58.5016536Z  2025-06-05T23:51:58.5017029Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:51:58.5017935Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:51:58.5018742Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:51:58.5019679Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:51:58.5020725Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:51:58.5021359Z fi 2025-06-05T23:51:58.5021639Z  2025-06-05T23:51:58.5021990Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:58.5029439Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:58.5029958Z env: 2025-06-05T23:51:58.5030878Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:58.5031953Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:58.5032337Z PR_NUMBER: 2025-06-05T23:51:58.5034841Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:58.5037474Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:58.5038397Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:58.5039289Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:58.5039845Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:51:58.5040326Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:58.5040901Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:58.5041513Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:58.5042045Z DOCKER_PUSH: 2025-06-05T23:51:58.5042345Z ##[endgroup] 2025-06-05T23:51:58.5072042Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:58.5072657Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:58.5074371Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:51:58.5075988Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:59.2177122Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:59.2178000Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:59.2178777Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:59.2179302Z 2025-06-05T23:51:59.2179444Z Login Succeeded 2025-06-05T23:51:59.2195673Z ++ date +%s 2025-06-05T23:51:59.2205567Z + START_TIME=1749167519 2025-06-05T23:51:59.2209557Z ++ date +%s 2025-06-05T23:51:59.2218780Z + [[ 1749160319 -lt 1749167519 ]] 2025-06-05T23:51:59.2219937Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:59.4315105Z { 2025-06-05T23:51:59.4315527Z "schemaVersion": 2, 2025-06-05T23:51:59.4316112Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:51:59.4316720Z "config": { 2025-06-05T23:51:59.4317165Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:51:59.4317755Z "size": 15130, 2025-06-05T23:51:59.4318406Z "digest": "sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363" 2025-06-05T23:51:59.4319060Z }, 2025-06-05T23:51:59.4319330Z "layers": [ 2025-06-05T23:51:59.4319606Z { 2025-06-05T23:51:59.4320054Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4320615Z "size": 28396680, 2025-06-05T23:51:59.4321200Z "digest": "sha256:19d897f6134856d62a1402d9f78fa7db1e0f38d57d8b4c08f166eec8cfad1a37" 2025-06-05T23:51:59.4321839Z }, 2025-06-05T23:51:59.4322099Z { 2025-06-05T23:51:59.4322534Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4323102Z "size": 628, 2025-06-05T23:51:59.4323657Z "digest": "sha256:e5c00e17150a8defe6ec789a32318565dc2f7c32b396d9d4af80cde62095468a" 2025-06-05T23:51:59.4324302Z }, 2025-06-05T23:51:59.4324564Z { 2025-06-05T23:51:59.4324998Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4325579Z "size": 146900767, 2025-06-05T23:51:59.4326141Z "digest": "sha256:e5779288aa125cb0e8ea8d78d8dd8e390e7f06c67071f64b67922753a327aae0" 2025-06-05T23:51:59.4326783Z }, 2025-06-05T23:51:59.4327036Z { 2025-06-05T23:51:59.4327479Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4328053Z "size": 622, 2025-06-05T23:51:59.4329014Z "digest": "sha256:d26f5aff9549787f3f5052cc25941f197d8d6d7ca81d1466e297fb3ed6f7e213" 2025-06-05T23:51:59.4329689Z }, 2025-06-05T23:51:59.4329947Z { 2025-06-05T23:51:59.4330388Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4330948Z "size": 18985025, 2025-06-05T23:51:59.4331529Z "digest": "sha256:d3fe47f6feba3b73008dd7c8c6d58b66b43b7d18f3bf43c5e0b4a0037735378a" 2025-06-05T23:51:59.4332173Z }, 2025-06-05T23:51:59.4332437Z { 2025-06-05T23:51:59.4332870Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4333436Z "size": 735, 2025-06-05T23:51:59.4334212Z "digest": "sha256:39941e1182910aa102a4a542936b8fd15f03244636cf2298e15b5068a2d080f0" 2025-06-05T23:51:59.4334836Z }, 2025-06-05T23:51:59.4335098Z { 2025-06-05T23:51:59.4335530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4336090Z "size": 104, 2025-06-05T23:51:59.4336648Z "digest": "sha256:60041ae2fad5f1c6c019043be7ef726006d6e66bea4f8ab801a399de27ff6b0e" 2025-06-05T23:51:59.4337302Z }, 2025-06-05T23:51:59.4337555Z { 2025-06-05T23:51:59.4338001Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4338566Z "size": 446, 2025-06-05T23:51:59.4339115Z "digest": "sha256:0d576e0baee0083951e522cfcd9fc5941be90dd19d6c076f813f20f3eb138c04" 2025-06-05T23:51:59.4339770Z }, 2025-06-05T23:51:59.4340029Z { 2025-06-05T23:51:59.4340476Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4341038Z "size": 2741, 2025-06-05T23:51:59.4341594Z "digest": "sha256:46b6eec64e641d8c6333a176e84dadc5ca2a206953eb521c1f4df02d733f2c7b" 2025-06-05T23:51:59.4342603Z }, 2025-06-05T23:51:59.4342892Z { 2025-06-05T23:51:59.4343331Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4343896Z "size": 634, 2025-06-05T23:51:59.4344452Z "digest": "sha256:0e772bd57ccd13fa0d05c128f7915868ecf6e6942357cb9d6661bfde92daa9f3" 2025-06-05T23:51:59.4345111Z }, 2025-06-05T23:51:59.4345368Z { 2025-06-05T23:51:59.4345806Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4346367Z "size": 35138131, 2025-06-05T23:51:59.4346935Z "digest": "sha256:2898dcbb555a1f56108ad74f0a328e2a36dc0d7cdcd48057283691a890acecf1" 2025-06-05T23:51:59.4347568Z }, 2025-06-05T23:51:59.4347829Z { 2025-06-05T23:51:59.4348263Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4348826Z "size": 317, 2025-06-05T23:51:59.4349377Z "digest": "sha256:79ddb610b7aa485e17969895a9dc4e5c5ff3869b11a6cb6835a264e09669d3f5" 2025-06-05T23:51:59.4350256Z }, 2025-06-05T23:51:59.4350515Z { 2025-06-05T23:51:59.4350948Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4351522Z "size": 246601961, 2025-06-05T23:51:59.4352089Z "digest": "sha256:430d9f2748c59a98a6e9460c7e05d67fde4f916818be85ec416a1a11872bba39" 2025-06-05T23:51:59.4352726Z }, 2025-06-05T23:51:59.4352988Z { 2025-06-05T23:51:59.4353436Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4353996Z "size": 473, 2025-06-05T23:51:59.4354557Z "digest": "sha256:d7c077eb34f9eac9c393c83b515129c9c6c6b0f873d37e6bc0fae49fee88b5e5" 2025-06-05T23:51:59.4355209Z }, 2025-06-05T23:51:59.4355460Z { 2025-06-05T23:51:59.4355904Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4356464Z "size": 1043, 2025-06-05T23:51:59.4357028Z "digest": "sha256:3f7dec1f62f17bc38595db9867c48a91cab44da3b15b7aecfd694f5c989514df" 2025-06-05T23:51:59.4357682Z }, 2025-06-05T23:51:59.4358029Z { 2025-06-05T23:51:59.4358474Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4359036Z "size": 613, 2025-06-05T23:51:59.4359579Z "digest": "sha256:84172107b5a7727d653f9fabee4a1bfb3232992bb9c0d05c90a04cce903fe8d8" 2025-06-05T23:51:59.4360217Z }, 2025-06-05T23:51:59.4360480Z { 2025-06-05T23:51:59.4361266Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4361863Z "size": 108851012, 2025-06-05T23:51:59.4362429Z "digest": "sha256:691aa9d79c12a237f1d1c6d43d6b3584f2f1537b207b543c451aa2a93059d1a4" 2025-06-05T23:51:59.4363068Z }, 2025-06-05T23:51:59.4363328Z { 2025-06-05T23:51:59.4363763Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4364320Z "size": 574, 2025-06-05T23:51:59.4364873Z "digest": "sha256:f914b1c5ae28e70100f0e5007da228173f0b47e4939cdea97e888ecf5c4b951e" 2025-06-05T23:51:59.4365514Z }, 2025-06-05T23:51:59.4365770Z { 2025-06-05T23:51:59.4366409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4367049Z + exit 0 2025-06-05T23:51:59.4367334Z "size": 207, 2025-06-05T23:51:59.4367896Z "digest": "sha256:8609a913f2b1cb51905df3c846cee7dcc0200eae1afe77ffdf9d7412b83e80be" 2025-06-05T23:51:59.4368540Z }, 2025-06-05T23:51:59.4368803Z { 2025-06-05T23:51:59.4369244Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4369817Z "size": 1189, 2025-06-05T23:51:59.4370386Z "digest": "sha256:3aa0ae69cbbafcef5adede80235406eedec9962af059e8d3a90c08323608f7ed" 2025-06-05T23:51:59.4371049Z }, 2025-06-05T23:51:59.4371303Z { 2025-06-05T23:51:59.4371743Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4372304Z "size": 677, 2025-06-05T23:51:59.4372880Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:59.4373538Z }, 2025-06-05T23:51:59.4373792Z { 2025-06-05T23:51:59.4374243Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4374806Z "size": 1166943149, 2025-06-05T23:51:59.4375386Z "digest": "sha256:b14b3b360ade87f58c1b9940999c2bfdd4603ae5160a3a743a1f5269bacd09a3" 2025-06-05T23:51:59.4376025Z }, 2025-06-05T23:51:59.4376286Z { 2025-06-05T23:51:59.4376734Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4377304Z "size": 1383, 2025-06-05T23:51:59.4377865Z "digest": "sha256:f15f38e054b1007ebdaae386ed48f1d66824cd49c0028ce18315cecb02fc7c52" 2025-06-05T23:51:59.4378505Z }, 2025-06-05T23:51:59.4378772Z { 2025-06-05T23:51:59.4379208Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4379774Z "size": 677, 2025-06-05T23:51:59.4380334Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:59.4380990Z }, 2025-06-05T23:51:59.4381243Z { 2025-06-05T23:51:59.4381689Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4382259Z "size": 225678517, 2025-06-05T23:51:59.4382832Z "digest": "sha256:9df3438b7178446f991f60044bc0a1593d3fd6ddfc68a7a83a06d9fbdaf29bc1" 2025-06-05T23:51:59.4383481Z }, 2025-06-05T23:51:59.4383732Z { 2025-06-05T23:51:59.4384170Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4384736Z "size": 826, 2025-06-05T23:51:59.4385292Z "digest": "sha256:68be57e33e0da984c38fc8bdcb80c54b49ba23684b833f032547800b9218013b" 2025-06-05T23:51:59.4385931Z }, 2025-06-05T23:51:59.4386196Z { 2025-06-05T23:51:59.4386634Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4387204Z "size": 677, 2025-06-05T23:51:59.4387766Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:59.4388429Z }, 2025-06-05T23:51:59.4388690Z { 2025-06-05T23:51:59.4389128Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4389710Z "size": 154712357, 2025-06-05T23:51:59.4390284Z "digest": "sha256:ffe52f464aa4ca386d2899e928b6c359913b767344fd7043774a8b8fe16ac6d6" 2025-06-05T23:51:59.4390929Z }, 2025-06-05T23:51:59.4391190Z { 2025-06-05T23:51:59.4391635Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4392199Z "size": 528, 2025-06-05T23:51:59.4393046Z "digest": "sha256:d4eb43deb195b6e785733f6635bc8509cb58acfe187b36a2b905b208bb799bac" 2025-06-05T23:51:59.4393733Z }, 2025-06-05T23:51:59.4393990Z { 2025-06-05T23:51:59.4411530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4412309Z "size": 677, 2025-06-05T23:51:59.4412893Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:59.4413545Z }, 2025-06-05T23:51:59.4413805Z { 2025-06-05T23:51:59.4414241Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4415051Z "size": 355, 2025-06-05T23:51:59.4415603Z "digest": "sha256:6c31c8daa073b26d7c8042ff6755e99498d2aefd14b7ff3243102bc3f07ca737" 2025-06-05T23:51:59.4416254Z }, 2025-06-05T23:51:59.4416514Z { 2025-06-05T23:51:59.4416947Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4417509Z "size": 32, 2025-06-05T23:51:59.4418064Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:51:59.4418717Z }, 2025-06-05T23:51:59.4418967Z { 2025-06-05T23:51:59.4419410Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4419964Z "size": 166, 2025-06-05T23:51:59.4420511Z "digest": "sha256:d4ddcc27fabc62b91200796139914238ed3663936cfa9f104dae3f5694dc2722" 2025-06-05T23:51:59.4421147Z }, 2025-06-05T23:51:59.4421415Z { 2025-06-05T23:51:59.4421852Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4422406Z "size": 1109, 2025-06-05T23:51:59.4422957Z "digest": "sha256:1918643c0ac60b2b30012ff25c48135d28022df6e006769e8790b1adb500a582" 2025-06-05T23:51:59.4423579Z }, 2025-06-05T23:51:59.4423840Z { 2025-06-05T23:51:59.4424272Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4424838Z "size": 32, 2025-06-05T23:51:59.4425389Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:51:59.4426039Z }, 2025-06-05T23:51:59.4426291Z { 2025-06-05T23:51:59.4426731Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:59.4427296Z "size": 108, 2025-06-05T23:51:59.4427833Z "digest": "sha256:0d2f99d8350e5486509e92dc162c4d8f8ebd2530d6b23b48138977bb803da7e7" 2025-06-05T23:51:59.4428464Z } 2025-06-05T23:51:59.4428719Z ] 2025-06-05T23:51:59.4428980Z } 2025-06-05T23:51:59.4475826Z ##[group]Run set -eux 2025-06-05T23:51:59.4476194Z set -eux 2025-06-05T23:51:59.4477396Z 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:51:59.4487209Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:59.4487733Z env: 2025-06-05T23:51:59.4488105Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:59.4488653Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:59.4489042Z PR_NUMBER: 2025-06-05T23:51:59.4491377Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:59.4493997Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:59.4494808Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:59.4495561Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:59.4496093Z ##[endgroup] 2025-06-05T23:51:59.4528424Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:51:59.4529448Z + jq --raw-output .SecretString 2025-06-05T23:51:59.4530095Z + jq -r .docker_hub_readonly_token 2025-06-05T23:51:59.4531477Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:52:00.2364077Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:52:00.2364925Z Configure a credential helper to remove this warning. See 2025-06-05T23:52:00.2365701Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:52:00.2366234Z 2025-06-05T23:52:00.2366368Z Login Succeeded 2025-06-05T23:52:00.2477273Z Prepare all required actions 2025-06-05T23:52:00.2578424Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:52:00.2578944Z with: 2025-06-05T23:52:00.2579877Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:00.2581050Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:00.2581578Z env: 2025-06-05T23:52:00.2581932Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:00.2582442Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:00.2582818Z PR_NUMBER: 2025-06-05T23:52:00.2585205Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:00.2587847Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:00.2588640Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:00.2589390Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:00.2589912Z ##[endgroup] 2025-06-05T23:52:00.2621730Z ##[group]Run set -x 2025-06-05T23:52:00.2622119Z set -x 2025-06-05T23:52:00.2622433Z set +e 2025-06-05T23:52:00.2622726Z  2025-06-05T23:52:00.2623010Z login() { 2025-06-05T23:52:00.2623639Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:52:00.2624349Z } 2025-06-05T23:52:00.2624639Z  2025-06-05T23:52:00.2624916Z retry () { 2025-06-05T23:52:00.2625313Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:52:00.2625759Z } 2025-06-05T23:52:00.2626046Z  2025-06-05T23:52:00.2626358Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:52:00.2626775Z  2025-06-05T23:52:00.2627430Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:52:00.2628329Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:52:00.2628838Z  2025-06-05T23:52:00.2629117Z set -e 2025-06-05T23:52:00.2629573Z # ignore output since only exit code is used for conditional 2025-06-05T23:52:00.2630235Z # only pull docker image if it's not available locally 2025-06-05T23:52:00.2630972Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:52:00.2631644Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:52:00.2632079Z fi 2025-06-05T23:52:00.2639923Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:00.2640455Z env: 2025-06-05T23:52:00.2641382Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:00.2642454Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:00.2642844Z PR_NUMBER: 2025-06-05T23:52:00.2645161Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:00.2647772Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:00.2648867Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:00.2649948Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:00.2650618Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:00.2651143Z ##[endgroup] 2025-06-05T23:52:00.2680667Z + set +e 2025-06-05T23:52:00.2681084Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:00.2681671Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:00.2683843Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:52:00.2685352Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:00.9770530Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:52:00.9771376Z Configure a credential helper to remove this warning. See 2025-06-05T23:52:00.9772153Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:52:00.9772713Z 2025-06-05T23:52:00.9772877Z Login Succeeded 2025-06-05T23:52:00.9791520Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:00.9792734Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:52:01.1965601Z + IMAGE_SIZE=2033.462812423706 2025-06-05T23:52:01.1966114Z Compressed size of image in MB: 2033.462812423706 2025-06-05T23:52:01.1966679Z + echo 'Compressed size of image in MB: 2033.462812423706' 2025-06-05T23:52:01.1967178Z + set -e 2025-06-05T23:52:01.1968204Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:01.2095844Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:01.2097625Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:01.4879241Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:01.4880183Z 19d897f61348: Pulling fs layer 2025-06-05T23:52:01.4880567Z e5c00e17150a: Pulling fs layer 2025-06-05T23:52:01.4881165Z e5779288aa12: Pulling fs layer 2025-06-05T23:52:01.4881548Z d26f5aff9549: Pulling fs layer 2025-06-05T23:52:01.4881937Z d3fe47f6feba: Pulling fs layer 2025-06-05T23:52:01.4882313Z 39941e118291: Pulling fs layer 2025-06-05T23:52:01.4882692Z 60041ae2fad5: Pulling fs layer 2025-06-05T23:52:01.4883075Z 0d576e0baee0: Pulling fs layer 2025-06-05T23:52:01.4883454Z 46b6eec64e64: Pulling fs layer 2025-06-05T23:52:01.4883918Z 0e772bd57ccd: Pulling fs layer 2025-06-05T23:52:01.4884354Z 2898dcbb555a: Pulling fs layer 2025-06-05T23:52:01.4884752Z 79ddb610b7aa: Pulling fs layer 2025-06-05T23:52:01.4885162Z 430d9f2748c5: Pulling fs layer 2025-06-05T23:52:01.4885563Z d7c077eb34f9: Pulling fs layer 2025-06-05T23:52:01.4885924Z 39941e118291: Waiting 2025-06-05T23:52:01.4886264Z 3f7dec1f62f1: Pulling fs layer 2025-06-05T23:52:01.4886639Z 84172107b5a7: Pulling fs layer 2025-06-05T23:52:01.4887000Z 60041ae2fad5: Waiting 2025-06-05T23:52:01.4887333Z 691aa9d79c12: Pulling fs layer 2025-06-05T23:52:01.4887721Z f914b1c5ae28: Pulling fs layer 2025-06-05T23:52:01.4888093Z 0d576e0baee0: Waiting 2025-06-05T23:52:01.4888423Z 8609a913f2b1: Pulling fs layer 2025-06-05T23:52:01.4888785Z 46b6eec64e64: Waiting 2025-06-05T23:52:01.4889126Z 3aa0ae69cbba: Pulling fs layer 2025-06-05T23:52:01.4889515Z fce98e07ffd7: Pulling fs layer 2025-06-05T23:52:01.4889901Z b14b3b360ade: Pulling fs layer 2025-06-05T23:52:01.4890273Z 0e772bd57ccd: Waiting 2025-06-05T23:52:01.4890641Z f15f38e054b1: Pulling fs layer 2025-06-05T23:52:01.4891035Z 2898dcbb555a: Waiting 2025-06-05T23:52:01.4891350Z 430d9f2748c5: Waiting 2025-06-05T23:52:01.4892067Z 79ddb610b7aa: Waiting 2025-06-05T23:52:01.4892583Z 9df3438b7178: Pulling fs layer 2025-06-05T23:52:01.4892950Z d3fe47f6feba: Waiting 2025-06-05T23:52:01.4893284Z d26f5aff9549: Waiting 2025-06-05T23:52:01.4893616Z 68be57e33e0d: Pulling fs layer 2025-06-05T23:52:01.4893983Z 691aa9d79c12: Waiting 2025-06-05T23:52:01.4894298Z f914b1c5ae28: Waiting 2025-06-05T23:52:01.4894640Z ffe52f464aa4: Pulling fs layer 2025-06-05T23:52:01.4895017Z d4eb43deb195: Pulling fs layer 2025-06-05T23:52:01.4895389Z d7c077eb34f9: Waiting 2025-06-05T23:52:01.4895702Z 84172107b5a7: Waiting 2025-06-05T23:52:01.4896023Z 8609a913f2b1: Waiting 2025-06-05T23:52:01.4896335Z b14b3b360ade: Waiting 2025-06-05T23:52:01.4896663Z fce98e07ffd7: Waiting 2025-06-05T23:52:01.4897134Z 6c31c8daa073: Pulling fs layer 2025-06-05T23:52:01.4897550Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:52:01.4897921Z 9df3438b7178: Waiting 2025-06-05T23:52:01.4898243Z 3aa0ae69cbba: Waiting 2025-06-05T23:52:01.4898593Z d4ddcc27fabc: Pulling fs layer 2025-06-05T23:52:01.4898971Z ffe52f464aa4: Waiting 2025-06-05T23:52:01.4899320Z 1918643c0ac6: Pulling fs layer 2025-06-05T23:52:01.4899763Z f15f38e054b1: Waiting 2025-06-05T23:52:01.4900104Z 0d2f99d8350e: Pulling fs layer 2025-06-05T23:52:01.4900538Z 6c31c8daa073: Waiting 2025-06-05T23:52:01.4900859Z 4f4fb700ef54: Waiting 2025-06-05T23:52:01.4901188Z d4ddcc27fabc: Waiting 2025-06-05T23:52:01.4901513Z 68be57e33e0d: Waiting 2025-06-05T23:52:01.4901836Z 0d2f99d8350e: Waiting 2025-06-05T23:52:01.4902145Z 1918643c0ac6: Waiting 2025-06-05T23:52:01.4902522Z d4eb43deb195: Waiting 2025-06-05T23:52:01.5884443Z e5c00e17150a: Verifying Checksum 2025-06-05T23:52:01.5884928Z e5c00e17150a: Download complete 2025-06-05T23:52:01.6915086Z d26f5aff9549: Verifying Checksum 2025-06-05T23:52:01.6915575Z d26f5aff9549: Download complete 2025-06-05T23:52:01.8136701Z 19d897f61348: Verifying Checksum 2025-06-05T23:52:01.8137187Z 19d897f61348: Download complete 2025-06-05T23:52:01.9101019Z 39941e118291: Verifying Checksum 2025-06-05T23:52:01.9101551Z 39941e118291: Download complete 2025-06-05T23:52:01.9301583Z d3fe47f6feba: Verifying Checksum 2025-06-05T23:52:01.9302067Z d3fe47f6feba: Download complete 2025-06-05T23:52:02.0068829Z 0d576e0baee0: Verifying Checksum 2025-06-05T23:52:02.0069323Z 0d576e0baee0: Download complete 2025-06-05T23:52:02.0780560Z 46b6eec64e64: Verifying Checksum 2025-06-05T23:52:02.0781036Z 46b6eec64e64: Download complete 2025-06-05T23:52:02.1168106Z 60041ae2fad5: Verifying Checksum 2025-06-05T23:52:02.1168762Z 60041ae2fad5: Download complete 2025-06-05T23:52:02.1509585Z 0e772bd57ccd: Download complete 2025-06-05T23:52:02.2282461Z 79ddb610b7aa: Verifying Checksum 2025-06-05T23:52:02.2283326Z 79ddb610b7aa: Download complete 2025-06-05T23:52:02.5357631Z 2898dcbb555a: Verifying Checksum 2025-06-05T23:52:02.5358192Z 2898dcbb555a: Download complete 2025-06-05T23:52:02.6095546Z d7c077eb34f9: Verifying Checksum 2025-06-05T23:52:02.6096036Z d7c077eb34f9: Download complete 2025-06-05T23:52:02.6916727Z 3f7dec1f62f1: Verifying Checksum 2025-06-05T23:52:02.6917278Z 3f7dec1f62f1: Download complete 2025-06-05T23:52:02.7785556Z 84172107b5a7: Verifying Checksum 2025-06-05T23:52:02.7786026Z 84172107b5a7: Download complete 2025-06-05T23:52:02.8441086Z 19d897f61348: Pull complete 2025-06-05T23:52:02.8673385Z e5c00e17150a: Pull complete 2025-06-05T23:52:03.0255433Z e5779288aa12: Verifying Checksum 2025-06-05T23:52:03.0255914Z e5779288aa12: Download complete 2025-06-05T23:52:03.1204841Z f914b1c5ae28: Verifying Checksum 2025-06-05T23:52:03.1208354Z f914b1c5ae28: Download complete 2025-06-05T23:52:03.1994154Z 8609a913f2b1: Verifying Checksum 2025-06-05T23:52:03.1994622Z 8609a913f2b1: Download complete 2025-06-05T23:52:03.2684340Z 3aa0ae69cbba: Download complete 2025-06-05T23:52:03.3601582Z fce98e07ffd7: Verifying Checksum 2025-06-05T23:52:03.3602078Z fce98e07ffd7: Download complete 2025-06-05T23:52:03.9236865Z 691aa9d79c12: Verifying Checksum 2025-06-05T23:52:03.9237358Z 691aa9d79c12: Download complete 2025-06-05T23:52:03.9896219Z f15f38e054b1: Verifying Checksum 2025-06-05T23:52:03.9900038Z f15f38e054b1: Download complete 2025-06-05T23:52:04.7574355Z 430d9f2748c5: Verifying Checksum 2025-06-05T23:52:04.7574838Z 430d9f2748c5: Download complete 2025-06-05T23:52:04.8452052Z 68be57e33e0d: Verifying Checksum 2025-06-05T23:52:04.8452544Z 68be57e33e0d: Download complete 2025-06-05T23:52:06.2947125Z 9df3438b7178: Verifying Checksum 2025-06-05T23:52:06.2947621Z 9df3438b7178: Download complete 2025-06-05T23:52:06.3798852Z d4eb43deb195: Verifying Checksum 2025-06-05T23:52:06.3799330Z d4eb43deb195: Download complete 2025-06-05T23:52:06.4400403Z ffe52f464aa4: Verifying Checksum 2025-06-05T23:52:06.4400902Z ffe52f464aa4: Download complete 2025-06-05T23:52:06.4477676Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:52:06.4480472Z 4f4fb700ef54: Download complete 2025-06-05T23:52:06.4634094Z 6c31c8daa073: Verifying Checksum 2025-06-05T23:52:06.4634587Z 6c31c8daa073: Download complete 2025-06-05T23:52:06.5247643Z d4ddcc27fabc: Verifying Checksum 2025-06-05T23:52:06.5248178Z d4ddcc27fabc: Download complete 2025-06-05T23:52:06.5352770Z 1918643c0ac6: Download complete 2025-06-05T23:52:06.6078205Z 0d2f99d8350e: Verifying Checksum 2025-06-05T23:52:06.6078717Z 0d2f99d8350e: Download complete 2025-06-05T23:52:06.9910860Z e5779288aa12: Pull complete 2025-06-05T23:52:07.1419240Z d26f5aff9549: Pull complete 2025-06-05T23:52:07.4933436Z d3fe47f6feba: Pull complete 2025-06-05T23:52:07.6348981Z 39941e118291: Pull complete 2025-06-05T23:52:07.6758012Z 60041ae2fad5: Pull complete 2025-06-05T23:52:07.6967522Z 0d576e0baee0: Pull complete 2025-06-05T23:52:07.7229921Z 46b6eec64e64: Pull complete 2025-06-05T23:52:07.7448674Z 0e772bd57ccd: Pull complete 2025-06-05T23:52:08.2034982Z 2898dcbb555a: Pull complete 2025-06-05T23:52:08.2269031Z 79ddb610b7aa: Pull complete 2025-06-05T23:52:13.8261393Z 430d9f2748c5: Pull complete 2025-06-05T23:52:14.0024710Z d7c077eb34f9: Pull complete 2025-06-05T23:52:14.1872216Z 3f7dec1f62f1: Pull complete 2025-06-05T23:52:14.3891264Z 84172107b5a7: Pull complete 2025-06-05T23:52:15.0761160Z b14b3b360ade: Verifying Checksum 2025-06-05T23:52:16.7743900Z 691aa9d79c12: Pull complete 2025-06-05T23:52:16.9817285Z f914b1c5ae28: Pull complete 2025-06-05T23:52:17.1823677Z 8609a913f2b1: Pull complete 2025-06-05T23:52:17.3982175Z 3aa0ae69cbba: Pull complete 2025-06-05T23:52:17.6093870Z fce98e07ffd7: Pull complete 2025-06-05T23:52:48.1498808Z b14b3b360ade: Pull complete 2025-06-05T23:52:48.2534637Z f15f38e054b1: Pull complete 2025-06-05T23:52:54.8054516Z 9df3438b7178: Pull complete 2025-06-05T23:52:54.9455068Z 68be57e33e0d: Pull complete 2025-06-05T23:53:01.5151688Z ffe52f464aa4: Pull complete 2025-06-05T23:53:01.5371268Z d4eb43deb195: Pull complete 2025-06-05T23:53:01.5803937Z 6c31c8daa073: Pull complete 2025-06-05T23:53:01.6014362Z 4f4fb700ef54: Pull complete 2025-06-05T23:53:01.6230501Z d4ddcc27fabc: Pull complete 2025-06-05T23:53:01.6445291Z 1918643c0ac6: Pull complete 2025-06-05T23:53:01.6875627Z 0d2f99d8350e: Pull complete 2025-06-05T23:53:01.6997245Z Digest: sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:53:01.7040977Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:53:01.7069820Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:53:01.7136236Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:53:01.7137603Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:53:01.7147584Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:53:01.7148116Z env: 2025-06-05T23:53:01.7148486Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:53:01.7149005Z REPOSITORY: pytorch/executorch 2025-06-05T23:53:01.7149388Z PR_NUMBER: 2025-06-05T23:53:01.7152661Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:53:01.7155302Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:53:01.7156104Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:53:01.7156863Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:53:01.7157393Z ##[endgroup] 2025-06-05T23:53:01.7298629Z ##[group]Run set -ex 2025-06-05T23:53:01.7299079Z set -ex 2025-06-05T23:53:01.7299397Z { 2025-06-05T23:53:01.7299705Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:53:01.7300180Z  echo "set -eou pipefail"; 2025-06-05T23:53:01.7300614Z  # shellcheck disable=SC2016 2025-06-05T23:53:01.7301092Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:53:01.7301550Z  echo "set -x"; 2025-06-05T23:53:01.7301917Z  echo "${SCRIPT}"; 2025-06-05T23:53:01.7302310Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:53:01.7302780Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:53:01.7303769Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:53:01.7311744Z shell: /usr/bin/bash -e {0} 2025-06-05T23:53:01.7312126Z env: 2025-06-05T23:53:01.7313111Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:53:01.7314188Z REPOSITORY: pytorch/executorch 2025-06-05T23:53:01.7314579Z PR_NUMBER: 2025-06-05T23:53:01.7316926Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:53:01.7319686Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:53:01.7320501Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:53:01.7321257Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:53:01.7322266Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:53:01.7322725Z ##[endgroup] 2025-06-05T23:53:01.7369579Z + echo '#!/usr/bin/env bash' 2025-06-05T23:53:01.7370186Z + echo 'set -eou pipefail' 2025-06-05T23:53:01.7370610Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:53:01.7371031Z + echo 'set -x' 2025-06-05T23:53:01.7371573Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:53:01.7372311Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:53:01.7372830Z conda activate "${CONDA_ENV}" 2025-06-05T23:53:01.7373080Z 2025-06-05T23:53:01.7373220Z MODEL_NAME=emformer_join 2025-06-05T23:53:01.7373573Z BUILD_TOOL="cmake" 2025-06-05T23:53:01.7373883Z BACKEND=portable 2025-06-05T23:53:01.7374085Z 2025-06-05T23:53:01.7374483Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-06-05T23:53:01.7375166Z # Build and test ExecuTorch 2025-06-05T23:53:01.7375871Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:53:01.7376604Z ' 2025-06-05T23:53:01.7377006Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:53:01.7378404Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:53:23.4233709Z Running command: 2025-06-05T23:53:23.4242373Z 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_59ca8ffd-1632-4656-8494-89d8d30fcabe":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_59ca8ffd-1632-4656-8494-89d8d30fcabe" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:53:23.4250579Z 2025-06-05T23:53:23.4251044Z 8e0b5ac69d6aaa5efdf7ecc31139f7f3485935c733fe7126ab0d2595b316120b 2025-06-05T23:53:23.4251992Z Running command: docker exec -t 8e0b5ac69d6aaa5efdf7ecc31139f7f3485935c733fe7126ab0d2595b316120b /exec 2025-06-05T23:53:23.4252798Z ++ conda env list --json 2025-06-05T23:53:23.4253143Z ++ local cmd=env 2025-06-05T23:53:23.4253443Z ++ case "$cmd" in 2025-06-05T23:53:23.4253760Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:53:23.4254117Z ++ __conda_exe env list --json 2025-06-05T23:53:23.4254521Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:53:23.4254956Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:53:23.4255393Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:53:23.4255812Z + local cmd=activate 2025-06-05T23:53:23.4256138Z + case "$cmd" in 2025-06-05T23:53:23.4256508Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:53:23.4256980Z + '[' -n '' ']' 2025-06-05T23:53:23.4257283Z + local ask_conda 2025-06-05T23:53:23.4257595Z ++ PS1='(base) ' 2025-06-05T23:53:23.4258013Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:23.4258684Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:23.4259279Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:53:23.4260470Z 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:53:23.4261745Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:23.4262234Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:23.4262628Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:23.4263109Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:23.4263590Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:23.4264060Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:23.4264501Z export _CE_M='\'''\'' 2025-06-05T23:53:23.4264857Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:23.4265294Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:23.4265803Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:53:23.4266972Z 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:53:23.4268613Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:23.4269102Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:23.4269497Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:23.4269982Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:23.4270463Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:23.4270935Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:23.4271373Z export _CE_M='\'''\'' 2025-06-05T23:53:23.4271723Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:23.4272168Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:23.4272855Z ++ PS1='(py_3.10) ' 2025-06-05T23:53:23.4273968Z ++ 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:53:23.4275873Z ++ 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:53:23.4277058Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:23.4277537Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:23.4277957Z ++ export CONDA_SHLVL=2 2025-06-05T23:53:23.4278404Z ++ CONDA_SHLVL=2 2025-06-05T23:53:23.4278734Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:23.4279151Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:23.4279555Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:53:23.4280017Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:53:23.4280440Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:23.4280858Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:23.4281252Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:23.4281692Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:23.4282075Z ++ export _CE_M= 2025-06-05T23:53:23.4282376Z ++ _CE_M= 2025-06-05T23:53:23.4282660Z ++ export _CE_CONDA= 2025-06-05T23:53:23.4282972Z ++ _CE_CONDA= 2025-06-05T23:53:23.4283328Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:23.4283813Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:23.4284235Z + __conda_hashr 2025-06-05T23:53:23.4284531Z + '[' -n '' ']' 2025-06-05T23:53:23.4284825Z + '[' -n '' ']' 2025-06-05T23:53:23.4285112Z + hash -r 2025-06-05T23:53:23.4285413Z + MODEL_NAME=emformer_join 2025-06-05T23:53:23.4285763Z + BUILD_TOOL=cmake 2025-06-05T23:53:23.4286080Z + BACKEND=portable 2025-06-05T23:53:23.4286408Z + PYTHON_EXECUTABLE=python 2025-06-05T23:53:23.4286851Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:53:23.4287368Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:53:23.4287794Z + source .ci/scripts/utils.sh 2025-06-05T23:53:23.4288204Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:53:23.4288647Z ++ parse_args --build-tool cmake 2025-06-05T23:53:23.4289067Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:53:23.4289433Z ++ local args 2025-06-05T23:53:23.4289722Z ++ local i 2025-06-05T23:53:23.4290003Z ++ local BUILD_TOOL= 2025-06-05T23:53:23.4290329Z ++ local BUILD_MODE= 2025-06-05T23:53:23.4290646Z ++ local EDITABLE= 2025-06-05T23:53:23.4290958Z ++ (( i=0 )) 2025-06-05T23:53:23.4291276Z ++ (( i<2 )) 2025-06-05T23:53:23.4291574Z ++ case "${args[$i]}" in 2025-06-05T23:53:23.4291917Z ++ BUILD_TOOL=cmake 2025-06-05T23:53:23.4292218Z ++ i=1 2025-06-05T23:53:23.4292492Z ++ (( i++ )) 2025-06-05T23:53:23.4292769Z ++ (( i<2 )) 2025-06-05T23:53:23.4293057Z ++ '[' -z cmake ']' 2025-06-05T23:53:23.4293379Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:53:23.4293767Z ++ BUILD_MODE=Release 2025-06-05T23:53:23.4294123Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:53:23.4294532Z ++ EDITABLE=false 2025-06-05T23:53:23.4294849Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:53:23.4295242Z ++ echo 'cmake Release false' 2025-06-05T23:53:23.4295620Z + [[ false == \t\r\u\e ]] 2025-06-05T23:53:23.4296273Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:53:23.4296716Z + which pip 2025-06-05T23:53:23.4297020Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:53:23.4297461Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:53:23.4298091Z 2025-06-05 23:53:22,144 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:53:23.4298978Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:23.4300081Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:53:23.4301329Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:53:23.4302713Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:53:23.4303713Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:53:23.4304404Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:53:23.4305544Z 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:53:23.4306766Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:53:23.4307520Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:53:23.4308750Z 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:53:23.4309990Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:53:23.4310902Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-06-05T23:53:23.4312220Z 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:53:23.4313767Z 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:53:23.4315359Z 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:53:23.4316951Z 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:53:23.4319136Z 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:53:23.4320695Z 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:53:23.4322411Z 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:53:23.4324236Z 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:53:23.4326080Z 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:53:23.4327950Z 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:53:27.6834407Z 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:53:27.6836432Z 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:53:27.6838943Z 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:53:27.6840866Z 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:53:27.6843083Z 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:53:27.6845248Z 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:53:27.6847586Z 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:53:27.6849958Z 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:53:27.6851578Z 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:53:27.6852892Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:53:27.6854218Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:53:27.6855667Z 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:53:27.6856834Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6857692Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:53:27.6858499Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6859303Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:53:27.6860180Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6861089Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:53:27.6862046Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6863599Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB) 2025-06-05T23:53:27.6865708Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:53:27.6866642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 86.7 MB/s eta 0:00:00 2025-06-05T23:53:27.6867625Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6868693Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB) 2025-06-05T23:53:27.6869727Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6870826Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:53:27.6871890Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6873017Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:53:27.6874059Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6875152Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB) 2025-06-05T23:53:27.6877041Z 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:53:27.6878780Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6880047Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.4 kB) 2025-06-05T23:53:27.6881684Z 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:53:27.6883722Z 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:53:27.6885130Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6886240Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB) 2025-06-05T23:53:27.6887214Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6888241Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:53:27.6889712Z 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:53:27.6891155Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6892438Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-06-05T23:53:27.6893780Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.6894946Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:53:27.6896069Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:53:27.6897043Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:53:27.6898157Z 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:53:27.6899606Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.6 kB) 2025-06-05T23:53:27.6901277Z 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:53:27.6902515Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:53:27.6903816Z 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:53:27.6904983Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:53:27.6906153Z 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:53:27.6907507Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:53:27.6909308Z 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:53:27.6911452Z 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:53:27.6913075Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (17 kB) 2025-06-05T23:53:27.6914546Z 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:53:27.6915909Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.3 kB) 2025-06-05T23:53:27.6917383Z 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:53:27.6918936Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB) 2025-06-05T23:53:27.6920529Z 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:53:27.6921825Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (72 kB) 2025-06-05T23:53:30.1937442Z 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:53:30.1939848Z 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:53:30.1941990Z 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:53:30.1943699Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:30.1944920Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.7 kB) 2025-06-05T23:53:30.1946225Z 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:53:30.1947551Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:30.1948744Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:53:30.1950052Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:30.1951688Z [?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:53:30.1953836Z 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:53:30.1955895Z 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:53:30.1958118Z 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:53:30.1959502Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:53:30.1960359Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:30.1961288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 96.0 MB/s eta 0:00:00 2025-06-05T23:53:30.1962345Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-06-05T23:53:30.1963951Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-06-05T23:53:30.1964894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 170.6 MB/s eta 0:00:00 2025-06-05T23:53:30.1965702Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:53:30.1966541Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:53:30.1967491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 91.3 MB/s eta 0:00:00 2025-06-05T23:53:30.1968317Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:53:30.1969442Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB) 2025-06-05T23:53:30.1970577Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-06-05T23:53:30.1971529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 117.6 MB/s eta 0:00:00 2025-06-05T23:53:30.1972335Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:53:30.1972945Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:53:30.1973769Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB) 2025-06-05T23:53:30.1974840Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:30.1975767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 110.6 MB/s eta 0:00:00 2025-06-05T23:53:30.1976595Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:53:30.1977493Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-06-05T23:53:30.1978539Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327 kB) 2025-06-05T23:53:30.1979402Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:53:30.1980070Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:53:30.1980940Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225 kB) 2025-06-05T23:53:30.1982025Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (206 kB) 2025-06-05T23:53:30.1982973Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl (40.7 MB) 2025-06-05T23:53:30.1984007Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.7 MB ? eta -:--:-- 2025-06-05T23:53:30.1984948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/40.7 MB 256.3 MB/s eta 0:00:00 2025-06-05T23:53:30.1986053Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB) 2025-06-05T23:53:30.1987114Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.7 MB ? eta -:--:-- 2025-06-05T23:53:30.1988197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 161.1 MB/s eta 0:00:00 2025-06-05T23:53:30.1988979Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:53:30.1989801Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB) 2025-06-05T23:53:30.1990835Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) 2025-06-05T23:53:30.1991907Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2025-06-05T23:53:30.1993174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 102.4 MB/s eta 0:00:00 2025-06-05T23:53:30.1994042Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:53:30.1997541Z  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:53:30.2000815Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2025-06-05T23:53:30.2002468Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=02384f8c3bce5148247e51d6762a92124d67ab4e12ec862dc6e9f45c1ddc7d00 2025-06-05T23:53:30.2004140Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:53:30.2005040Z Successfully built antlr4-python3-runtime 2025-06-05T23:53:30.2007134Z 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:53:30.2009234Z [?25l 2025-06-05T23:53:36.1669349Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/27 [xxhash] 2025-06-05T23:53:36.1670290Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:36.1671177Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:36.1672126Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:36.1672977Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1673894Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1674717Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1675560Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1676401Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1677250Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1678186Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1679398Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1680273Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:36.1681331Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:36.1682172Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:36.1682848Z  Attempting uninstall: fsspec 2025-06-05T23:53:36.1683521Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:36.1684221Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:53:36.1684976Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:36.1685618Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:53:36.1686344Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:36.1687028Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:53:36.1687780Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:36.1688629Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:36.1689489Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11/27 [frozenlist] 2025-06-05T23:53:36.1690348Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:36.1691171Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:36.1692000Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:36.1692860Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:36.1693697Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:36.1694533Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:36.1695568Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:36.1696384Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:36.1697231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:53:36.1698093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 19/27 [kagglehub] 2025-06-05T23:53:36.1698939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:36.1699902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:36.1700546Z  Attempting uninstall: timm 2025-06-05T23:53:36.1701195Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:36.1701880Z  Found existing installation: timm 0.6.13 2025-06-05T23:53:36.1702597Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:36.1703217Z  Uninstalling timm-0.6.13: 2025-06-05T23:53:36.1703886Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:36.1704665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:36.1705336Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:53:36.1706032Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:36.1706839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:36.1707655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:36.1708448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:36.1709286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:36.1710082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:55.1753492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:55.1754402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:55.1755223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:55.1756543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:55.1757395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:55.1758268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:53:55.1759051Z [?25h 2025-06-05T23:53:55.1762031Z 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:53:55.1764679Z Processing ./third-party/ao 2025-06-05T23:53:55.1765350Z Preparing metadata (setup.py) ... [?25l- \ done 2025-06-05T23:53:55.1765994Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:53:55.1766648Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:55.1768004Z [?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:53:55.1769562Z 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:53:55.1771115Z 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:53:55.1772740Z 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:53:55.1774401Z 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:53:55.1776211Z 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:53:55.1778067Z 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:53:55.1779838Z 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:53:55.1781680Z 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:53:55.1783504Z 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:53:55.1785374Z 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:53:55.1787342Z 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:53:55.1789492Z 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:53:55.1791592Z 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:53:55.1793632Z 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:53:55.1795650Z 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:53:55.1797681Z 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:53:55.1799091Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:55.1802341Z  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:53:55.1805339Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ done 2025-06-05T23:53:55.1806988Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_aarch64.whl size=956243 sha256=6695b4075227970f8ecd9268618f75e86dee79bf643c558e86ee25d842d4b3a1 2025-06-05T23:53:55.1808661Z Stored in directory: /tmp/pip-ephem-wheel-cache-q_6coq66/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:53:55.1809877Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:55.1811497Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=a238cdebb5cad3a04d995d8b300a5ee8fe933639ec045c2f3d3525efce7c7a8f 2025-06-05T23:53:55.1813159Z Stored in directory: /tmp/pip-ephem-wheel-cache-q_6coq66/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:53:55.1814124Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:53:55.1814703Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:55.1815279Z [?25l 2025-06-05T23:53:55.1815822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:55.1816526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:55.1817234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:55.1817936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:55.1818634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:55.1819359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:53:55.1819918Z [?25h 2025-06-05T23:53:55.1820541Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:53:55.1821460Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:53:55.1822429Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:55.1823348Z Processing /pytorch/executorch 2025-06-05T23:53:55.1823823Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:53:55.1825162Z /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:53:55.1826401Z !! 2025-06-05T23:53:55.1826554Z 2025-06-05T23:53:55.1826742Z ******************************************************************************** 2025-06-05T23:53:55.1827892Z 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:53:55.1828870Z 2025-06-05T23:53:55.1829293Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:55.1829954Z or your builds will no longer be supported. 2025-06-05T23:53:55.1830283Z 2025-06-05T23:53:55.1830770Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:58.4488388Z ******************************************************************************** 2025-06-05T23:53:58.4488842Z 2025-06-05T23:53:58.4488959Z !! 2025-06-05T23:53:58.4489274Z corresp(dist, value, root_dir) 2025-06-05T23:53:58.4490474Z /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:53:58.4491647Z !! 2025-06-05T23:53:58.4491800Z 2025-06-05T23:53:58.4491978Z ******************************************************************************** 2025-06-05T23:53:58.4492760Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:58.4493348Z 2025-06-05T23:53:58.4493565Z License :: OSI Approved :: BSD License 2025-06-05T23:53:58.4493878Z 2025-06-05T23:53:58.4494394Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:58.4495201Z ******************************************************************************** 2025-06-05T23:53:58.4495530Z 2025-06-05T23:53:58.4495650Z !! 2025-06-05T23:53:58.4495950Z dist._finalize_license_expression() 2025-06-05T23:53:58.4497010Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:58.4498032Z !! 2025-06-05T23:53:58.4498189Z 2025-06-05T23:53:58.4498356Z ******************************************************************************** 2025-06-05T23:53:58.4499110Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:58.4499703Z 2025-06-05T23:53:58.4499872Z License :: OSI Approved :: BSD License 2025-06-05T23:53:58.4500185Z 2025-06-05T23:53:58.4500687Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:58.4501481Z ******************************************************************************** 2025-06-05T23:53:58.4501820Z 2025-06-05T23:53:58.4501934Z !! 2025-06-05T23:53:58.4502233Z self._finalize_license_expression() 2025-06-05T23:53:58.4502653Z running dist_info 2025-06-05T23:53:58.4503130Z creating /tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info 2025-06-05T23:53:58.4503892Z writing /tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info/PKG-INFO 2025-06-05T23:53:58.4504882Z writing dependency_links to /tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info/dependency_links.txt 2025-06-05T23:53:58.4506001Z writing entry points to /tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info/entry_points.txt 2025-06-05T23:53:58.4507044Z writing requirements to /tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info/requires.txt 2025-06-05T23:53:58.4508068Z writing top-level names to /tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info/top_level.txt 2025-06-05T23:53:58.4509645Z writing manifest file '/tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:58.4510653Z reading manifest file '/tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:58.4511371Z adding license file 'LICENSE' 2025-06-05T23:53:58.4512044Z writing manifest file '/tmp/pip-modern-metadata-dn3uuq8o/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:58.4513006Z creating '/tmp/pip-modern-metadata-dn3uuq8o/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:53:58.4514073Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:53:58.4515388Z 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:53:58.4516478Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:58.4518288Z 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:53:58.4520085Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:53:58.4521280Z 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:53:58.4522803Z 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:53:58.4524290Z 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:53:58.4525795Z 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:53:58.4527293Z 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:53:58.4528828Z 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:53:58.4530355Z 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:53:58.4531403Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:58.4533051Z 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:53:58.4534757Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:53:58.4535499Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:58.4537283Z 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:53:58.4539122Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:53:58.4540273Z 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:53:58.4541780Z 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:53:58.4543286Z 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:53:58.4544309Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:58.4545853Z 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:53:58.4547641Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:53:58.4548830Z 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:53:58.4550150Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:58.4550749Z Downloading coremltools-8.3.0.tar.gz (1.6 MB) 2025-06-05T23:53:58.4551675Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:58.4552804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 83.5 MB/s eta 0:00:00 2025-06-05T23:53:58.4553558Z [?25h Running command python setup.py egg_info 2025-06-05T23:53:58.4554010Z running egg_info 2025-06-05T23:53:58.4554470Z creating /tmp/pip-pip-egg-info-6b33e2xt/coremltools.egg-info 2025-06-05T23:53:58.4555209Z writing /tmp/pip-pip-egg-info-6b33e2xt/coremltools.egg-info/PKG-INFO 2025-06-05T23:53:58.4556157Z writing dependency_links to /tmp/pip-pip-egg-info-6b33e2xt/coremltools.egg-info/dependency_links.txt 2025-06-05T23:53:58.4557209Z writing requirements to /tmp/pip-pip-egg-info-6b33e2xt/coremltools.egg-info/requires.txt 2025-06-05T23:53:58.4558280Z writing top-level names to /tmp/pip-pip-egg-info-6b33e2xt/coremltools.egg-info/top_level.txt 2025-06-05T23:53:58.4559265Z writing manifest file '/tmp/pip-pip-egg-info-6b33e2xt/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:58.4560219Z reading manifest file '/tmp/pip-pip-egg-info-6b33e2xt/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:58.4560944Z reading manifest template 'MANIFEST.in' 2025-06-05T23:53:58.4561405Z adding license file 'LICENSE.txt' 2025-06-05T23:53:58.4561831Z adding license file 'NOTICE.txt' 2025-06-05T23:53:58.4562500Z writing manifest file '/tmp/pip-pip-egg-info-6b33e2xt/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:58.4563362Z Preparing metadata (setup.py) ... [?25l[?25hdone 2025-06-05T23:53:58.4564039Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:58.4565847Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/76/a1/7a5a94032c83375e4fe7e7f56e3976ea6ac90c5e85fac8576409e25c39c3/protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl.metadata 2025-06-05T23:53:58.4567815Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl.metadata (593 bytes) 2025-06-05T23:53:58.4569121Z 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:53:58.4570804Z 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:53:58.4572042Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:58.4573634Z 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:53:58.4575182Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:53:58.4575900Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:00.1510959Z 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:54:00.1512605Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:54:00.1513920Z 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:54:00.1516249Z 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:54:00.1517932Z 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:54:00.1519782Z 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:54:00.1521682Z 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:54:00.1523765Z 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:54:00.1525510Z 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:54:00.1527151Z 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:54:00.1528746Z 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:54:00.1529829Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:00.1531362Z 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:54:00.1532950Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:54:00.1534125Z 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:54:00.1535328Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:00.1536979Z 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:54:00.1538585Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:54:00.1539824Z 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:54:00.1541113Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl (322 kB) 2025-06-05T23:54:00.1541799Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:54:00.1542426Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:54:00.1543039Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:54:00.1543672Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:54:00.1544301Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:54:00.1544886Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:54:00.1545465Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:54:00.1546025Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:54:00.1546659Z Building wheels for collected packages: executorch, coremltools 2025-06-05T23:54:00.1547355Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:54:00.1548764Z /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:54:00.1550202Z !! 2025-06-05T23:54:00.1550362Z 2025-06-05T23:54:00.1550532Z ******************************************************************************** 2025-06-05T23:54:00.1551926Z 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:54:00.1552901Z 2025-06-05T23:54:00.1553213Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:54:00.1553855Z or your builds will no longer be supported. 2025-06-05T23:54:00.1554184Z 2025-06-05T23:54:00.1554670Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:00.1555495Z ******************************************************************************** 2025-06-05T23:54:00.1555824Z 2025-06-05T23:54:00.1555937Z !! 2025-06-05T23:54:00.1556447Z corresp(dist, value, root_dir) 2025-06-05T23:54:00.1557631Z /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:54:00.1558926Z !! 2025-06-05T23:54:00.1559078Z 2025-06-05T23:54:00.1559248Z ******************************************************************************** 2025-06-05T23:54:00.1560007Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:00.1560586Z 2025-06-05T23:54:00.1560809Z License :: OSI Approved :: BSD License 2025-06-05T23:54:00.1561120Z 2025-06-05T23:54:00.1561596Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:00.1562388Z ******************************************************************************** 2025-06-05T23:54:00.1562716Z 2025-06-05T23:54:00.1562837Z !! 2025-06-05T23:54:00.1563146Z dist._finalize_license_expression() 2025-06-05T23:54:00.1564213Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:00.1565239Z !! 2025-06-05T23:54:00.1565400Z 2025-06-05T23:54:00.1565567Z ******************************************************************************** 2025-06-05T23:54:00.1566309Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:00.1566899Z 2025-06-05T23:54:00.1567067Z License :: OSI Approved :: BSD License 2025-06-05T23:54:00.1567376Z 2025-06-05T23:54:00.1567862Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:00.1568654Z ******************************************************************************** 2025-06-05T23:54:00.1568993Z 2025-06-05T23:54:00.1569106Z !! 2025-06-05T23:54:00.1569414Z self._finalize_license_expression() 2025-06-05T23:54:00.1569837Z running bdist_wheel 2025-06-05T23:54:00.1570159Z running build 2025-06-05T23:54:00.1570493Z command options for 'CustomBuild': 2025-06-05T23:54:00.1570915Z build_base = pip-out 2025-06-05T23:54:00.1571282Z build_purelib = pip-out/lib 2025-06-05T23:54:00.1571763Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:54:00.1572336Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:54:00.1572849Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:54:00.1573355Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-06-05T23:54:00.1573856Z plat_name = linux-aarch64 2025-06-05T23:54:00.1574234Z compiler = None 2025-06-05T23:54:00.1574559Z parallel = None 2025-06-05T23:54:00.1574865Z debug = None 2025-06-05T23:54:00.1575181Z force = None 2025-06-05T23:54:00.1575558Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:54:00.1576459Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:00.1577359Z clearing /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:00.1578021Z Preset CMake variables: 2025-06-05T23:54:00.1578480Z 2025-06-05T23:54:00.1578637Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:54:00.1579305Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:54:00.1579853Z 2025-06-05T23:54:00.1580041Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:54:00.1580561Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:54:00.1581046Z -- Detecting C compiler ABI info 2025-06-05T23:54:00.1581484Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:00.1582021Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:00.1582561Z -- Detecting C compile features 2025-06-05T23:54:00.1582978Z -- Detecting C compile features - done 2025-06-05T23:54:00.1583427Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:00.1583992Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:00.1584566Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:00.1585122Z -- Detecting CXX compile features 2025-06-05T23:54:00.1585567Z -- Detecting CXX compile features - done 2025-06-05T23:54:00.1586207Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:54:00.1586830Z -- --- Configured Options --- 2025-06-05T23:54:00.1587093Z 2025-06-05T23:54:00.1587262Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:54:00.1587765Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:54:00.1588276Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:54:00.1588879Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:54:00.1589482Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:54:00.1589989Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:54:00.1590468Z -- BUCK2 : 2025-06-05T23:54:00.1591196Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:54:00.1591918Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:54:00.1592418Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:54:00.1592934Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:54:00.1593458Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:54:00.1594218Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:54:00.1594974Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:54:00.1595493Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:54:00.1596011Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:54:00.1596519Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:54:00.1597032Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:54:00.1597537Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:54:00.1598135Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:54:00.1598660Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:54:04.6430783Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:54:04.6431540Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:54:04.6432110Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:54:04.6432753Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:54:04.6433353Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:54:04.6433912Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:54:04.6434494Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:54:04.6435081Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:54:04.6435644Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:54:04.6436262Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:54:04.6436768Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:54:04.6437264Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:54:04.6438452Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:54:04.6438964Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:54:04.6439484Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:54:04.6439986Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:54:04.6440587Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:54:04.6441090Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:54:04.6441664Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:54:04.6442248Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:54:04.6442814Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:54:04.6443311Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:54:04.6444121Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:54:04.6444641Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:54:04.6445241Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:54:04.6445799Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:54:04.6446381Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:54:04.6446972Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:04.6447571Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:54:04.6448069Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:54:04.6448575Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:04.6449087Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:54:04.6450006Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:54:04.6450531Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:54:04.6451173Z -- -------------------------- 2025-06-05T23:54:04.6451838Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:54:04.6452806Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:54:04.6453731Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:04.6454309Z CMake. 2025-06-05T23:54:04.6454477Z 2025-06-05T23:54:04.6454848Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:04.6455705Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:04.6456489Z to work with policies introduced by or earlier. 2025-06-05T23:54:04.6456853Z 2025-06-05T23:54:04.6456870Z 2025-06-05T23:54:04.6457000Z -- pybind11 v2.13.6 2025-06-05T23:54:04.6457824Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.17", minimum required is "3.7") 2025-06-05T23:54:04.6458826Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:54:04.6459394Z -- Performing Test HAS_FLTO 2025-06-05T23:54:04.6459867Z -- Performing Test HAS_FLTO - Success 2025-06-05T23:54:04.6460595Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:04.6461584Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:04.6462219Z CMake. 2025-06-05T23:54:04.6462461Z 2025-06-05T23:54:04.6462774Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:04.6463545Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:04.6464219Z to work with policies introduced by or earlier. 2025-06-05T23:54:04.6464622Z 2025-06-05T23:54:04.6464627Z 2025-06-05T23:54:04.6464870Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:04.6465506Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:04.6466110Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:04.6466624Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:04.6467271Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:04.6468378Z -- GCC_VERSION: 11 2025-06-05T23:54:04.6468580Z 2025-06-05T23:54:04.6469802Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:54:04.6471830Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:04.6472948Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:04.6473600Z CMake. 2025-06-05T23:54:04.6473767Z 2025-06-05T23:54:04.6474078Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:04.6475024Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:04.6475765Z to work with policies introduced by or earlier. 2025-06-05T23:54:04.6476132Z 2025-06-05T23:54:04.6476145Z 2025-06-05T23:54:04.6476741Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:04.6477746Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:04.6478430Z CMake. 2025-06-05T23:54:04.6478594Z 2025-06-05T23:54:04.6478909Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:04.6479675Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:04.6480350Z to work with policies introduced by or earlier. 2025-06-05T23:54:04.6480708Z 2025-06-05T23:54:04.6480713Z 2025-06-05T23:54:04.6480887Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:54:04.6481419Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:54:04.6481918Z -- Found Threads: TRUE 2025-06-05T23:54:04.6482711Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:04.6483922Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:04.6484495Z CMake. 2025-06-05T23:54:04.6484665Z 2025-06-05T23:54:04.6484974Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:04.6485737Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:04.6486407Z to work with policies introduced by or earlier. 2025-06-05T23:54:04.6486762Z 2025-06-05T23:54:04.6486768Z 2025-06-05T23:54:04.6487298Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:54:04.6488101Z -- Killing buck2 daemon 2025-06-05T23:54:04.6488862Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:54:04.6489687Z -- executorch: Generating source lists 2025-06-05T23:54:04.6490667Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:04.6492240Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:04.6493845Z '/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:54:04.6494894Z -- Generating operator lib: 2025-06-05T23:54:04.6495285Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:04.6495852Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:04.6496423Z -- ROOT_OPS: 2025-06-05T23:54:04.6496739Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:04.6498597Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-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:54:04.6500832Z -- Generating kernel bindings: 2025-06-05T23:54:04.6501237Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:04.6501795Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:04.6502384Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:04.6502740Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:04.6505748Z Generated files /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:54:04.6508661Z -- Generating operator lib: 2025-06-05T23:54:04.6509054Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:04.6509521Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:54:04.6509943Z -- DEPS: executorch_core 2025-06-05T23:54:04.6510334Z -- Generating operator lib: 2025-06-05T23:54:04.6510732Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:04.6511300Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:04.6511889Z -- ROOT_OPS: 2025-06-05T23:54:04.6512199Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:04.6514174Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-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:54:04.6516116Z -- Generating kernel bindings: 2025-06-05T23:54:04.6516536Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:04.6517117Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:04.6517873Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:04.6518332Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:04.6521319Z Generated files /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:54:04.6524205Z -- Generating operator lib: 2025-06-05T23:54:04.6524596Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:04.6525014Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:54:04.6525552Z -- DEPS: executorch_core 2025-06-05T23:54:04.6525982Z -- Merging kernel yaml files: 2025-06-05T23:54:04.6526656Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:54:04.6527645Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:54:12.5115605Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations 2025-06-05T23:54:12.5118081Z -- Generating operator lib: 2025-06-05T23:54:12.5118636Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:12.5119605Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:12.5120517Z -- ROOT_OPS: 2025-06-05T23:54:12.5120846Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:12.5123195Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:54:12.5125628Z -- Generating kernel bindings: 2025-06-05T23:54:12.5126090Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:12.5128045Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:12.5128980Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:12.5129364Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:12.5132511Z Generated files /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:54:12.5135675Z -- Generating operator lib: 2025-06-05T23:54:12.5136316Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:12.5136946Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:54:12.5137523Z -- DEPS: executorch_core 2025-06-05T23:54:12.5138248Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:54:12.5139214Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:12.5139834Z CMake. 2025-06-05T23:54:12.5140015Z 2025-06-05T23:54:12.5140347Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:12.5141171Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:12.5141893Z to work with policies introduced by or earlier. 2025-06-05T23:54:12.5142279Z 2025-06-05T23:54:12.5142285Z 2025-06-05T23:54:12.5142453Z -- Looking for C++ include unistd.h 2025-06-05T23:54:12.5142931Z -- Looking for C++ include unistd.h - found 2025-06-05T23:54:12.5143434Z -- Looking for C++ include stdint.h 2025-06-05T23:54:12.5143916Z -- Looking for C++ include stdint.h - found 2025-06-05T23:54:12.5144417Z -- Looking for C++ include inttypes.h 2025-06-05T23:54:12.5144908Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:54:12.5145424Z -- Looking for C++ include sys/types.h 2025-06-05T23:54:12.5145929Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:54:12.5146432Z -- Looking for C++ include sys/stat.h 2025-06-05T23:54:12.5146938Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:54:12.5147445Z -- Looking for C++ include fnmatch.h 2025-06-05T23:54:12.5147934Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:54:12.5148431Z -- Looking for C++ include stddef.h 2025-06-05T23:54:12.5148939Z -- Looking for C++ include stddef.h - found 2025-06-05T23:54:12.5150306Z -- Check size of uint32_t 2025-06-05T23:54:12.5150761Z -- Check size of uint32_t - done 2025-06-05T23:54:12.5151201Z -- Looking for strtoll 2025-06-05T23:54:12.5151621Z -- Looking for strtoll - found 2025-06-05T23:54:12.5152102Z -- The ASM compiler identification is GNU 2025-06-05T23:54:12.5152606Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:54:12.5153143Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-06-05T23:54:12.5154047Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.17") found components: Interpreter 2025-06-05T23:54:12.5154917Z -- Generating microkernels.cmake 2025-06-05T23:54:12.5155475Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:54:12.5156112Z No microkernel found in src/reference/packing.cc 2025-06-05T23:54:12.5156752Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:54:12.5157883Z '/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:54:12.5159542Z 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:54:12.5160593Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:54:12.5161147Z Call Stack (most recent call first): 2025-06-05T23:54:12.5162543Z /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:54:12.5163614Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:54:12.5164129Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:54:12.5164459Z 2025-06-05T23:54:12.5164465Z 2025-06-05T23:54:12.5164889Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:54:12.5166410Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:54:12.5167668Z -- Generating operator lib: 2025-06-05T23:54:12.5168086Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:12.5168893Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:12.5169531Z -- ROOT_OPS: 2025-06-05T23:54:12.5169871Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:12.5171875Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-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:54:12.5174005Z -- Generating kernel bindings: 2025-06-05T23:54:12.5174446Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:12.5174862Z -- FUNCTIONS_YAML: 2025-06-05T23:54:12.5175418Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:12.5176075Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:12.5182031Z Generated files /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:54:12.5187766Z -- Generating operator lib: 2025-06-05T23:54:12.5188202Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:12.5188640Z -- OPS_SCHEMA_YAML: 2025-06-05T23:54:12.5192608Z -- 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:54:12.5196565Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:12.5201984Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-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:54:12.5207593Z -- Generating kernel bindings: 2025-06-05T23:54:12.5208021Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:12.5208455Z -- FUNCTIONS_YAML: 2025-06-05T23:54:12.5208994Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:12.5209643Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:12.5210098Z -- Generating custom ops aot lib: 2025-06-05T23:54:12.5210535Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:12.5211357Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:54:12.5212623Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:54:12.5213828Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:54:12.5215059Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:54:12.5216275Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:54:12.5217484Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:54:12.5218689Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:54:12.5219923Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:54:13.6830276Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:54:13.6831435Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:54:13.6832579Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:54:13.6833776Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:54:13.6834664Z -- Generating operator lib: 2025-06-05T23:54:13.6835079Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:13.6835678Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:13.6836265Z -- ROOT_OPS: 2025-06-05T23:54:13.6836581Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:13.6838610Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-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:54:13.6840621Z -- Generating kernel bindings: 2025-06-05T23:54:13.6841036Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:13.6841481Z -- FUNCTIONS_YAML: 2025-06-05T23:54:13.6841991Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:13.6842608Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:13.6843027Z -- Generating operator lib: 2025-06-05T23:54:13.6843446Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:13.6843922Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:54:13.6844382Z -- DEPS: portable_lib 2025-06-05T23:54:13.6844874Z -- Generating operator lib: 2025-06-05T23:54:13.6845270Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:13.6845686Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:54:13.6846106Z -- DEPS: executorch_core 2025-06-05T23:54:13.6846493Z -- Configuring done (12.9s) 2025-06-05T23:54:13.6846891Z -- Generating done (0.6s) 2025-06-05T23:54:13.6847634Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:13.6851191Z cmake --build /pytorch/executorch/pip-out/temp.linux-aarch64-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:54:13.6853223Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:54:13.6853844Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:54:13.6854765Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:54:13.6856039Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:54:13.6857194Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:54:13.6858481Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:54:13.6859683Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:54:13.6860534Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:54:13.6861097Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:54:13.6861669Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:54:13.6862202Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:54:13.6862743Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:54:13.6863269Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:54:13.6863879Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:54:13.6864423Z CMake Warning: 2025-06-05T23:54:13.6864851Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:13.6865242Z 2025-06-05T23:54:13.6865249Z 2025-06-05T23:54:13.6865502Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:54:13.6866077Z fatal: No names found, cannot describe anything. 2025-06-05T23:54:13.6866548Z CMake Warning: 2025-06-05T23:54:13.6866962Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:13.6867359Z 2025-06-05T23:54:13.6867365Z 2025-06-05T23:54:13.6867566Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:54:13.6868069Z git describe failed with exit code: 128 2025-06-05T23:54:13.6868380Z 2025-06-05T23:54:13.6868610Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:54:13.6869145Z Call Stack (most recent call first): 2025-06-05T23:54:13.6869568Z CMakeLists.txt:5 (include) 2025-06-05T23:54:13.6869812Z 2025-06-05T23:54:13.6869818Z 2025-06-05T23:54:13.6869982Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:54:13.6870588Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:13.6871380Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:13.6871957Z CMake. 2025-06-05T23:54:13.6872127Z 2025-06-05T23:54:13.6872451Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:13.6873225Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:13.6873893Z to work with policies introduced by or earlier. 2025-06-05T23:54:13.6874254Z 2025-06-05T23:54:13.6874271Z 2025-06-05T23:54:13.6874724Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:54:13.6875858Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:54:13.6877050Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:54:13.6878387Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:54:13.6879280Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:54:13.6879800Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:54:13.6880772Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:54:13.6881522Z -- Detecting C compiler ABI info 2025-06-05T23:54:13.6881941Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:13.6882406Z [ 1%] Linking C static library libpthreadpool.a 2025-06-05T23:54:13.6882882Z [ 1%] Built target pthreadpool 2025-06-05T23:54:13.6883610Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:54:13.6884368Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:13.6885649Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:13.6887135Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:54:13.6888002Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:13.6888549Z -- Detecting C compile features 2025-06-05T23:54:13.6889060Z -- Detecting C compile features - done 2025-06-05T23:54:13.6889525Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:13.6890381Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:54:13.6891312Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:13.6891942Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:13.6892536Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:13.6893045Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:13.6893706Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:13.6894345Z -- GCC_VERSION: 11 2025-06-05T23:54:13.6894548Z 2025-06-05T23:54:13.6895712Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:54:13.6897157Z -- Configuring done (0.3s) 2025-06-05T23:54:13.6897661Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:13.6898216Z -- Detecting CXX compile features 2025-06-05T23:54:13.6898655Z -- Detecting CXX compile features - done 2025-06-05T23:54:13.6899102Z -- Looking for strtof_l 2025-06-05T23:54:13.6899798Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:54:13.6900568Z -- Generating done (0.0s) 2025-06-05T23:54:13.6901739Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:54:13.6903060Z [ 1%] Performing build step for 'flatcc_external_project' 2025-06-05T23:54:13.6904930Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-06-05T23:54:13.6907723Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:13.6909593Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:13.6910326Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:13.6910814Z | | 2025-06-05T23:54:13.6911331Z | const xnn_float16 * 2025-06-05T23:54:13.6912448Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:13.6914610Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:13.6915777Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:13.6916210Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:13.6918130Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:13.6919959Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:13.6920787Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:13.6921293Z | | 2025-06-05T23:54:13.8652256Z | const xnn_float16 * 2025-06-05T23:54:13.8653456Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:13.8655677Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:13.8656843Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:13.8657290Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:13.8659177Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:13.8661053Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:13.8661785Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:13.8662274Z | | 2025-06-05T23:54:13.8662764Z | const xnn_float16 * 2025-06-05T23:54:13.8663885Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:13.8665865Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:13.8667061Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:13.8667507Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:13.8669344Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:300:25: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:13.8671294Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:54:13.8672050Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:13.8672473Z | | 2025-06-05T23:54:13.8672904Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:54:13.8674004Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:13.8675996Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-06-05T23:54:13.8677261Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:54:13.8678362Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:13.8678915Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:13.8680200Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:13.8681688Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:54:13.8682833Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:54:13.8683992Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:54:13.8685151Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:13.8685882Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:13.8686614Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:13.8687597Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:54:13.8689598Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-06-05T23:54:13.8692300Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:13.8694144Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:13.8694889Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:13.8695379Z | | 2025-06-05T23:54:13.8695897Z | const xnn_float16 * 2025-06-05T23:54:13.8697012Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:13.8698999Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:13.8700168Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:13.8700599Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:13.8702415Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:13.8704238Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:13.8704978Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:13.8705465Z | | 2025-06-05T23:54:13.8705958Z | const xnn_float16 * 2025-06-05T23:54:13.8707078Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:13.8709031Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:13.8710198Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:13.8710647Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:13.8712445Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:13.8714423Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:13.8715125Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:13.8715606Z | | 2025-06-05T23:54:13.8716099Z | const xnn_float16 * 2025-06-05T23:54:13.8717193Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:13.8720133Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:13.8721328Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:13.8721785Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:13.8723630Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:165:23: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:13.8725557Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:54:13.8726309Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:13.8726728Z | | 2025-06-05T23:54:13.8727146Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:54:13.8728253Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:13.8730214Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-06-05T23:54:13.8731482Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:54:13.8732041Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:13.8733229Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-06-05T23:54:13.8734459Z -- Looking for strtof_l - found 2025-06-05T23:54:13.8734865Z -- Looking for strtoull_l 2025-06-05T23:54:13.8735644Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:54:13.8736872Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:54:13.8737859Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:14.4902340Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:14.4903331Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:54:14.4905522Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c: In function ‘xnn_f16_conv_hwc2chw_ukernel_3x3s2p1c3x4__neonfp16arith_2x2’: 2025-06-05T23:54:14.4908466Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:53:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:14.4910772Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:14.4911498Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:14.4911977Z | | 2025-06-05T23:54:14.4912502Z | const xnn_float16 * 2025-06-05T23:54:14.4913691Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-06-05T23:54:14.4915759Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:14.4916933Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:14.4917369Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:14.4919371Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:54:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:14.4921312Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:14.4922016Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:14.4922505Z | | 2025-06-05T23:54:14.4922989Z | const xnn_float16 * 2025-06-05T23:54:14.4924173Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-06-05T23:54:14.4926211Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:14.4927385Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:14.4927827Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:14.4928975Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-06-05T23:54:14.4930429Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:54:14.4931473Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:54:14.4932290Z -- Looking for strtoull_l - found 2025-06-05T23:54:14.4932711Z -- Looking for realpath 2025-06-05T23:54:14.4933441Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:54:14.4934484Z [ 27%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:14.4935164Z [ 27%] Built target flatccrt 2025-06-05T23:54:14.4935912Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:54:14.4936932Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:54:14.4938654Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-06-05T23:54:14.4940491Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-06-05T23:54:14.4942085Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:54:14.4943131Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:54:14.4944303Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:54:14.4945115Z -- Looking for realpath - found 2025-06-05T23:54:14.4945597Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:54:14.4946095Z -- Configuring done (0.7s) 2025-06-05T23:54:14.4946723Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:54:14.4947804Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:54:14.4948658Z -- Generating done (0.0s) 2025-06-05T23:54:14.4950092Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:54:14.4951515Z [ 2%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:54:14.4952423Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:54:14.4953349Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:54:14.4954210Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:54:14.4955606Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-06-05T23:54:14.4957084Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:54:14.4958346Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:54:14.4959385Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:54:14.4960401Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:54:14.4961549Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:54:14.4962707Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:54:14.4963872Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:54:14.4965359Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-06-05T23:54:14.4967303Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-06-05T23:54:14.4968694Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:54:14.4970091Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-06-05T23:54:14.4971715Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:54:14.4972867Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:54:14.4974123Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:54:14.4975062Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:54:14.4975979Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:54:14.4976938Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:54:14.4977884Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:54:14.4979431Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-06-05T23:54:14.4980857Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:54:14.4982270Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-06-05T23:54:14.4983884Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:54:14.4984696Z [ 3%] Linking C static library libcpuinfo.a 2025-06-05T23:54:14.4985289Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:54:14.4986216Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:54:14.4986996Z [ 3%] Built target cpuinfo 2025-06-05T23:54:14.4987799Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:54:14.4989091Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:54:14.4990601Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-06-05T23:54:15.3043328Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:54:15.3044319Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:54:15.3045004Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:54:15.3045685Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:54:15.3046696Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:54:15.3048219Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-06-05T23:54:15.3050923Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:54:15.3051887Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:54:15.3052867Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:54:15.3054070Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:54:15.3055253Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:54:15.3056223Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:54:15.3057455Z [ 5%] 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:54:15.3059105Z [ 5%] 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:54:15.3060433Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:54:15.3061914Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:54:15.3063084Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:54:15.3064090Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:54:15.3064910Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:54:15.3066348Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-06-05T23:54:15.3067928Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:54:15.3068505Z [ 5%] Built target logging 2025-06-05T23:54:15.3069265Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:54:15.3070130Z [ 5%] Linking CXX static library libeigen_blas.a 2025-06-05T23:54:15.3071042Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:54:15.3072135Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:54:15.3072967Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:54:15.3073595Z [ 5%] Built target eigen_blas 2025-06-05T23:54:15.3073984Z [ 5%] Built target indirection 2025-06-05T23:54:15.3074792Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:54:15.3075864Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:54:15.3077258Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-06-05T23:54:15.3078771Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:54:15.3079456Z [ 6%] Built target microparams-init 2025-06-05T23:54:15.3080292Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:54:15.3081494Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:54:15.3082276Z [ 6%] Built target normalization 2025-06-05T23:54:15.3082893Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:54:15.3083821Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:54:15.3084761Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:54:15.3086204Z [ 6%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:15.3087433Z [ 6%] Built target packing 2025-06-05T23:54:15.3087815Z [ 6%] Built target allocator 2025-06-05T23:54:15.3088342Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:54:15.3089263Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:54:15.3090341Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:54:15.3091552Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:54:15.3093151Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:15.3094270Z [ 7%] Built target cache 2025-06-05T23:54:15.3094839Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:54:15.3096641Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:54:15.3097385Z [ 7%] Built target datatype 2025-06-05T23:54:15.3097790Z [ 7%] Built target microkernel-utils 2025-06-05T23:54:15.3098780Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:54:15.3099999Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:54:15.3101076Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:54:15.3101924Z [ 7%] Built target mutex 2025-06-05T23:54:15.3102829Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:54:15.3103680Z [ 7%] Built target memory 2025-06-05T23:54:15.3104648Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:54:15.3105641Z [ 93%] Built target flatcc 2025-06-05T23:54:15.3106714Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:15.3107979Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:54:15.3108576Z [ 8%] Built target operator-utils 2025-06-05T23:54:15.3109494Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:54:15.3110416Z [ 8%] Built target operator-run 2025-06-05T23:54:15.3110967Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:54:15.3111682Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:54:15.3112431Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:54:15.3113240Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:54:15.3113884Z [ 8%] Built target hardware-config 2025-06-05T23:54:15.3114324Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:15.3115551Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:15.3116908Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:54:15.3117469Z [100%] Built target flatcc_cli 2025-06-05T23:54:15.3117954Z [ 8%] Performing install step for 'flatcc_external_project' 2025-06-05T23:54:15.3119439Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-06-05T23:54:15.3121594Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-06-05T23:54:15.3122888Z [ 21%] Built target flatccrt 2025-06-05T23:54:15.3124108Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-06-05T23:54:15.3126177Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:15.3128105Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:15.3129917Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:15.3131328Z [ 93%] Built target flatcc 2025-06-05T23:54:15.3131707Z [100%] Built target flatcc_cli 2025-06-05T23:54:15.3132141Z Install the project... 2025-06-05T23:54:15.3132520Z -- Install configuration: "" 2025-06-05T23:54:15.3133486Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:54:15.3135119Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:54:15.3159656Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:54:15.3161953Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:54:15.3163765Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:54:15.3165556Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:54:15.3167462Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:54:15.3169239Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:54:15.3171111Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:54:15.3172930Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:54:15.3174764Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:54:15.3176589Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:54:15.3178459Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:54:15.3180392Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:54:15.3182273Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:54:15.3184072Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:54:15.3185859Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:54:15.3187761Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:54:15.3189599Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:54:15.3191377Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:54:15.3193300Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:54:15.3195146Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:54:15.3197338Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:54:15.3199176Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:54:15.3201063Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:54:15.3203186Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:54:15.3205379Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:54:15.3207247Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:54:15.3209137Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:54:15.3211067Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:54:15.3212914Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:54:15.3214828Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:54:15.3216801Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:54:15.3218869Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:54:15.3221026Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:54:15.3223102Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:54:15.3225116Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:54:15.3227144Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:54:15.3229120Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:54:15.3231010Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:54:15.3233051Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:54:15.3235050Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:54:15.3237120Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:54:15.3239528Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:54:15.3241598Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:54:15.3243615Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:54:15.3245714Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:54:15.3247725Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:54:15.3251713Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:54:15.3253702Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:54:15.3255559Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:54:15.3257432Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:54:15.3259334Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:54:15.7013895Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:54:15.7015861Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:54:15.7017709Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:54:15.7019565Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:54:15.7021505Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:54:15.7023425Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:54:15.7025247Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:54:15.7027073Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:54:15.7028906Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:54:15.7030752Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:54:15.7032593Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:54:15.7034369Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:54:15.7036604Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:54:15.7038685Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:54:15.7040798Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:54:15.7043078Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:54:15.7045077Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:54:15.7047058Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:54:15.7048888Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:54:15.7054139Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:54:15.7055929Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:54:15.7057732Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:54:15.7059526Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:54:15.7061347Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:54:15.7063057Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:54:15.7064653Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:54:15.7066230Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:54:15.7067242Z [ 8%] Completed 'flatcc_external_project' 2025-06-05T23:54:15.7067724Z [ 8%] Built target flatcc_external_project 2025-06-05T23:54:15.7068313Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:54:15.7069638Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-06-05T23:54:15.7071198Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:54:15.7072152Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:54:15.7073207Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:54:15.7074813Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-06-05T23:54:15.7076717Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:15.7078586Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:54:15.7080673Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:15.7082729Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-06-05T23:54:15.7084529Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:54:15.7086515Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-06-05T23:54:15.7088664Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-06-05T23:54:15.7090750Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:15.7092683Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:15.7094553Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:15.7096207Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:54:15.7097870Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:15.7099514Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:54:15.7100584Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:54:15.7101300Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:54:15.7102360Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:54:15.7103784Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:54:15.7105403Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:15.7107025Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:54:15.7108663Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:15.7110302Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:54:15.7111768Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:54:15.8386070Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:54:15.8387784Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:15.8390309Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_maxpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-06-05T23:54:15.8393500Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:28:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:15.8395403Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:15.8396151Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:15.8396654Z | | 2025-06-05T23:54:15.8397204Z | const xnn_float16 * 2025-06-05T23:54:15.8398645Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:15.8400670Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:15.8401842Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:15.8402286Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:15.8404100Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:29:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:15.8405972Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:15.8406732Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:15.8407242Z | | 2025-06-05T23:54:15.8407754Z | const xnn_float16 * 2025-06-05T23:54:15.8408902Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:15.8410882Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:15.8412054Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:15.8412490Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:15.8413629Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:15.8415264Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:54:15.8416334Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:54:15.8417338Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:54:15.8418328Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:54:15.8419319Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:54:15.8421367Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-06-05T23:54:15.8424166Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:15.8426057Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:15.8426799Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:15.8427513Z | | 2025-06-05T23:54:15.8428037Z | const xnn_float16 * 2025-06-05T23:54:15.8429179Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:15.8431183Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:15.8432347Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:15.8432901Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:15.8434767Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:15.8436660Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:15.8437406Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:15.8437905Z | | 2025-06-05T23:54:15.8438519Z | const xnn_float16 * 2025-06-05T23:54:15.8439663Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:15.8441688Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:15.8442852Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:15.8443308Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:15.8445173Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:239:75: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:15.8447332Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:54:15.8448309Z | ^~~~~~~~~~ 2025-06-05T23:54:15.8448813Z | | 2025-06-05T23:54:15.8449345Z | const xnn_float16 * 2025-06-05T23:54:15.8450655Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:15.8452672Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:15.8453829Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:15.8454272Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:15.8455206Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:54:15.8457238Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:54:15.8459371Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-06-05T23:54:15.8462306Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:15.8464733Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:15.8465514Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:15.8466024Z | | 2025-06-05T23:54:15.8466536Z | const xnn_float16 * 2025-06-05T23:54:15.8467933Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:15.8469956Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:15.8471125Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:15.8471562Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.3742428Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:16.3744518Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:16.3745266Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.3745803Z | | 2025-06-05T23:54:16.3746326Z | const xnn_float16 * 2025-06-05T23:54:16.3747451Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:16.3749636Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:16.3750803Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.3751245Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.3753118Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:106:73: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:16.3755245Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:54:16.3756226Z | ^~~~~~~~~~ 2025-06-05T23:54:16.3756733Z | | 2025-06-05T23:54:16.3757255Z | const xnn_float16 * 2025-06-05T23:54:16.3758469Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:16.3760447Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:16.3761605Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.3762041Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.3763140Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-06-05T23:54:16.3764892Z [ 12%] 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:54:16.3766865Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:54:16.3768328Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:54:16.3769770Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:54:16.3771523Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-06-05T23:54:16.3774069Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c: In function ‘xnn_f16_qs8_vcvt_ukernel__neonfp16arith_u32’: 2025-06-05T23:54:16.3776690Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:32:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:16.3778503Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:16.3779238Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.3779728Z | | 2025-06-05T23:54:16.3780231Z | const xnn_float16 * 2025-06-05T23:54:16.3781320Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:12: 2025-06-05T23:54:16.3783291Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:16.3784466Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.3784901Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.3785748Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:54:16.3786746Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:54:16.3787444Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:54:16.3788457Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:54:16.3789504Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:54:16.3790268Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:54:16.3792273Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c: In function ‘xnn_f16_raddstoreexpminusmax_ukernel__neonfp16arith_rr2_p2_u32’: 2025-06-05T23:54:16.3795519Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:189:17: warning: passing argument 1 of ‘vst1_lane_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:16.3797403Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-06-05T23:54:16.3797900Z | ^~~ 2025-06-05T23:54:16.3798359Z | | 2025-06-05T23:54:16.3798718Z | xnn_float16 * 2025-06-05T23:54:16.3800005Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:12: 2025-06-05T23:54:16.3802087Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26591:26: note: expected ‘uint16_t *’ {aka ‘short unsigned int *’} but argument is of type ‘xnn_float16 *’ 2025-06-05T23:54:16.3803476Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-06-05T23:54:16.3804046Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:16.3805121Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-06-05T23:54:16.3806715Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:54:16.3808113Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:54:16.3809335Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:54:16.3810030Z [ 12%] Built target operators 2025-06-05T23:54:16.3811034Z [ 12%] 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:54:16.3812759Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-06-05T23:54:16.3814038Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:54:16.3814771Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:54:16.3815607Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:16.3816416Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:54:16.3817211Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:16.3818182Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:16.3819507Z [ 12%] 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:54:16.3820856Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:16.3821865Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:16.3822720Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:54:16.3824023Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-06-05T23:54:16.3825489Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:16.3826400Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:54:16.3827634Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4691073Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4692835Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:54:17.4694186Z [ 12%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:17.4695022Z [ 12%] Built target flatccrt 2025-06-05T23:54:17.4696103Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-06-05T23:54:17.4697866Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-06-05T23:54:17.4699286Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:54:17.4700792Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-06-05T23:54:17.4702504Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:54:17.4703405Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:54:17.4704410Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:54:17.4705143Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:54:17.4705947Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:54:17.4706820Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:54:17.4708274Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-06-05T23:54:17.4709683Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:54:17.4710940Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:54:17.4712468Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4713762Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:54:17.4715056Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4716369Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:54:17.4717338Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:54:17.4718313Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:54:17.4719455Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:54:17.4721006Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4722708Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4724272Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:54:17.4725590Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:54:17.4727061Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4728789Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4730267Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:54:17.4731771Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4732868Z [100%] Linking CXX executable flatc 2025-06-05T23:54:17.4733764Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:54:17.4735034Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:54:17.4736318Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:54:17.4738117Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4739907Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-06-05T23:54:17.4741437Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:54:17.4742945Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-06-05T23:54:17.4744571Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:54:17.4746018Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:54:17.4747411Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:54:17.4748828Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:54:17.4752543Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4754524Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4756366Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4770465Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:54:17.4771842Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:54:17.4773125Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:54:17.4774404Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:54:17.4775959Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4777685Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4779387Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4780999Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:54:17.4782529Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:54:17.4784231Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:54:17.4785622Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:54:17.4787179Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4788697Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:54:17.4790186Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-06-05T23:54:17.4792122Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:54:17.4793739Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-06-05T23:54:17.4795259Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:54:17.4796578Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:54:17.4798208Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9796321Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:54:17.9797965Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9799537Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:54:17.9801113Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-06-05T23:54:17.9802718Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:54:17.9803887Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:54:17.9805286Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9806965Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9808647Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9810316Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9812036Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-06-05T23:54:17.9813147Z [ 17%] Built target subgraph 2025-06-05T23:54:17.9814307Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2025-06-05T23:54:17.9816297Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-06-05T23:54:17.9818232Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-06-05T23:54:17.9820077Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-06-05T23:54:17.9822087Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-06-05T23:54:17.9824235Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-06-05T23:54:17.9826129Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9827816Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9829799Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-06-05T23:54:17.9831649Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-06-05T23:54:17.9833350Z [ 18%] 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:54:17.9834408Z [100%] Built target flatc 2025-06-05T23:54:17.9835567Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-06-05T23:54:17.9836782Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:54:17.9837984Z [ 18%] 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:54:17.9839776Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-06-05T23:54:17.9841474Z [ 18%] 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:54:17.9843186Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-06-05T23:54:17.9844921Z [ 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:54:17.9846634Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-06-05T23:54:17.9848343Z [ 20%] 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:54:17.9849411Z [100%] Built target flatc 2025-06-05T23:54:17.9849929Z Install the project... 2025-06-05T23:54:17.9850319Z -- Install configuration: "" 2025-06-05T23:54:17.9851359Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:54:17.9853150Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:54:17.9854998Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:54:17.9856799Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:54:17.9858612Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:54:17.9860451Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:54:17.9862340Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:54:17.9864262Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:54:17.9866209Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:54:17.9868440Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:54:17.9870350Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:54:17.9872281Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:54:17.9874213Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:54:17.9876277Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:54:17.9878235Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:54:17.9880155Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:54:17.9881987Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:54:17.9883780Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:54:17.9885735Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:54:17.9887576Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:54:17.9889405Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:54:17.9891240Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:54:18.4293224Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:54:18.4295182Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:54:18.4297610Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:54:18.4299541Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:54:18.4301438Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:54:18.4303306Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:54:18.4305122Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:54:18.4306944Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:54:18.4308738Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:54:18.4311031Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:54:18.4312916Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:54:18.4314807Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:54:18.4316774Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:54:18.4319117Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:54:18.4321243Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:54:18.4323377Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-06-05T23:54:18.4325183Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:54:18.4326963Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:54:18.4329023Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:54:18.4330332Z [ 20%] Completed 'flatbuffers_external_project' 2025-06-05T23:54:18.4331542Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-06-05T23:54:18.4333417Z [ 20%] 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:54:18.4334612Z [ 20%] Built target flatbuffers_external_project 2025-06-05T23:54:18.4335104Z [ 20%] Generating common_schema headers 2025-06-05T23:54:18.4336353Z [ 20%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:18.4338301Z [ 20%] 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:54:18.4339428Z [ 20%] Built target common_schema 2025-06-05T23:54:18.4340472Z [ 20%] 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:54:18.4342222Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-06-05T23:54:18.4343351Z [ 21%] Generating xnnpack_schema headers 2025-06-05T23:54:18.4344476Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-06-05T23:54:18.4345605Z [ 21%] Built target xnnpack_schema 2025-06-05T23:54:18.4346756Z [ 21%] 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:54:18.4347950Z [ 21%] Generating program_schema headers 2025-06-05T23:54:18.4348397Z [ 21%] Built target program_schema 2025-06-05T23:54:18.4349701Z [ 21%] 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:54:18.4351773Z [ 21%] 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:54:18.4353460Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-06-05T23:54:18.4355177Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-06-05T23:54:18.4357084Z [ 21%] 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:54:18.4358920Z [ 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:54:18.4360621Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-06-05T23:54:18.4362344Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-06-05T23:54:18.4364176Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-06-05T23:54:18.4367819Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-06-05T23:54:18.4370019Z [ 22%] 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:54:18.4372233Z [ 22%] 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:54:18.4374408Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-06-05T23:54:18.4376446Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-06-05T23:54:18.4378824Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-06-05T23:54:18.4380769Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:54:18.4382541Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-06-05T23:54:18.4384965Z [ 22%] 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:54:18.4387351Z [ 22%] 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:54:18.4389807Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-06-05T23:54:18.4392397Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-06-05T23:54:18.4394763Z [ 24%] 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:54:19.3850818Z [ 24%] 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:54:19.3854328Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-06-05T23:54:19.3856397Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-06-05T23:54:19.3858381Z [ 24%] 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:54:19.3860628Z [ 24%] 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:54:19.3862758Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-06-05T23:54:19.3864834Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-06-05T23:54:19.3866249Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:54:19.3867719Z [ 24%] 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:54:19.3869775Z [ 24%] 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:54:19.3871430Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:54:19.3872654Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:54:19.3874091Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-06-05T23:54:19.3875748Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-06-05T23:54:19.3877463Z [ 24%] 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:54:19.3879300Z [ 24%] 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:54:19.3880718Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:54:19.3882088Z [ 24%] 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:54:19.3883732Z [ 25%] 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:54:19.3885310Z [ 25%] 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:54:19.3886499Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:54:19.3887886Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:19.3889911Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:19.3891428Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:54:19.3893086Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:19.3894541Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:54:19.3896056Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:19.3898124Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:19.3900261Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-06-05T23:54:19.3901777Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:54:19.3903279Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-06-05T23:54:19.3905162Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:19.3906912Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-06-05T23:54:19.3908575Z [ 26%] 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:54:19.3910212Z [ 26%] 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:54:19.3911813Z [ 26%] 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:54:19.3913561Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:54:19.3915509Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:19.3917362Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:19.3919177Z [ 27%] 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:54:19.3920476Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:54:19.3921426Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:54:19.3922477Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:54:19.3924238Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:54:19.3925573Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:54:19.3927163Z [ 27%] 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:54:19.3929096Z [ 27%] 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:54:19.3930758Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:54:19.3932371Z [ 27%] 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:54:19.3935351Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:54:19.3936897Z [ 27%] 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:54:19.3938439Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:54:19.3939653Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:54:19.3940761Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:54:19.3942859Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:19.3944655Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:54:19.3946440Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:19.3948888Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:19.3955760Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:54:20.1632867Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:20.1635041Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:20.1637043Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:20.1639018Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-06-05T23:54:20.1640760Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-06-05T23:54:20.1642574Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:20.1644588Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:20.1646632Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:20.1648728Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:20.1650874Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-06-05T23:54:20.1652161Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:54:20.1653479Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:20.1655511Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:20.1657325Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-06-05T23:54:20.1658794Z [ 29%] Built target executorch_core 2025-06-05T23:54:20.1659887Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-06-05T23:54:20.1661243Z [ 29%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:54:20.1662621Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-06-05T23:54:20.1664639Z [ 29%] 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:54:20.1666041Z [ 29%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:54:20.1667368Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-06-05T23:54:20.1668736Z [ 29%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:54:20.1670108Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-06-05T23:54:20.1671797Z [ 29%] 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:54:20.1673624Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:20.1675622Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:20.1677611Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-06-05T23:54:20.1679545Z [ 30%] 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:54:20.1681207Z [ 30%] 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:54:20.1682818Z [ 30%] 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:54:20.1684246Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:54:20.1685323Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:54:20.1686243Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:54:20.1687735Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:20.1689775Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:20.1691467Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:54:20.1693126Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:20.1694771Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:54:20.1695662Z [ 30%] Linking CXX static library libextension_tensor.a 2025-06-05T23:54:20.1696373Z [ 30%] Built target extension_tensor 2025-06-05T23:54:20.1697148Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:54:20.1698775Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:20.1700859Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:20.1702464Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:54:20.1704155Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-06-05T23:54:20.1706039Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:20.1707809Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-06-05T23:54:20.1708921Z [ 31%] Linking CXX static library libexecutorch.a 2025-06-05T23:54:20.1709750Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:54:20.1710914Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:54:20.1711694Z [ 31%] Built target executorch 2025-06-05T23:54:20.1712458Z [ 31%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:54:20.1713269Z [ 31%] Generating etdump headers 2025-06-05T23:54:20.1713911Z [ 31%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:54:20.1714966Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:54:20.1716433Z [ 31%] 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:54:20.1718187Z [ 32%] 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:54:20.1719806Z [ 32%] 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:54:20.1721163Z [ 32%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:54:20.1722064Z [ 32%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:54:20.1722756Z [ 32%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:54:20.1723401Z [ 32%] Built target extension_threadpool 2025-06-05T23:54:20.1724153Z [ 34%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:54:21.2667663Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:54:21.2668988Z [ 34%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:54:21.2669538Z [ 34%] Built target extension_data_loader 2025-06-05T23:54:21.2670833Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:21.2672152Z [ 34%] Generating bundled_program headers 2025-06-05T23:54:21.2672976Z [ 34%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:54:21.2674170Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:54:21.2675699Z [ 34%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:54:21.2677061Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:21.2678504Z [ 34%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:54:21.2679459Z [ 34%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:54:21.2680574Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:54:21.2682225Z [ 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:54:21.2683870Z [ 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:54:21.2685520Z [ 34%] 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:54:21.2686641Z [ 34%] Linking CXX static library libbundled_program.a 2025-06-05T23:54:21.2687498Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:54:21.2688316Z [ 34%] Built target bundled_program 2025-06-05T23:54:21.2689156Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:54:21.2690471Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:54:21.2691954Z [ 34%] 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:54:21.2693029Z [ 34%] Linking CXX static library libetdump.a 2025-06-05T23:54:21.2693852Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:54:21.2694646Z [ 34%] Built target etdump 2025-06-05T23:54:21.2695286Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:54:21.2696563Z [ 34%] 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:54:21.2698408Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:21.2699936Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:54:21.2701414Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:21.2703002Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:54:21.2704630Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:21.2706248Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:54:21.2707841Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:21.2709493Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:54:21.2711097Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:21.2713207Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-06-05T23:54:21.2714768Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:54:21.2715953Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:21.2717062Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-06-05T23:54:21.2718447Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:21.2719436Z from /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp:17: 2025-06-05T23:54:21.2722266Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:54:21.2726072Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:21.2727986Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:21.2728436Z | ^ 2025-06-05T23:54:21.2729520Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-06-05T23:54:21.2730634Z [ 36%] Linking CXX static library libcpublas.a 2025-06-05T23:54:21.2731100Z [ 36%] Built target cpublas 2025-06-05T23:54:21.2732255Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:21.2734301Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:21.2735927Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:54:21.2737066Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:21.2738654Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:21.2740251Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:54:21.2741452Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:54:21.2743130Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:21.2745180Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:21.2747032Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-06-05T23:54:21.2748770Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-06-05T23:54:21.2750723Z [ 36%] 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:54:21.2752557Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:54:21.2754038Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-06-05T23:54:21.2755339Z [ 36%] Linking CXX static library libutil.a 2025-06-05T23:54:21.2756466Z [ 36%] 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:54:21.2757571Z [ 36%] Built target util 2025-06-05T23:54:21.2758655Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:54:21.2759939Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:54:22.9229177Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:54:22.9230686Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2025-06-05T23:54:22.9232435Z [ 37%] 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:54:22.9234205Z [ 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:54:22.9235691Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:54:22.9237299Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:22.9239387Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:22.9240903Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:54:22.9242060Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:54:22.9243233Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:54:22.9244384Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:54:22.9245840Z [ 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:54:22.9247766Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:22.9249394Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:54:22.9253635Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:54:22.9254805Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:54:22.9256019Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:54:22.9257619Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:22.9259187Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:54:22.9260897Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:54:22.9262045Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:54:22.9263659Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:22.9265282Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:54:22.9266417Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:54:22.9267765Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:54:22.9268934Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:54:22.9270109Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:54:22.9271610Z [ 40%] 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:54:22.9273100Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:54:22.9274746Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:54:22.9276381Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:54:22.9277598Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:54:22.9278925Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:54:22.9280174Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:54:22.9281333Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:22.9282973Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-06-05T23:54:22.9285095Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:22.9287088Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:22.9288347Z [ 40%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:54:22.9288892Z [ 40%] Built target kernels_util_all_deps 2025-06-05T23:54:22.9290012Z [ 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:54:22.9291455Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:54:22.9292659Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:54:22.9294000Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:54:22.9295933Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:22.9297718Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:54:22.9299317Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:54:22.9301577Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:22.9303431Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-06-05T23:54:22.9305079Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-06-05T23:54:22.9306880Z [ 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:54:22.9308636Z [ 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:54:22.9310090Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:54:22.9311299Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:54:22.9312542Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:54:22.9314023Z [ 43%] 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:54:22.9315430Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:54:22.9316469Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:22.9317651Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:54:22.9319240Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-06-05T23:54:22.9320886Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-06-05T23:54:22.9322281Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:54:22.9323350Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:22.9324417Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:54:24.2450621Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:24.2452343Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:54:24.2453870Z [ 44%] 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:54:24.2455634Z [ 44%] 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:54:24.2457385Z [ 44%] 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:54:24.2458842Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:54:24.2459943Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:24.2461062Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:54:24.2462297Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:54:24.2464534Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-06-05T23:54:24.2466793Z [ 44%] 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:54:24.2468746Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-06-05T23:54:24.2470364Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:24.2471512Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:24.2472745Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:54:24.2473947Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:24.2475011Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h:10, 2025-06-05T23:54:24.2475903Z from /pytorch/executorch/kernels/optimized/cpu/op_elu.cpp:9: 2025-06-05T23:54:24.2478795Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:54:24.2482759Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.2484695Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:24.2485147Z | ^ 2025-06-05T23:54:24.2485867Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:24.2486973Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:24.2488104Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:54:24.2489505Z [ 44%] 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:54:24.2491183Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-06-05T23:54:24.2492899Z [ 45%] 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:54:24.2494307Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:54:24.2495430Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:54:24.2496519Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:54:24.2497600Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:54:24.2499371Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-06-05T23:54:24.2500918Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:24.2502537Z [ 45%] 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:54:24.2503955Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:24.2505310Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-06-05T23:54:24.2506721Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:54:24.2507905Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:54:24.2509084Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:24.2510147Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:54:24.2511496Z [ 46%] 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:54:24.2512972Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:54:24.2514155Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:24.2515214Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:11, 2025-06-05T23:54:24.2516133Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-06-05T23:54:24.2518877Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:54:24.2522693Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.2524613Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:24.2525064Z | ^ 2025-06-05T23:54:24.2525822Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:24.2527222Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-06-05T23:54:24.2528607Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:54:24.2529757Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:54:24.2530899Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:54:24.2532383Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-06-05T23:54:24.2534189Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-06-05T23:54:24.2535587Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:24.2536754Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:54:24.2537943Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:24.2539303Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-06-05T23:54:24.2540464Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:24.2541440Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-06-05T23:54:24.7268699Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:54:24.7272917Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7274891Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:24.7275345Z | ^ 2025-06-05T23:54:24.7276053Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:24.7277461Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-06-05T23:54:24.7279070Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:54:24.7280278Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:54:24.7281422Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:54:24.7282815Z [ 46%] 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:54:24.7284488Z [ 46%] 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:54:24.7285909Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:24.7287349Z [ 46%] 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:54:24.7288967Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-06-05T23:54:24.7290545Z [ 48%] 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:54:24.7292133Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-06-05T23:54:24.7293537Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:54:24.7294933Z [ 48%] 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:54:24.7296575Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-06-05T23:54:24.7298199Z [ 48%] 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:54:24.7299555Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:24.7300610Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:24.7302009Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:24.7305384Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-06-05T23:54:24.7312075Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:54:24.7315746Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:24.7317777Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7319317Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:24.7319852Z | ^~~~~~~~~~~~~~ 2025-06-05T23:54:24.7324010Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-06-05T23:54:24.7330079Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:54:24.7333712Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:24.7335696Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7339682Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-06-05T23:54:24.7344742Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-06-05T23:54:24.7350788Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:54:24.7354778Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:24.7357424Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7359025Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:24.7359605Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:24.7362683Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-06-05T23:54:24.7377384Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-06-05T23:54:24.7384348Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:54:24.7388672Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:24.7391401Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7392876Z In file included from /usr/include/c++/11/utility:70, 2025-06-05T23:54:24.7393413Z from /usr/include/c++/11/array:38, 2025-06-05T23:54:24.7394032Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-05T23:54:24.7394855Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-05T23:54:24.7395728Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:54:24.7396604Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-05T23:54:24.7400428Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-06-05T23:54:24.7406379Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-06-05T23:54:24.7411555Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-06-05T23:54:24.7417494Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:54:24.7421110Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:24.7422825Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7424665Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-05T23:54:24.7425129Z | ^~~~~~~~~ 2025-06-05T23:54:24.7428683Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-06-05T23:54:24.7434293Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-06-05T23:54:24.7439489Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-06-05T23:54:24.7445422Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:54:24.7449293Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:24.7451996Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7455942Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-06-05T23:54:24.7459685Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7461098Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:24.7461656Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:24.7464678Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-06-05T23:54:24.7468352Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:24.7469965Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:25.4129319Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4]’: 2025-06-05T23:54:25.4132860Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:25.4134375Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:25.4134960Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:25.4137411Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-06-05T23:54:25.4140733Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:25.4145562Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘std::tuple torch::executor::native::opt_native_layer_norm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, double, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&)’: 2025-06-05T23:54:25.4150671Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:25.4152118Z 114 | std::tuple opt_native_layer_norm_out( 2025-06-05T23:54:25.4152699Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:25.4154564Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:25.4157070Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:25.4159661Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:25.4162101Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:25.4163495Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:25.4164053Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:25.4165678Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:25.4167330Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:25.4167913Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:25.4168670Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:25.4170033Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-06-05T23:54:25.4171454Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:54:25.4172844Z [ 49%] 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:54:25.4174170Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:25.4175482Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-06-05T23:54:25.4177060Z [ 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:54:25.4178631Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-06-05T23:54:25.4180225Z [ 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:54:25.4181802Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-06-05T23:54:25.4183366Z [ 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:54:25.4184958Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-06-05T23:54:25.4186861Z [ 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:54:25.4188444Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-06-05T23:54:25.4189778Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:54:25.4191120Z [ 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:54:25.4192691Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-06-05T23:54:25.4194400Z [ 50%] 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:54:25.4196005Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-06-05T23:54:25.4197619Z [ 50%] 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:54:25.4199332Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-06-05T23:54:25.4200944Z [ 50%] 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:54:25.4202603Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2025-06-05T23:54:25.4204257Z [ 50%] 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:54:25.4205365Z [ 50%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:54:25.4206458Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-06-05T23:54:25.4208091Z [ 50%] 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:54:25.4209708Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-06-05T23:54:25.4211056Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:25.4212448Z [ 50%] 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:54:25.4214062Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-06-05T23:54:25.4215690Z [ 51%] 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:54:25.4217324Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-06-05T23:54:25.4218959Z [ 51%] 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:54:25.4220018Z [ 51%] Built target optimized_kernels 2025-06-05T23:54:26.6278934Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-06-05T23:54:26.6280410Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:54:26.6281781Z [ 51%] 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:54:26.6283778Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-06-05T23:54:26.6285354Z [ 51%] 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:54:26.6286931Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-06-05T23:54:26.6288518Z [ 51%] 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:54:26.6290263Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-06-05T23:54:26.6291826Z [ 51%] 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:54:26.6293168Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:54:26.6294525Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-06-05T23:54:26.6296154Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:54:26.6297930Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-06-05T23:54:26.6299580Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:54:26.6301234Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-06-05T23:54:26.6302655Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:54:26.6304081Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:54:26.6305765Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-06-05T23:54:26.6307471Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-06-05T23:54:26.6309181Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-06-05T23:54:26.6310586Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:54:26.6312013Z [ 54%] 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:54:26.6313479Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:54:26.6314941Z [ 54%] 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:54:26.6316578Z [ 54%] 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:54:26.6318334Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-06-05T23:54:26.6320112Z [ 54%] 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:54:26.6321622Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:54:26.6323275Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-06-05T23:54:26.6324647Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:54:26.6326039Z [ 54%] 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:54:26.6327742Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-06-05T23:54:26.6329911Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:54:26.6331468Z [ 54%] 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:54:26.6333121Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-06-05T23:54:26.6334455Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:26.6336319Z [ 55%] 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:54:26.6338052Z [ 55%] 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:54:26.6339582Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:54:26.6341086Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-06-05T23:54:26.6342900Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-06-05T23:54:26.6344454Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:54:26.6345870Z [ 55%] 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:54:26.6347928Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:54:26.6349175Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:54:26.6350614Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-06-05T23:54:26.6352175Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-06-05T23:54:26.6353526Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:54:26.6354674Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:54:26.6356064Z [ 55%] 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:54:26.6357683Z [ 55%] 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:54:26.6359156Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:54:26.6360500Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-06-05T23:54:26.6362385Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-06-05T23:54:26.6363783Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:26.6364992Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:54:26.6366424Z [ 56%] 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:54:26.6367856Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:54:26.6369448Z [ 56%] 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:54:26.6370887Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:54:26.6372259Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-06-05T23:54:28.2844959Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:54:28.2846412Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-06-05T23:54:28.2847804Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:54:28.2849235Z [ 58%] 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:54:28.2850799Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:54:28.2852185Z [ 58%] 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:54:28.2853609Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:54:28.2854987Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-06-05T23:54:28.2856375Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:54:28.2857622Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:54:28.2859031Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-06-05T23:54:28.2860363Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:54:28.2861746Z [ 58%] 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:54:28.2863238Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:54:28.2864740Z [ 58%] 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:54:28.2866393Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2025-06-05T23:54:28.2867971Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:54:28.2869301Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:54:28.2870741Z [ 58%] 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:54:28.2872571Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:54:28.2873986Z [ 58%] 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:54:28.2875794Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2025-06-05T23:54:28.2877324Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:54:28.2878744Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:54:28.2880351Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-06-05T23:54:28.2881910Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:28.2883411Z [ 59%] 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:54:28.2884903Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:28.2886073Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:54:28.2887318Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:54:28.2888825Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-06-05T23:54:28.2890329Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:54:28.2891590Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:54:28.2893082Z [ 59%] 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:54:28.2894533Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:28.2895730Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:54:28.2896848Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:28.2898268Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2025-06-05T23:54:28.2899727Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:54:28.2900877Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:54:28.2902325Z [ 60%] 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:54:28.2903823Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:54:28.2905059Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:54:28.2906438Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-06-05T23:54:28.2907961Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:54:28.2909524Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:54:28.2910785Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:54:28.2912172Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-06-05T23:54:28.2913696Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:54:28.2915029Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:54:28.2916248Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:54:28.2917399Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:54:28.2918808Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-06-05T23:54:28.2920333Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:54:28.2921668Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:54:28.2922836Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:54:28.2924299Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-06-05T23:54:28.2926213Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:54:28.2928311Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:28.2929989Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:54:28.2931264Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:54:28.2932544Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:54:28.2934167Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:28.2935703Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:54:29.6623563Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:54:29.6625269Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6627320Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:29.6628883Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:54:29.6630118Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:54:29.6631864Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:54:29.6634012Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:54:29.6635317Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:54:29.6637026Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:54:29.6652065Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:54:29.6654139Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6655777Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:54:29.6656929Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:54:29.6658495Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:29.6660054Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:54:29.6661658Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6663675Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:29.6665221Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:54:29.6666855Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:54:29.6668971Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6670624Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:54:29.6671827Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:54:29.6673408Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:29.6674987Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:54:29.6676620Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-06-05T23:54:29.6678788Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6680453Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:54:29.6682080Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-06-05T23:54:29.6683734Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:54:29.6685478Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:54:29.6687439Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:29.6689252Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2025-06-05T23:54:29.6691505Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6693102Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:54:29.6694740Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:29.6696772Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6698364Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:54:29.6699967Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6702004Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:29.6704065Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-06-05T23:54:29.6705688Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:54:29.6706873Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:54:29.6708092Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:54:29.6709760Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6711866Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-06-05T23:54:29.6714106Z [ 67%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:54:29.6715870Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:54:29.6717599Z [ 67%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:54:29.6719849Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6721888Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:29.6723481Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:54:29.6725122Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:29.6727005Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:54:29.6728237Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:54:29.6729812Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-06-05T23:54:31.0491583Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:54:31.0493256Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:54:31.0494853Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:54:31.0496446Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:31.0498386Z [ 68%] 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:54:31.0499883Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:31.0501009Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:54:31.0502145Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:54:31.0503704Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:54:31.0505653Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:31.0507570Z [ 68%] 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:54:31.0509070Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:54:31.0510644Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-06-05T23:54:31.0512654Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-06-05T23:54:31.0514240Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:54:31.0515776Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:54:31.0517741Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:31.0519410Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:54:31.0520929Z [ 68%] 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:54:31.0522430Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:54:31.0523975Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:54:31.0525570Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:54:31.0527480Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:31.0529399Z [ 69%] 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:54:31.0530899Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:54:31.0532041Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:54:31.0533743Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-06-05T23:54:31.0535749Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:54:31.0537703Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:31.0539280Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:54:31.0540501Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:54:31.0542057Z [ 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:54:31.0543934Z [ 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:54:31.0545861Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:31.0547482Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:54:31.0549123Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-06-05T23:54:31.0552609Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:54:31.0554219Z [ 70%] 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:54:31.0555812Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:54:31.0557459Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:31.0559698Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:54:31.0561963Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:54:31.0564039Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:54:31.0565990Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:31.0568207Z [ 70%] 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:54:31.0569699Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:54:31.0570905Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:54:31.0572509Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-06-05T23:54:31.0574033Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:31.0575366Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:54:31.0576974Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:54:31.0578532Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:54:31.0580100Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:31.0583450Z [ 70%] 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:54:31.0585163Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:54:31.0586716Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:54:32.2056959Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:54:32.2058695Z [ 73%] 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:54:32.2060331Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:54:32.2061671Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:54:32.2062986Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:54:32.2064650Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:32.2066316Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:54:32.2067633Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:54:32.2068915Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:54:32.2070530Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-06-05T23:54:32.2072128Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:54:32.2073355Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:54:32.2074610Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:54:32.2076207Z [ 73%] 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:54:32.2078688Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:32.2080342Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:54:32.2081687Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:54:32.2083015Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:54:32.2084488Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:32.2085743Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:54:32.2087023Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:54:32.2088847Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:54:32.2091139Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:54:32.2093256Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:54:32.2094850Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:54:32.2096106Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:54:32.2097734Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:32.2099678Z [ 74%] 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:54:32.2101619Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-06-05T23:54:32.2103632Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2025-06-05T23:54:32.2105668Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-06-05T23:54:32.2107711Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-06-05T23:54:32.2109743Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-06-05T23:54:32.2111763Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2025-06-05T23:54:32.2113773Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:54:32.2115738Z [ 75%] 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:54:32.2117812Z [ 75%] 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:54:32.2119814Z [ 75%] 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:54:32.2121734Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:54:32.2123041Z [ 75%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:54:32.2124466Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:54:32.2126408Z [ 75%] 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:54:32.2128316Z [ 75%] 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:54:32.2130219Z [ 75%] 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:54:32.2132038Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-06-05T23:54:32.2133738Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-06-05T23:54:32.2135378Z [ 75%] 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:54:32.2137037Z [ 75%] 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:54:32.2138737Z [ 77%] 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:54:32.2140467Z [ 77%] 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:54:32.2142380Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-06-05T23:54:32.2144455Z [ 77%] 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:54:32.2146500Z [ 77%] 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:54:32.2148553Z [ 77%] 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:54:32.9650208Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-06-05T23:54:32.9652338Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-06-05T23:54:32.9654500Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-06-05T23:54:32.9656595Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-06-05T23:54:32.9659140Z [ 77%] 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:54:32.9661170Z [ 77%] 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:54:32.9662450Z [ 77%] Built target optimized_portable_kernels 2025-06-05T23:54:32.9663714Z [ 77%] 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:54:32.9665958Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-06-05T23:54:32.9668046Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-06-05T23:54:32.9670107Z [ 78%] 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:54:32.9672139Z [ 78%] 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:54:32.9674170Z [ 78%] 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:54:32.9675414Z [ 78%] Merging kernel yaml files 2025-06-05T23:54:32.9676612Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-06-05T23:54:32.9678688Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-06-05T23:54:32.9680608Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-06-05T23:54:32.9682543Z [ 78%] 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:54:32.9684487Z [ 78%] 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:54:32.9686442Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-06-05T23:54:32.9688401Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-06-05T23:54:32.9690334Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-06-05T23:54:32.9692479Z [ 78%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-06-05T23:54:32.9694052Z [ 78%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:54:32.9695514Z [ 78%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-06-05T23:54:32.9697669Z [ 78%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-06-05T23:54:32.9699912Z [ 78%] 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:54:32.9701865Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-06-05T23:54:32.9703831Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-06-05T23:54:32.9706653Z [ 79%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-06-05T23:54:32.9708986Z [ 79%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-06-05T23:54:32.9711168Z [ 79%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-06-05T23:54:32.9713192Z [ 79%] 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:54:32.9715345Z [ 79%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-06-05T23:54:32.9717664Z [ 79%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-06-05T23:54:32.9720030Z [ 79%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:54:32.9722269Z [ 79%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:54:32.9724320Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-06-05T23:54:32.9726226Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-06-05T23:54:32.9728136Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-06-05T23:54:32.9730106Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-06-05T23:54:32.9732105Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-06-05T23:54:32.9734050Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-06-05T23:54:32.9736010Z [ 81%] 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:54:32.9738002Z [ 81%] 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:54:32.9739997Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-06-05T23:54:32.9742158Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-06-05T23:54:32.9744124Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-06-05T23:54:32.9745336Z [ 81%] Generating code for kernel registration 2025-06-05T23:54:33.6130727Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-06-05T23:54:33.6133511Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-06-05T23:54:33.6135731Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-06-05T23:54:33.6137820Z [ 81%] 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:54:33.6139812Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-06-05T23:54:33.6141817Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-06-05T23:54:33.6144027Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-06-05T23:54:33.6146349Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-06-05T23:54:33.6148544Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-06-05T23:54:33.6150810Z [ 82%] 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:54:33.6153015Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-06-05T23:54:33.6155507Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-06-05T23:54:33.6157816Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:54:33.6160209Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:54:33.6162293Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-06-05T23:54:33.6164235Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-06-05T23:54:33.6166188Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-06-05T23:54:33.6168409Z [ 82%] 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:54:33.6170216Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-06-05T23:54:33.6172017Z [ 82%] 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:54:33.6173805Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-06-05T23:54:33.6175614Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-06-05T23:54:33.6177231Z [ 82%] 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:54:33.6178863Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-06-05T23:54:33.6180559Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-06-05T23:54:33.6182228Z [ 83%] 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:54:33.6183865Z [ 83%] 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:54:33.6185556Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-06-05T23:54:33.6187284Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-06-05T23:54:33.6188992Z [ 83%] 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:54:33.6190669Z [ 83%] 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:54:33.6192269Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-06-05T23:54:33.6193812Z [ 83%] 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:54:33.6195364Z [ 83%] 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:54:33.6196923Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-06-05T23:54:33.6198665Z [ 83%] 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:54:33.6200371Z [ 83%] 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:54:33.6202079Z [ 83%] 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:54:33.6203821Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-06-05T23:54:33.6205583Z [ 84%] 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:54:33.6207466Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-06-05T23:54:33.6209449Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-06-05T23:54:33.6211305Z [ 84%] 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:54:33.6213577Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c: In function ‘xnn_qs8_vlrelu_ukernel__neon_u32’: 2025-06-05T23:54:33.6216084Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:29:53: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:33.6217790Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:33.6218510Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:33.6218980Z | | 2025-06-05T23:54:33.6219477Z | const int32_t * {aka const int *} 2025-06-05T23:54:33.6220483Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-06-05T23:54:33.6222351Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-06-05T23:54:33.6223512Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:33.6223957Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.3264485Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.3266288Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:34.3267008Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.3267496Z | | 2025-06-05T23:54:34.3267994Z | const int32_t * {aka const int *} 2025-06-05T23:54:34.3268989Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-06-05T23:54:34.3270895Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-06-05T23:54:34.3272201Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:34.3272694Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.3273785Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-06-05T23:54:34.3275616Z [ 84%] 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:54:34.3277526Z [ 84%] 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:54:34.3279590Z [ 84%] 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:54:34.3281562Z [ 84%] 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:54:34.3283971Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-06-05T23:54:34.3285995Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-06-05T23:54:34.3288018Z [ 84%] 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:54:34.3289921Z [ 84%] 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:54:34.3292033Z [ 84%] 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:54:34.3293900Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-06-05T23:54:34.3295555Z [ 86%] 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:54:34.3297198Z [ 86%] 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:54:34.3298956Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:54:34.3300871Z [ 86%] 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:54:34.3302771Z [ 86%] 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:54:34.3304603Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:54:34.3306440Z [ 86%] 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:54:34.3308313Z [ 86%] 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:54:34.3310237Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:54:34.3312524Z [ 86%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-06-05T23:54:34.3314854Z [ 86%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-06-05T23:54:34.3317150Z [ 86%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-06-05T23:54:34.3319353Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:54:34.3321425Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:54:34.3323516Z [ 87%] 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:54:34.3325484Z [ 87%] 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:54:34.3327571Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:54:34.3329448Z [ 87%] 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:54:34.3331359Z [ 87%] 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:54:34.3333347Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:54:34.3335482Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-06-05T23:54:34.3337848Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-06-05T23:54:34.3340288Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-06-05T23:54:34.3342556Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:54:34.3344365Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-06-05T23:54:34.3346495Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-06-05T23:54:34.3348196Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:54:34.3351690Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-06-05T23:54:34.3353469Z [ 88%] 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:54:34.3355091Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-06-05T23:54:34.3356848Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-06-05T23:54:34.3358629Z [ 88%] 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:54:34.3360280Z [ 88%] 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:54:34.3361963Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-06-05T23:54:34.7853854Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-06-05T23:54:34.7855650Z [ 88%] 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:54:34.7857375Z [ 88%] 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:54:34.7858984Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-06-05T23:54:34.7860916Z [ 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:54:34.7862456Z [ 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:54:34.7864036Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-06-05T23:54:34.7865681Z [ 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:54:34.7867569Z [ 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:54:34.7869296Z [ 89%] 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:54:34.7871047Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-06-05T23:54:34.7872798Z [ 89%] 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:54:34.7874571Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-06-05T23:54:34.7876737Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c: In function ‘xnn_qu8_vlrelu_ukernel__neon_u32’: 2025-06-05T23:54:34.7879214Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:29:54: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.7880917Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:34.7881640Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.7882124Z | | 2025-06-05T23:54:34.7882627Z | const int32_t * {aka const int *} 2025-06-05T23:54:34.7883618Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-06-05T23:54:34.7885558Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-06-05T23:54:34.7886789Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:34.7887234Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.7888886Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.7890588Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:34.7891301Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.7891775Z | | 2025-06-05T23:54:34.7892279Z | const int32_t * {aka const int *} 2025-06-05T23:54:34.7893282Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-06-05T23:54:34.7895135Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-06-05T23:54:34.7896505Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:34.7896934Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.7897932Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-06-05T23:54:34.7899520Z [ 89%] 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:54:34.7901135Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-06-05T23:54:34.7902895Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-06-05T23:54:34.7904729Z [ 89%] 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:54:34.7906421Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-06-05T23:54:34.7908147Z [ 89%] 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:54:34.7909763Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-06-05T23:54:34.7911297Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:54:34.7912895Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-06-05T23:54:34.7914530Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-06-05T23:54:34.7916187Z [ 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:54:34.7918390Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_s8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-06-05T23:54:34.7921842Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:28:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.7923506Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:34.7924110Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.7924587Z | | 2025-06-05T23:54:34.7925071Z | const int32_t * {aka const int *} 2025-06-05T23:54:34.7926140Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-06-05T23:54:34.7928640Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-06-05T23:54:34.7929817Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:34.7930246Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.7931979Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:29:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.7933633Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:34.7934238Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.7934689Z | | 2025-06-05T23:54:34.7935398Z | const int32_t * {aka const int *} 2025-06-05T23:54:34.7936462Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-06-05T23:54:34.7938398Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-06-05T23:54:34.7939557Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:34.7939974Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.7941073Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:54:34.7942727Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-06-05T23:54:34.9782494Z [ 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:54:34.9784647Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c: In function ‘xnn_s8_vclamp_ukernel__neon_u64’: 2025-06-05T23:54:34.9786938Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:24:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.9788494Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:34.9789091Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.9789590Z | | 2025-06-05T23:54:34.9790065Z | const int32_t * {aka const int *} 2025-06-05T23:54:34.9791034Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:34.9792856Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-06-05T23:54:34.9794015Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:34.9794445Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.9796048Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:25:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.9797603Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:34.9798310Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.9798764Z | | 2025-06-05T23:54:34.9799263Z | const int32_t * {aka const int *} 2025-06-05T23:54:34.9800199Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:34.9802027Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-06-05T23:54:34.9803182Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:34.9803613Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.9804551Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-06-05T23:54:34.9806031Z [ 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:54:34.9807533Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-06-05T23:54:34.9809505Z [ 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:54:34.9811237Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-06-05T23:54:34.9813096Z [ 91%] 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:54:34.9815213Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_u8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-06-05T23:54:34.9817937Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:31:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.9819609Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:34.9820210Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.9820707Z | | 2025-06-05T23:54:34.9821205Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:34.9822288Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-06-05T23:54:34.9824325Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-06-05T23:54:34.9825551Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:34.9825988Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.9827707Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:32:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.9829348Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:34.9829950Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.9830406Z | | 2025-06-05T23:54:34.9830916Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:34.9831997Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-06-05T23:54:34.9834001Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-06-05T23:54:34.9835244Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:34.9835667Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.9836821Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-06-05T23:54:34.9838754Z [ 91%] 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:54:34.9840599Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-06-05T23:54:34.9842592Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c: In function ‘xnn_u8_vclamp_ukernel__neon_u64’: 2025-06-05T23:54:34.9844829Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:24:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.9846558Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:34.9847165Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.9847618Z | | 2025-06-05T23:54:34.9848122Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:34.9849082Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:34.9855176Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-06-05T23:54:34.9856444Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:34.9856887Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.9858503Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:25:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:34.9860042Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:34.9860648Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:34.9861111Z | | 2025-06-05T23:54:34.9861610Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:34.9862587Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:34.9864470Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-06-05T23:54:34.9865715Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:34.9866148Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:34.9867205Z [ 91%] 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:54:34.9868932Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-06-05T23:54:34.9870714Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-06-05T23:54:36.3717631Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-06-05T23:54:36.3724923Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-06-05T23:54:36.3726872Z [ 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:54:36.3728703Z [ 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:54:36.3730574Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-06-05T23:54:36.3732500Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-06-05T23:54:36.3734364Z [ 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:54:36.3737217Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-06-05T23:54:36.3739093Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-06-05T23:54:36.3740789Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-06-05T23:54:36.3742296Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:54:36.3743991Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-06-05T23:54:36.3745490Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:54:36.3746967Z [ 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:54:36.3748418Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-06-05T23:54:36.3750058Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-06-05T23:54:36.3751521Z [ 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:54:36.3752975Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-06-05T23:54:36.3754441Z [ 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:54:36.3756123Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-06-05T23:54:36.3758128Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-06-05T23:54:36.3759990Z [ 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:54:36.3761731Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-06-05T23:54:36.3763343Z [ 93%] 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:54:36.3764934Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-06-05T23:54:36.3766603Z [ 93%] 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:54:36.3768275Z [ 93%] 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:54:36.3770007Z [ 93%] 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:54:36.3771858Z [ 94%] 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:54:36.3773602Z [ 94%] 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:54:36.3775413Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-06-05T23:54:36.3777535Z [ 94%] 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:54:36.3779200Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-06-05T23:54:36.3780636Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:54:36.3782069Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-06-05T23:54:36.3783676Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:54:36.3785152Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-06-05T23:54:36.3786590Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:54:36.3788014Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-06-05T23:54:36.3789549Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:54:36.3791048Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:54:36.3792557Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-06-05T23:54:36.3794043Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:54:36.3795545Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-06-05T23:54:36.3797088Z [ 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:54:36.3798816Z [ 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:54:36.3800409Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:54:36.3801887Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:54:36.3803351Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:54:36.3804836Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:54:36.3806339Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:54:36.3807826Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:54:36.3809319Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:54:36.3810820Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:54:36.3812235Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:54:36.3813817Z [ 96%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:36.3815202Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:54:36.3815829Z [ 96%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:54:36.3816425Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:36.3816910Z [ 96%] Built target microkernels-prod 2025-06-05T23:54:36.3817356Z [ 96%] Generating build_identifier.c 2025-06-05T23:54:48.2214700Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:54:48.2216120Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:54:48.2217876Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:54:48.2219259Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:54:48.2220561Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:54:48.2221928Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:54:48.2223240Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:54:48.2224547Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:54:48.2225832Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:54:48.2227142Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:54:48.2228488Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:54:48.2229799Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:54:48.2231097Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:54:48.2232399Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:54:48.2233687Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:54:48.2235075Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:54:48.2236454Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:54:48.2237705Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:54:48.2239046Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:54:48.2240322Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:54:48.2241696Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:54:48.2243042Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:54:48.2244337Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:54:48.2245637Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:54:48.2246914Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:54:48.2248465Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:54:48.2250487Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:54:48.2251642Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:54:48.2252699Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:54:48.2253796Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:54:48.2254627Z [ 98%] Linking CXX static library libXNNPACK.a 2025-06-05T23:54:48.2255290Z [ 98%] Built target XNNPACK 2025-06-05T23:54:48.2256028Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:54:48.2257121Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:54:48.2258214Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:54:48.2259322Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:54:48.2260466Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:54:48.2261657Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:54:48.2264047Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp: In function ‘std::pair executorch::backends::xnnpack::delegate::getOutputMinMax(executorch::backends::xnnpack::delegate::NodePtr)’: 2025-06-05T23:54:48.2266657Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp:87:61: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:48.2268140Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-06-05T23:54:48.2268761Z | ^~~~~~~~ 2025-06-05T23:54:48.2269286Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:54:48.2269795Z [ 98%] Built target xnnpack_backend 2025-06-05T23:54:48.2270485Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:54:48.2271407Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:48.2272178Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-06-05T23:54:48.2272758Z [100%] Built target portable_lib 2025-06-05T23:54:48.2273516Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:54:48.2274814Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:54:48.2276221Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:54:48.2277555Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:54:48.2279071Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:54:48.2280065Z [ 50%] Linking CXX static library libcoreml_util.a 2025-06-05T23:54:48.2280548Z [ 50%] Built target coreml_util 2025-06-05T23:54:48.2282755Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.cpp: In function ‘std::unique_ptr {anonymous}::read_file_content(std::unique_ptr<_IO_FILE, int (*)(_IO_FILE*)>, inmemoryfs::Range, inmemoryfs::MemoryBuffer::ReadOption, std::error_code&)’: 2025-06-05T23:54:48.2285690Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.cpp:243:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:54:48.2286811Z 243 | } 2025-06-05T23:54:48.2287095Z | ^ 2025-06-05T23:54:48.2288697Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In member function ‘virtual std::string inmemoryfs::InMemoryFileSystem::ErrorCategory::message(int) const’: 2025-06-05T23:54:48.2290879Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:463:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:54:48.2292043Z 463 | } 2025-06-05T23:54:48.2292335Z | ^ 2025-06-05T23:54:48.2294322Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In function ‘bool {anonymous}::write_node(inmemoryfs::InMemoryFileSystem::InMemoryNode*, const std::filesystem::__cxx11::path&, bool, std::error_code&)’: 2025-06-05T23:54:48.2296748Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:279:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:54:48.2297914Z 279 | } 2025-06-05T23:54:48.2298183Z | ^ 2025-06-05T23:54:48.2300512Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In static member function ‘static std::unique_ptr inmemoryfs::InMemoryFileSystem::make_from_directory(const string&, inmemoryfs::InMemoryFileSystem::FileLoadOption, std::error_code&)’: 2025-06-05T23:54:48.2303293Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:727:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:54:48.2304461Z 727 | } 2025-06-05T23:54:48.2304737Z | ^ 2025-06-05T23:54:48.2306531Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In function ‘inmemoryfs::MemoryBuffer::ReadOption {anonymous}::to_memory_buffer_read_option(inmemoryfs::InMemoryFileSystem::FileLoadOption)’: 2025-06-05T23:54:48.2308912Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:152:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:54:48.2310095Z 152 | } 2025-06-05T23:54:48.2310367Z | ^ 2025-06-05T23:54:48.2310744Z [ 50%] Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:54:55.6281899Z [ 50%] Built target coreml_inmemoryfs 2025-06-05T23:54:55.6282954Z [ 50%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:54:55.6284533Z [100%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:54:55.6285776Z [100%] Linking CXX shared library executorchcoreml.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:55.6286602Z lto-wrapper: warning: using serial compilation of 4 LTRANS jobs 2025-06-05T23:54:55.6287181Z [100%] Built target executorchcoreml 2025-06-05T23:54:55.6287649Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:54:55.6288136Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:55.6288591Z [ 1%] Built target pthreadpool 2025-06-05T23:54:55.6288993Z [ 1%] Built target common_schema 2025-06-05T23:54:55.6289411Z [ 2%] Built target xnnpack_schema 2025-06-05T23:54:55.6289816Z [ 3%] Built target cpuinfo 2025-06-05T23:54:55.6290196Z [ 3%] Built target logging 2025-06-05T23:54:55.6290571Z [ 5%] Built target eigen_blas 2025-06-05T23:54:55.6290960Z [ 5%] Built target flatccrt 2025-06-05T23:54:55.6291348Z [ 5%] Built target indirection 2025-06-05T23:54:55.6291760Z [ 6%] Built target normalization 2025-06-05T23:54:55.6292185Z [ 6%] Built target microparams-init 2025-06-05T23:54:55.6292600Z [ 6%] Built target datatype 2025-06-05T23:54:55.6292998Z [ 7%] Built target microkernel-utils 2025-06-05T23:54:55.6293838Z [ 7%] Built target memory 2025-06-05T23:54:55.6294231Z [ 7%] Built target operator-utils 2025-06-05T23:54:55.6294638Z [ 7%] Built target mutex 2025-06-05T23:54:55.6295025Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:55.6295456Z [ 8%] Built target program_schema 2025-06-05T23:54:55.6295878Z [ 8%] Built target operator-run 2025-06-05T23:54:55.6296295Z [ 8%] Built target hardware-config 2025-06-05T23:54:55.6296708Z [ 8%] Built target allocator 2025-06-05T23:54:55.6297094Z [ 8%] Built target packing 2025-06-05T23:54:55.6297465Z [ 8%] Built target cache 2025-06-05T23:54:55.6297837Z [ 10%] Built target operators 2025-06-05T23:54:55.6298226Z [ 11%] Built target executorch_core 2025-06-05T23:54:55.6298868Z [ 11%] Built target extension_data_loader 2025-06-05T23:54:55.6299335Z [ 12%] Built target extension_tensor 2025-06-05T23:54:55.6299783Z [ 12%] Built target extension_threadpool 2025-06-05T23:54:55.6300217Z [ 12%] Built target executorch 2025-06-05T23:54:55.6300626Z [ 15%] Built target subgraph 2025-06-05T23:54:55.6301016Z [ 15%] Built target bundled_program 2025-06-05T23:54:55.6301426Z [ 15%] Built target cpublas 2025-06-05T23:54:55.6301802Z [ 16%] Built target etdump 2025-06-05T23:54:55.6302197Z [ 17%] Built target kernels_util_all_deps 2025-06-05T23:54:55.6302633Z [ 17%] Built target util 2025-06-05T23:54:55.6303006Z [ 20%] Built target optimized_kernels 2025-06-05T23:54:55.6303448Z [ 79%] Built target microkernels-prod 2025-06-05T23:54:55.6303869Z [ 82%] Built target XNNPACK 2025-06-05T23:54:55.6304262Z [ 82%] Built target xnnpack_backend 2025-06-05T23:54:55.6304707Z [ 98%] Built target optimized_portable_kernels 2025-06-05T23:54:55.6305215Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:55.6305692Z [100%] Built target portable_lib 2025-06-05T23:54:55.6306436Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:54:55.6307651Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:54:55.6308824Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:54:55.6309939Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:54:55.6311205Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:54:55.6312566Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_neon.c.o 2025-06-05T23:54:55.6313804Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:54:55.6316958Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-06-05T23:54:55.6318248Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:54:55.6319522Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:54:55.6320969Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul.h:314, 2025-06-05T23:54:55.6322694Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:55.6324180Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:55.6325235Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:55.6327528Z /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/channelwise_8bit_a_channelwise_8bit_b_4x8x8_f32_neondot-impl.h:92:35: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 2025-06-05T23:54:55.6329625Z 92 | TORCHAO_ALWAYS_INLINE static void dequantize_4x8_int32_t( 2025-06-05T23:54:55.6330185Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:55.6332218Z /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/channelwise_8bit_a_channelwise_8bit_b_4x8x8_f32_neondot-impl.h:22:35: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 2025-06-05T23:54:55.6334033Z 22 | TORCHAO_ALWAYS_INLINE static void block_mul_4x8x8( 2025-06-05T23:54:55.6334696Z | ^~~~~~~~~~~~~~~ 2025-06-05T23:54:55.6335820Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul.h:313, 2025-06-05T23:54:55.6337544Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:55.6339029Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:55.6340053Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:55.6342267Z /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/channelwise_8bit_a_channelwise_8bit_b_1x8x16_f32_neondot-impl.h:62:35: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 2025-06-05T23:54:55.6344131Z 62 | TORCHAO_ALWAYS_INLINE static void dequantize_1x8_int32_t( 2025-06-05T23:54:55.6344684Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:55.6346718Z /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/channelwise_8bit_a_channelwise_8bit_b_1x8x16_f32_neondot-impl.h:53:35: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 2025-06-05T23:54:55.6348577Z 53 | TORCHAO_ALWAYS_INLINE static void reduce_1x8_int32x4_t_sums( 2025-06-05T23:54:55.6349146Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:55.6351480Z /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/channelwise_8bit_a_channelwise_8bit_b_1x8x16_f32_neondot-impl.h:29:35: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 2025-06-05T23:54:55.6353300Z 29 | TORCHAO_ALWAYS_INLINE static void block_mul_1x8x16( 2025-06-05T23:54:55.6353826Z | ^~~~~~~~~~~~~~~~ 2025-06-05T23:54:55.6355292Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/channelwise_8bit_a_channelwise_8bit_b_1x16x16_f32_smlal-impl.h:17, 2025-06-05T23:54:55.6357344Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul.h:312, 2025-06-05T23:54:55.6359065Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:55.6360541Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:55.6361568Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:55.6363447Z /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul_utils.h:19:35: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 2025-06-05T23:54:55.6365083Z 19 | TORCHAO_ALWAYS_INLINE static void transpose_scales_and_zero_points( 2025-06-05T23:54:55.6366073Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:55.6366896Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:54:55.6368352Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6369720Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6372138Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h: In instantiation of ‘void hadamard_mult_28_strided(T*, int) [with T = c10::Half]’: 2025-06-05T23:54:55.6375055Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:133:29: required from ‘void executorch::fast_hadamard_transform_28N(T*, int) [with T = c10::Half]’ 2025-06-05T23:54:55.6410247Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-06-05T23:54:55.6412491Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6414676Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-06-05T23:54:55.6415427Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6416124Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6417272Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6418562Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6419842Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6421015Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6422342Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6423589Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6425350Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-06-05T23:54:55.6426479Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:55.6427029Z | ^~~~~~~~ 2025-06-05T23:54:55.6428118Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6429476Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6431550Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6433409Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-06-05T23:54:55.6434442Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6436217Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6438453Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-06-05T23:54:55.6439367Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6440085Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6441219Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6442520Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6443814Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6444984Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6446303Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6447559Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6449180Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-06-05T23:54:55.6451877Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:55.6452456Z | ^~~~~~~~ 2025-06-05T23:54:55.6453532Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6454895Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6456979Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6458842Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-06-05T23:54:55.6459605Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6463552Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6465920Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-06-05T23:54:55.6466681Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6467394Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6468541Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6470231Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6471513Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6472688Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6474062Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6492107Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6495202Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-06-05T23:54:55.6496915Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:55.6497504Z | ^~~~~~~~ 2025-06-05T23:54:55.6499113Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6500995Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6504002Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6506381Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-06-05T23:54:55.6507306Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6509612Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6512573Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-06-05T23:54:55.6513483Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6514203Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6537690Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6539586Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6541052Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6542769Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6544598Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6545860Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6548577Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-06-05T23:54:55.6550426Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:55.6551105Z | ^~~~~~~~ 2025-06-05T23:54:55.6553361Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6555284Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6558237Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6561564Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-06-05T23:54:55.6562424Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6565615Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6567804Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-06-05T23:54:55.6568547Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6569244Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6570399Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6571685Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6572979Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6574141Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6575456Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6576702Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6578396Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-06-05T23:54:55.6579516Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:55.6580056Z | ^~~~~~~~ 2025-06-05T23:54:55.6581147Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6582522Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6584569Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6586420Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-06-05T23:54:55.6587178Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6588952Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6591353Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-06-05T23:54:55.6592100Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6592792Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6593930Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6595403Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6596709Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6597897Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6599324Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6600579Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6602198Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-06-05T23:54:55.6603339Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:55.6603896Z | ^~~~~~~~ 2025-06-05T23:54:55.6604987Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6606365Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6608414Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6610256Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-06-05T23:54:55.6611008Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6612793Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6614938Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-06-05T23:54:55.6615683Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6616373Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6617511Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6618807Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6620092Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6621458Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6622776Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6669449Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6671227Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-06-05T23:54:55.6672347Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:55.6672879Z | ^~~~~~~~ 2025-06-05T23:54:55.6674318Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6675697Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6680765Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6682633Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-06-05T23:54:55.6683371Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6685158Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6687296Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-06-05T23:54:55.6688031Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6688723Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6689851Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6691136Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6692427Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6693593Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6694916Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6696171Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6697780Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-06-05T23:54:55.6698896Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:55.6699433Z | ^~~~~~~~ 2025-06-05T23:54:55.6700532Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6701901Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6704304Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6706140Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-06-05T23:54:55.6706884Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6708764Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6710904Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-06-05T23:54:55.6711659Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6712353Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6713485Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6714766Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6716056Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6717228Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6718649Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6719904Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6721491Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-06-05T23:54:55.6722623Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:55.6723176Z | ^~~~~~~~ 2025-06-05T23:54:55.6724263Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6725629Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:55.6727678Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:55.6729531Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-06-05T23:54:55.6730332Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6732118Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:55.6734245Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-06-05T23:54:55.6735183Z | ~~~~~~~^~~~ 2025-06-05T23:54:55.6735873Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:55.6737012Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:55.6738304Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:55.6739587Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:55.6740860Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:55.6742190Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:55.6743450Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:55.6745038Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-06-05T23:54:55.6746149Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:55.6746691Z | ^~~~~~~~ 2025-06-05T23:54:55.6747769Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:55.6749152Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:57.4479029Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:57.4480987Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-06-05T23:54:57.4481745Z | ~~~~~~~^~~~ 2025-06-05T23:54:57.4483528Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:57.4485677Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-06-05T23:54:57.4486433Z | ~~~~~~~^~~~ 2025-06-05T23:54:57.4487135Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:57.4488281Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:57.4489565Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:57.4490861Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:57.4492032Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:57.4493359Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:57.4495479Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:57.4497195Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-06-05T23:54:57.4498323Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:57.4498865Z | ^~~~~~~~ 2025-06-05T23:54:57.4499957Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:57.4501342Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:57.4503637Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:57.4505516Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-06-05T23:54:57.4506267Z | ~~~~~~~^~~~ 2025-06-05T23:54:57.4508036Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:57.4510175Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-06-05T23:54:57.4510924Z | ~~~~~~~^~~~ 2025-06-05T23:54:57.4511624Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:57.4512759Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:57.4514055Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:57.4515336Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:57.4516513Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:57.4517833Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:57.4519211Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:57.4520862Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-06-05T23:54:57.4521991Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:57.4522552Z | ^~~~~~~~ 2025-06-05T23:54:57.4523634Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:57.4525012Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:57.4527071Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:57.4528905Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-06-05T23:54:57.4529890Z | ~~~~~~~^~~~ 2025-06-05T23:54:57.4531668Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-06-05T23:54:57.4533904Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-06-05T23:54:57.4534678Z | ~~~~~~~^~~~ 2025-06-05T23:54:57.4535374Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:57.4536521Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:57.4537799Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:57.4539125Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:57.4540322Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:57.4541645Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:57.4542909Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:57.4544522Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-06-05T23:54:57.4545659Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:57.4546198Z | ^~~~~~~~ 2025-06-05T23:54:57.4547288Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:54:57.4548661Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:57.4551301Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:57.4553158Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-06-05T23:54:57.4553921Z | ~~~~~~~^~~~ 2025-06-05T23:54:57.4554434Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:54:57.4554958Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:54:57.4555429Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:54:57.4555911Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:57.4556375Z [ 1%] Built target pthreadpool 2025-06-05T23:55:06.8299264Z [ 2%] Built target cpuinfo 2025-06-05T23:55:06.8299774Z [ 2%] Built target common_schema 2025-06-05T23:55:06.8300201Z [ 4%] Built target xnnpack_schema 2025-06-05T23:55:06.8300653Z [ 4%] Built target eigen_blas 2025-06-05T23:55:06.8301048Z [ 4%] Built target flatccrt 2025-06-05T23:55:06.8301426Z [ 4%] Built target logging 2025-06-05T23:55:06.8301804Z [ 4%] Built target indirection 2025-06-05T23:55:06.8302605Z [ 4%] Built target microparams-init 2025-06-05T23:55:06.8303031Z [ 6%] Built target normalization 2025-06-05T23:55:06.8303437Z [ 6%] Built target datatype 2025-06-05T23:55:06.8303827Z [ 6%] Built target program_schema 2025-06-05T23:55:06.8304257Z [ 7%] Built target reference-ukernels 2025-06-05T23:55:06.8304694Z [ 7%] Built target hardware-config 2025-06-05T23:55:06.8305109Z [ 7%] Built target allocator 2025-06-05T23:55:06.8305488Z [ 7%] Built target packing 2025-06-05T23:55:06.8305869Z [ 7%] Built target cache 2025-06-05T23:55:06.8306235Z [ 7%] Built target memory 2025-06-05T23:55:06.8306619Z [ 8%] Built target microkernel-utils 2025-06-05T23:55:06.8307045Z [ 8%] Built target mutex 2025-06-05T23:55:06.8307417Z [ 8%] Built target operator-utils 2025-06-05T23:55:06.8308055Z [ 8%] Built target operator-run 2025-06-05T23:55:06.8308486Z [ 9%] Built target executorch_core 2025-06-05T23:55:06.8308910Z [ 11%] Built target operators 2025-06-05T23:55:06.8309333Z [ 11%] Built target extension_data_loader 2025-06-05T23:55:06.8309782Z [ 11%] Built target executorch 2025-06-05T23:55:06.8310186Z [ 11%] Built target extension_tensor 2025-06-05T23:55:06.8310625Z [ 12%] Built target extension_threadpool 2025-06-05T23:55:06.8311057Z [ 14%] Built target subgraph 2025-06-05T23:55:06.8311460Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:55:06.8311896Z [ 16%] Built target cpublas 2025-06-05T23:55:06.8312266Z [ 17%] Built target etdump 2025-06-05T23:55:06.8312654Z [ 17%] Built target bundled_program 2025-06-05T23:55:06.8313075Z [ 19%] Built target optimized_kernels 2025-06-05T23:55:06.8313491Z [ 19%] Built target util 2025-06-05T23:55:06.8313869Z [ 77%] Built target microkernels-prod 2025-06-05T23:55:06.8314307Z [ 80%] Built target XNNPACK 2025-06-05T23:55:06.8314727Z [ 96%] Built target optimized_portable_kernels 2025-06-05T23:55:06.8315190Z [ 96%] Built target xnnpack_backend 2025-06-05T23:55:06.8315647Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:55:06.8316127Z [ 97%] Built target portable_lib 2025-06-05T23:55:06.8316902Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:06.8318199Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:06.8319464Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:06.8320723Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:06.8321946Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:06.8323185Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:06.8324429Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:06.8325698Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:06.8326925Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:06.8328126Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:06.8329078Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:55:06.8329669Z [ 97%] Built target quantized_pybind_kernels_lib 2025-06-05T23:55:06.8330286Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:55:06.8330916Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:06.8332073Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:55:06.8333521Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:55:06.8334283Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:55:06.8334874Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:55:06.8338819Z 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:55:06.8342490Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:06.8343477Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:55:06.8344896Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:55:06.8346141Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:06.8347235Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:06.8348365Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:06.8349664Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:06.8350836Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:06.8351998Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:06.8353181Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:06.8354364Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:06.8355518Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:06.8356657Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:06.8357886Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:55:06.8359398Z [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:55:06.8360471Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:55:06.8361032Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:55:06.8361462Z running build_py 2025-06-05T23:55:06.8361937Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:06.8362864Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:06.8363964Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:06.8365066Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:06.8366178Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:06.8367106Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:55:06.8368098Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:55:06.8369307Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8370174Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8371229Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8372289Z copying src/executorch/exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8373372Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8374463Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8375833Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8376997Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8378076Z copying src/executorch/exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8379123Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8380193Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8381377Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8382525Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8383622Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8384754Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8385846Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8386981Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8388105Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8389176Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8390231Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8547345Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8548483Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8549717Z copying src/executorch/exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8550776Z copying src/executorch/exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8551838Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:06.8552721Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:55:06.8553633Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:55:06.8554543Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:06.8555545Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:06.8556762Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:06.8557909Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:06.8558975Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8560025Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8561669Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8562995Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8564393Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8565768Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8567107Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8568626Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8570007Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8571395Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8572780Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8574144Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8575446Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8576792Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:06.8577894Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:06.8579056Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:06.8580587Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:06.8582131Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:06.8583663Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:06.8584863Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:06.8585979Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:06.8587432Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:06.8588921Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:06.8590052Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:06.8591186Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:06.8592642Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:06.8594080Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:06.8595460Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:06.8596541Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:06.8597666Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:06.8599390Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:06.8600884Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:06.8602052Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:06.8603222Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:06.8604401Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8605659Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8607186Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8608794Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8610381Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8612050Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8613741Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8615380Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8616948Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8618502Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8620044Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8621594Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8623177Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8624820Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8626393Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8627992Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:06.8629254Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:06.8630336Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:06.8631721Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:06.8633134Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:06.8634515Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:06.8635936Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:06.8637264Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:06.8638458Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:06.8639912Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:06.8769530Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:06.8770718Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:06.8772509Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:06.8773806Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:06.8775199Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:06.8777040Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:06.8778510Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:06.8779905Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:06.8781791Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:06.8783284Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:06.8784685Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:06.8786552Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:06.8787988Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:06.8789406Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:06.8791268Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:06.8792712Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:06.8794288Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:06.8795814Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8797190Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8799052Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8800858Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8802623Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8804403Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8806487Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8808310Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8810138Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8812081Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8813929Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8815742Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8817472Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8819253Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8821026Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8822765Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8824519Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8826283Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8828037Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8829793Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8831532Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:06.8832893Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:06.8834226Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:06.8836005Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:06.8837437Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:06.8839065Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:06.8841039Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:06.8842497Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:06.8843759Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:06.8845580Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:06.8847304Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:06.8849019Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:06.8850873Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:06.8852755Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:06.8854583Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:06.8855887Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:06.8857160Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:06.8858805Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:06.8860057Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8861205Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8862673Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8864304Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8950709Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8952309Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8953831Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8955354Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8956925Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8958546Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8960096Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8961666Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8963331Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8965035Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8966720Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8968355Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8970283Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8971870Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8973487Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8975066Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8976898Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8978580Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8980173Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8981795Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8983452Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8985097Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8986804Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8988487Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8990109Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8991705Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8993259Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8994837Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8996454Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8998262Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.8999942Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9001529Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9003244Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9004935Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9006623Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9008412Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9010071Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9011766Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9013426Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9015094Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9016674Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9018318Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9019903Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9021425Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9023021Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9024688Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9026375Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9028016Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9029665Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9031402Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:06.9032785Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9034135Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9035925Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9037779Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9039680Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9041487Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9146985Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9148946Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9150925Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9153084Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9154909Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9156775Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:06.9158458Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9159707Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9161292Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9162869Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9164402Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9165928Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9167466Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9169007Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9170568Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9172140Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9173660Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9175201Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9176808Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9178425Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9179978Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9181502Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9183019Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9184552Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9186068Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9187591Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9189109Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9190775Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9192295Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9193859Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9195444Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9197128Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9198785Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9200308Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9201873Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9203420Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9204994Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9206595Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9208174Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9209791Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9211390Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9212959Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9214511Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9216047Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9217592Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9219118Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9220674Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9222224Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9223769Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9225378Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9227022Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9228688Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9230573Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9232199Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9233746Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9235421Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9237245Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9238961Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9240565Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:06.9368191Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:06.9369460Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:06.9371044Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:06.9372722Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:06.9374457Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:06.9376217Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:06.9377519Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:55:06.9378754Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:55:06.9379968Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:06.9381101Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:06.9382528Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:06.9383989Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:06.9385459Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:06.9386599Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-06-05T23:55:06.9387801Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-06-05T23:55:06.9389015Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9390330Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9392049Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9393755Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9395793Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9397487Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9399275Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9401001Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9402942Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9404860Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9406738Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9408520Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:06.9409783Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9411103Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9412807Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9414490Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9416144Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9417788Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9419501Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9421264Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9423012Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9424724Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9426448Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9428151Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:06.9429419Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9430620Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9432142Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9433703Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9435469Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9437002Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9438623Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9440161Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9441816Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9443382Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9444993Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9446577Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9448125Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9449803Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9451333Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9452881Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9454482Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9456085Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9457647Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9459199Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9460790Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9566582Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9568284Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9569893Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9571491Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9573000Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9574507Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9576036Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9577572Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9579499Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9581019Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9582540Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9584053Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9585784Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9587348Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9588920Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9590526Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9592123Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9593703Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9595253Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9596796Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9598545Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9600172Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9601713Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9603254Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9604858Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9606441Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9607973Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9609506Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9611064Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9612638Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9614204Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9615776Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9617316Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9618971Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9620479Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9621986Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9623505Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9625206Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9626773Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9628343Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9629922Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9631466Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9633033Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9634596Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9636186Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9637807Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9639435Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9640987Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9642556Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9644162Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9645799Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9647390Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9648905Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9651568Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9653132Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9654706Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9656243Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9657785Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9659603Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9661133Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9770276Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9771905Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9773840Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9775445Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9777133Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9778862Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9780473Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9782005Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9783550Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9785099Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:06.9786354Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9787731Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9789514Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9791346Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9793221Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9795052Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9796851Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9798822Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9800718Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9802560Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9804482Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9806660Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9808588Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9810414Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9812172Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9814033Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9815873Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9817774Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9819660Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9821474Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9823280Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9825045Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9826879Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:06.9828309Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:55:06.9829733Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:55:06.9831132Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:06.9832399Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:06.9834082Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:06.9835786Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:06.9837459Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:06.9838853Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:55:06.9840144Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:55:06.9841543Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:06.9843162Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:06.9844892Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:06.9847092Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:06.9849822Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:06.9851813Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9854066Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9856688Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9859167Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9861675Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9864193Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9929359Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9931924Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9934371Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9936796Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9939504Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9942097Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9944610Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9947109Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9949643Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9952053Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9954867Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9957400Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9959990Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9962765Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9965328Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9967804Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9970287Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9972804Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9975294Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9977809Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9980282Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9982730Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9985198Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9987657Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9990160Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9992779Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9995309Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.9997877Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:07.0000866Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:07.0018494Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:07.0020461Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:07.0022654Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:07.0024654Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:07.0026677Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:07.0028779Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:07.0030906Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:07.0033099Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:07.0035312Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:07.0037616Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:07.0040707Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:07.0042979Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:07.0118231Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:07.0121167Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:07.0123415Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:07.0125696Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:07.0127991Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:07.0130369Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:07.0133812Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:07.0136805Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:07.0140021Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:07.0143016Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:07.0145211Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:07.0147504Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:07.0150685Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:07.0153592Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:07.0155880Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:07.0158434Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:07.0160858Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:07.0163212Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:07.0165580Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:07.0167979Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:07.0170365Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:07.0172740Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:07.0175318Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:07.0177643Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:07.0179973Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:07.0182479Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:07.0184873Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:07.0187283Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:07.0189677Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:07.0192098Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:07.0194493Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:07.0196830Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:07.0199263Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:07.0201606Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:07.0203936Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:07.0206288Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:07.0208631Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:07.0210932Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:07.0213930Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:07.0297873Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:07.0301345Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:07.0303687Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:07.0306062Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:07.0308646Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:07.0311050Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:07.0313415Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:07.0315747Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:07.0318166Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:07.0320508Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:07.0322941Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:07.0325619Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:07.0329109Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:07.0331968Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:07.0334852Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:07.0338652Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:07.0342417Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:07.0346151Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:07.0349093Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:07.0353459Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:07.0357276Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:07.0360858Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:07.0363473Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:07.0366260Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:07.0369864Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:07.0373485Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:07.0377068Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:07.0379743Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:07.0382453Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:07.0385981Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:07.0388693Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:07.0391541Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:07.0395498Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:07.0399219Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:07.0406116Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0408958Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0412597Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0416328Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0420163Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0423932Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0427645Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0431318Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0434962Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0438710Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0442417Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0446238Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0450003Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0453847Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0457558Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0461438Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0465210Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0468852Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0472662Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0476498Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0480274Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0483887Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0487575Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:07.0490439Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:07.0493493Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:07.0497152Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:07.0500098Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0503130Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0507110Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0576030Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0580181Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0584328Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0588469Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0592441Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0595445Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:07.0598535Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:07.0602536Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:07.0606908Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:07.0610912Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:07.0614986Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:07.0617773Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0620234Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0623413Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0626636Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0629861Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0633068Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0636308Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0639680Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0642928Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0646110Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0649293Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:07.0652163Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0654955Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0658733Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0662297Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0665829Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0669348Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0672893Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0760119Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0763758Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0767343Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0770897Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0774480Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0778002Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0781484Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:07.0784472Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:07.0786927Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:07.0790308Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:07.0793398Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:07.0795810Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:07.0798528Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:07.0801076Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:07.0803463Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:07.0806590Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:07.0809722Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:07.0812816Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:07.0815885Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:07.0818919Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:07.0821220Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:07.0823527Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:07.0825900Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:07.0828686Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:07.0832054Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:07.0835481Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:07.0837919Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:07.0840328Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:07.0842741Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0845273Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0848538Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0852018Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0855476Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0858877Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0898642Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0901999Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0905284Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0908566Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0912247Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0915532Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0919108Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0922409Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0925725Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0929208Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0932585Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0935848Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0939253Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0942702Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0945995Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0949216Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0952789Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:07.0955382Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:07.0958210Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:07.0961499Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:07.0964228Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0966988Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0970572Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0974246Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0977909Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0981652Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0985384Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0988977Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:07.0991716Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:07.0994497Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:07.0998209Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:07.1122063Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:07.1126146Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:07.1128848Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:07.1131766Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:07.1135333Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:07.1138109Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:07.1141118Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:07.1145098Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:07.1149084Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:07.1153236Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:07.1157145Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:07.1159633Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1160796Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1162288Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1163834Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1165424Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1167014Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1168768Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1170297Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1171898Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1173519Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1175291Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1176867Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1178374Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1179938Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1181515Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1183049Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1184586Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1186151Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1187666Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.1188864Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:07.1190121Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:07.1191733Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:07.1193359Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:07.1194975Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:07.1196214Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:07.1197464Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:07.1199139Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:07.1200755Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:07.1202081Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:07.1203489Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:07.1205320Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:07.1207139Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:07.1209161Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:07.1210516Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1211929Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1213769Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1215674Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1217469Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1303111Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1304943Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1306772Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1308639Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1310492Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1311902Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:07.1313239Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:07.1314648Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:07.1316233Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:07.1318351Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:07.1319922Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:07.1321472Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:07.1323522Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:07.1325571Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:07.1327118Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:07.1328602Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:07.1330110Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:07.1331769Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:07.1333785Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:07.1335378Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:07.1337441Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:07.1339720Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:07.1341849Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:07.1343580Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:07.1345429Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:07.1347843Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:07.1350462Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:07.1352311Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:07.1354174Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:07.1356588Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:07.1359076Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:07.1361474Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:07.1363334Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:07.1365216Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:07.1367668Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:07.1370126Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:07.1372580Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:07.1374436Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:07.1376464Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:07.1378770Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:07.1380565Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:07.1382348Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:07.1384879Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:07.1386778Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1388625Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1391065Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1393491Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1395894Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1398407Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1400828Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1489189Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1491017Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1492775Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1495083Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1497409Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1499732Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1502023Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1504331Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1506990Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1509248Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1511492Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1513868Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1516106Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1518527Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1520838Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1523102Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1525379Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1526962Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:07.1528179Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:07.1529410Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:55:07.1530762Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:55:07.1532099Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:55:07.1533410Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:55:07.1534894Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:07.1536676Z copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:07.1539046Z copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:07.1540784Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1542321Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1544235Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1546064Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1548114Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1550119Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1551991Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1553850Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1555871Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1557715Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1559637Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:07.1561022Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:07.1562295Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:07.1564093Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:07.1565555Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:07.1566890Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:07.1568604Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:07.1570334Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:07.1572053Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:07.1573390Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:07.1574769Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:07.1576592Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:07.1578407Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:07.1579720Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:07.1580926Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:07.1582527Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:07.1584237Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:07.1668986Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:07.1670646Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:07.1671956Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:07.1673597Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:07.1675157Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:07.1676346Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1677769Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1679416Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1681013Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1682571Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1684089Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1685685Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1687338Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1689020Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1690671Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1692294Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1693869Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:07.1695083Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:07.1696409Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:07.1698181Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:07.1699841Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:07.1701488Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:07.1702864Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:07.1704298Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:07.1706194Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:07.1708192Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:07.1710335Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:07.1711775Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:07.1713075Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:07.1714470Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:07.1716145Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:07.1718271Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:07.1719883Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:07.1721442Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:07.1723467Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:07.1725545Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:07.1727619Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:07.1729706Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:07.1731807Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:07.1733408Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:07.1735017Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:07.1737219Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:07.1739468Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:07.1741742Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:07.1743517Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:07.1745190Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:07.1747430Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:07.1749917Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:07.1752415Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:07.1754178Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:07.1755954Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:07.1757815Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1760148Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1762861Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1848355Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1851387Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1854286Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1857162Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1859932Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1862715Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1865575Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1868441Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1871242Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1874014Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1876817Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:07.1879274Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:07.1881172Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:07.1883681Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:07.1886409Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:07.1889028Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:07.1890888Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1892418Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1894394Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1896465Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1898551Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1900520Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1902515Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1904539Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1906619Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1908762Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1910894Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1913159Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1915515Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1917708Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1919854Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1921953Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1924176Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1926163Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1928146Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1930281Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1932343Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1934408Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1936417Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1938401Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1940399Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1942499Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1944682Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.1946773Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2009207Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2011226Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2013240Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2015309Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2017440Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2019505Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2021592Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2023757Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2025891Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2028274Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2030328Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2032376Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2034562Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2036716Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2039078Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2041226Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2043210Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2044188Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2045148Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2046074Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2047036Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2047993Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2049008Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2050309Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2051286Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2052216Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2053135Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2054127Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2055077Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2056044Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2057269Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2058288Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2059248Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2060381Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2061296Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2062230Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2063176Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2064179Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2065161Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2066112Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2067031Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2067995Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2068956Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2069869Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2071004Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2071980Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2072950Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2073928Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2173360Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2174490Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2175536Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2176895Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2177795Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2178736Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2179868Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2180757Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2181674Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2182580Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2183638Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2184697Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2185657Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2186605Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2187497Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2188431Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2189353Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2190264Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2191204Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2192083Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2193020Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2193932Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2194926Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2195946Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2197052Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2198044Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2198984Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2200012Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2200947Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2201948Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2202955Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2203947Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2204899Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2205852Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2206867Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2207948Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2208967Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2209931Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2210874Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2211854Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2212782Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2213706Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2214675Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2215659Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2216606Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2217821Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2218798Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2219727Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2220732Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2333018Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2334073Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2335009Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2335959Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2336983Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2337975Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2338958Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2339949Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2340935Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2341867Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2342803Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2343751Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2344781Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2345722Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2346818Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2347847Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2349329Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2350530Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2351594Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2352656Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2353904Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2354985Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2356061Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2357084Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2358172Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2359184Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2360226Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2361243Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2362325Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2363423Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2364453Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2365475Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2366473Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2367519Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2368534Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2369530Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2370422Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2371533Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2372405Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2373335Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2374325Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2375253Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2376202Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2377209Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2378174Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2379111Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2380030Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2381158Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2481766Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2482759Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2483853Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2484918Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2485992Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2487039Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2488001Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2488947Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2489884Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2491191Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2492157Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2493018Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:07.2493619Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2494933Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2496127Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2497308Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2498478Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2499668Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2500851Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2502102Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2503318Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2504645Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2505966Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2507184Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2508412Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2509590Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2510834Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2512134Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2513317Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2514511Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2515852Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2517115Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2518447Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2519612Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2520800Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2521977Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2523186Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2524433Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2525635Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2526825Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2528011Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2606870Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2608086Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2609332Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2610865Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2612080Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2613253Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2614635Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2615866Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2617085Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2618287Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2619470Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2620645Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2621856Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2623047Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2624227Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2625427Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2626642Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2627812Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2629039Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2630237Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2631562Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2632745Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2633913Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2635190Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2636365Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2637577Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2638858Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2640070Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2641287Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2642507Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2643701Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2644951Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2646248Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2647511Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2648712Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2650070Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2651271Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2652655Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2754669Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2755879Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2757415Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2758690Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2759899Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2761088Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2762369Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2763565Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2764805Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2765971Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2767137Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2768324Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2769573Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2770783Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2772118Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2773483Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:07.2774350Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:07.2775569Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:07.2776102Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:07.2777096Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:07.2778173Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:07.2779179Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:07.2779787Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2780909Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2782119Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2783454Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2786197Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2788837Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2791550Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2794295Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2796942Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2799633Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2802355Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2805082Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2807680Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2810431Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2813050Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2815812Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2818632Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.2820699Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2942648Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2945134Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2947550Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2950011Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2952426Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2954834Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2957222Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2959654Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2962071Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.2963727Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:07.2965049Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:07.2966754Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:07.2968085Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:07.2969370Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:07.2971083Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:55:07.2972564Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:55:07.2974009Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2975422Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2977194Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2979127Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2980873Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2982639Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2984425Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2986185Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2987918Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2989664Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2991425Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2993158Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.2994487Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.2995757Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.2997469Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.2999398Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3001135Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3002826Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3004521Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3006226Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3008000Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3009775Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3011656Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3013362Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3015086Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3016793Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3018662Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3020454Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3022160Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3023942Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3025760Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3027449Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3029146Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3030945Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3032678Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3034316Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3036008Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3140151Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3142015Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3143815Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3145578Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3147353Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3149093Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3151010Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3152719Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3154837Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3156607Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3158444Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3160135Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3161953Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.3163236Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3164551Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3166238Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3167928Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3169661Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3171443Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3173091Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3174746Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3176399Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3178084Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3179796Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3181508Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3183187Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3184829Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3186481Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3188138Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3189806Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3191480Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3193147Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3195016Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3196774Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3198543Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3200181Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3202001Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3203688Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3205329Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3206987Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3208649Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3210347Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3212043Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3213697Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3215349Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3217035Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3218701Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3220397Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3222145Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3223857Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3225544Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3227223Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3228954Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3230704Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3232382Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3234206Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3326700Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3328529Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3330657Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3332720Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3334505Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3336362Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3338108Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3339877Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3360454Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3362136Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3363777Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3365424Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3367051Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3368682Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3370318Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3371963Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3373654Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3375334Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3377001Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3378692Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3380370Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3382065Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3383741Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3385869Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3387610Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3389310Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3390978Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3392831Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3394553Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3396264Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3398084Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3399856Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3401578Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3403263Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3404939Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3406605Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3408284Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3409976Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3411623Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3413269Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3414967Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3416685Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3418391Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3420178Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3422023Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3423778Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3425664Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3427362Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.3428666Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:07.3429979Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:07.3431277Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:07.3432752Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:07.3434543Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:07.3436293Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:07.3437611Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:07.3439060Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:07.3440858Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:07.3569674Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:07.3571777Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:07.3573197Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:07.3574622Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:07.3576504Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:07.3577936Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:07.3579183Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:07.3580830Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:07.3582460Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:07.3583700Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:07.3584979Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:07.3586571Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:07.3587904Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:07.3589554Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:07.3591735Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:07.3593719Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:07.3595188Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:07.3597152Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:07.3599088Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:07.3600628Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3601872Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3603475Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3605195Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3606919Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3608605Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3610302Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3612039Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3613770Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3615466Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.3616783Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:07.3618187Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:07.3619590Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:07.3620955Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:07.3622296Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:55:07.3623585Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:55:07.3624895Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:07.3626350Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:07.3628257Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:07.3630180Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:07.3631603Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:07.3633026Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:07.3634670Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:07.3636349Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:07.3638095Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:07.3639515Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:07.3640872Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:07.3642657Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:07.3644585Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:07.3646097Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:07.3647573Z copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:07.3649681Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:07.3651660Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:07.3653664Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:07.3655664Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:07.3657593Z copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:07.3659057Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:07.3660501Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:07.3662066Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.3663947Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.3785531Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.3788010Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.3790436Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.3793155Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.3795435Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.3797787Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.3800021Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:07.3802041Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:07.3804104Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:07.3806374Z copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:07.3808346Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3809600Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3811324Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3813123Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3814846Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3816509Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3818262Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3820016Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3821711Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3823457Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3825199Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3826900Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3828577Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.3829863Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3831268Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3832965Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3834811Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3836457Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3838194Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3840035Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3841756Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3843390Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3845065Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3846745Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3848408Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3850288Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3852057Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3853925Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3855674Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3857324Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3858978Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3860650Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3862340Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3864065Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3865789Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3867486Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3869156Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3870931Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3872712Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3874676Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3876386Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3878176Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3879888Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3978643Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3980420Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3982150Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3983838Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3985560Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3987272Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3988938Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3990608Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3992290Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3993992Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3995709Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3997418Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.3999227Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.4000943Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.4002703Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.4004477Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.4006343Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.4008119Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.4009789Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.4011858Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.4013202Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:07.4014542Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:07.4016312Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:07.4017873Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:07.4019380Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:07.4021242Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:07.4022687Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:07.4024184Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:07.4026154Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:07.4027598Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:07.4028886Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:07.4030578Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:07.4031946Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:07.4033433Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:07.4034876Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:07.4036122Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:07.4037710Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:07.4039389Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:07.4041011Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:07.4042395Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:07.4043855Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:07.4045752Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:07.4047756Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:07.4049951Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:07.4051941Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:07.4054201Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:07.4055723Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:07.4057229Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:07.4059314Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:07.4060731Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4062110Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4063837Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4065570Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4067362Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4069149Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4070953Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4072772Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4074551Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4164113Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4165942Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4167745Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4169550Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4171287Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.4172581Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4173887Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4175535Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4177227Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4178969Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4181004Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4182645Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4184304Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4186031Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4187955Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4189653Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4191339Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4193011Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4194658Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4196299Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4198047Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4199723Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4201425Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4203147Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4204863Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4206569Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4208247Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4209898Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4211577Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4213265Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4214985Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4216703Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4218405Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4220119Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4222028Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4223716Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4225393Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4227047Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4228894Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4230658Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4232323Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4234164Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4235851Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4237556Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4239344Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4241027Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4242699Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4244459Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4246187Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.4247495Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.4248942Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.4251023Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.4252982Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.4254931Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.4256807Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.4258709Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.4377107Z copying src/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.4379137Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:07.4380655Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:07.4382639Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:07.4384612Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:07.4386343Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:07.4387936Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:07.4389998Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:07.4391490Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:07.4392818Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:07.4394524Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:07.4395915Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:07.4397390Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:07.4398965Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:07.4400454Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:07.4401953Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:07.4403484Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:07.4405033Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:07.4406668Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:07.4408318Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:07.4410024Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:07.4412180Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:07.4414329Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:07.4416030Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:07.4417747Z copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:07.4419604Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:07.4421314Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:07.4423548Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:07.4425903Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:07.4428354Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:07.4430081Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4431839Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4434156Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4436471Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4438958Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4441370Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4443730Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4446026Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4448339Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4451096Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4453415Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4455674Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4458002Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4460387Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4462810Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4465656Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4467953Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4470214Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4472628Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.4474923Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5013008Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5015421Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5017862Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5020175Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5022353Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5024530Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5026716Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5028818Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.5030477Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:07.5032326Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:07.5034830Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:07.5037193Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:07.5039031Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:07.5040785Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:07.5042679Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:07.5043688Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:07.5044954Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:07.5046202Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:07.5047467Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:07.5048507Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:07.5050046Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:07.5051656Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:07.5053141Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:07.5054624Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:07.5056089Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:07.5057538Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:07.5058656Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:07.5059705Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:07.5061024Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:07.5062388Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:07.5063710Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:07.5065125Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:07.5066542Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:07.5067871Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:07.5068955Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:07.5070068Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:07.5071513Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:07.5072954Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:07.5074069Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:07.5075287Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:07.5076831Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:07.5078510Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:07.5080176Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:07.5081715Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:07.5082919Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:07.5083661Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:07.5084058Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:07.5084900Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:07.5085614Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:07.5086346Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:07.5086714Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:07.5087406Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:07.5088088Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:07.5088424Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:07.5089077Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:07.5089711Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:07.5090063Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:07.5090683Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:07.5091326Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:07.5091679Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:07.5092313Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:07.5092985Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:07.5093679Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:07.5226680Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:07.5227400Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:07.5227840Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:07.5228647Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:07.5229485Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:07.5229882Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:07.5230581Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:07.5231732Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:07.5232552Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:07.5232955Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:55:07.5233793Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:55:07.5234395Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:07.5235204Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:07.5236108Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:07.5236559Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:07.5237388Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:07.5237807Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:07.5238753Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:07.5239568Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:07.5240385Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:07.5240803Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:55:07.5241589Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:55:07.5242059Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:07.5242951Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:07.5243445Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:07.5244396Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:07.5244770Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:07.5245516Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:07.5245896Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:07.5246661Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:07.5247050Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:07.5247856Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:07.5248641Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:07.5249727Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:07.5250554Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:07.5251456Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:07.5251865Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:07.5252750Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:07.5253551Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:07.5254363Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:07.5255098Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:07.5255865Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:07.5256212Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:07.5256809Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:07.5257450Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:07.5258088Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:07.5258734Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:07.5259136Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:07.5259921Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:07.5260763Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:07.5261516Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:07.5262286Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:07.5263058Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:07.5263473Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:07.5264319Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:07.5265123Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:07.5266020Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:07.5266875Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:07.5267940Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:07.5268345Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:07.5269147Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:07.5269933Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:07.5443074Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:07.5443881Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:07.5444635Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:07.5444994Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:07.5445689Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:07.5446346Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:07.5446760Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:07.5447553Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:07.5448334Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:07.5448754Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:07.5449739Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:07.5450521Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:07.5450924Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:07.5451690Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:07.5452461Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:07.5452864Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:07.5453635Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:07.5454392Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:07.5454759Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5455442Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5456159Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5456864Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5457843Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5458563Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5459305Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5460013Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5460851Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5461685Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5462453Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5463128Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5463839Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5464510Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5465181Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5465942Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:07.5466368Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:07.5467155Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:07.5467522Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:07.5468200Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:07.5468922Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:07.5469602Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:07.5469967Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:07.5470623Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:07.5471285Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:07.5471691Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:07.5472436Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:07.5473190Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:07.5473607Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:07.5474367Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:07.5475256Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:07.5475667Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:07.5476420Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:07.5477178Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:07.5477616Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:07.5478675Z copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:07.5479094Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:07.5479839Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:07.5480570Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:07.5481372Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:07.5482125Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:07.5482898Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:07.5483301Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:07.5484035Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:07.5484820Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:07.5485199Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:07.5646389Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:07.5647164Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:07.5647572Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:07.5648253Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:07.5649042Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:07.5649525Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:07.5650224Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:07.5650922Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:07.5651314Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:07.5652022Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:07.5652796Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:07.5653494Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:07.5654152Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:07.5654844Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:07.5655283Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:07.5656085Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:07.5657090Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:07.5657508Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:07.5658233Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:07.5658957Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:07.5659364Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:07.5660109Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:07.5660870Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:07.5661431Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:07.5662540Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:07.5663609Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:07.5664729Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:07.5665846Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:07.5666852Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:07.5667967Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:07.5668386Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:07.5669183Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:07.5670023Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:07.5670483Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:07.5671385Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:07.5672426Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:07.5673323Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:07.5674251Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:07.5674657Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:07.5675546Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:07.5676390Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:07.5677178Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:07.5677696Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5678780Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5679976Z copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5680987Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5682023Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5683044Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5684005Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5685051Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5686062Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5687059Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5688040Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5689000Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5689967Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5849916Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5851369Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5852459Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5853511Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5854847Z copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5855885Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.5856424Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:07.5857276Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:07.5858205Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:07.5859049Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:07.5859895Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:07.5860726Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:07.5861548Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:07.5862409Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:07.5862836Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:07.5863714Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:07.5864234Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:07.5865174Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:07.5866198Z copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:07.5867142Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:07.5868141Z copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:07.5868620Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:07.5869506Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:07.5870555Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:07.5871470Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:07.5872363Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:07.5872880Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:07.5873957Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:07.5874508Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:07.5875491Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:07.5876476Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:07.5877023Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:07.5878123Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:07.5879219Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:07.5879786Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:07.5880822Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:07.5881955Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:07.5882355Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:07.5883139Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:07.5883906Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:07.5884310Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:55:07.5885076Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:55:07.5885419Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5885993Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5886556Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5887163Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5887769Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5888526Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5889115Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5889711Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5890342Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5891020Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:07.5891354Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:07.5891938Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:07.5892567Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:07.5893198Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:07.6087638Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:07.6088292Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:07.6088885Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:07.6089247Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:07.6089806Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:07.6090382Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:07.6090939Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:07.6091486Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:07.6091810Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:07.6092374Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:07.6092924Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:07.6093229Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:07.6093733Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:07.6094287Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:07.6094800Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:07.6095124Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:07.6095715Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:07.6096279Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:07.6096835Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:07.6097159Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6097694Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6098770Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6099375Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6099997Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6100671Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6101489Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6102154Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6102854Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6103524Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6104136Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6104841Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6105486Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6106127Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6106796Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6107499Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6108098Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6108753Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6109368Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6109979Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6110642Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6111336Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6111937Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6112626Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6113297Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6114045Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6114740Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6115390Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6116218Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6116851Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6117453Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6118171Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6118890Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6119566Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:07.6119893Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:07.6120446Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:07.6121038Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:07.6121595Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:07.6121905Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:07.6122428Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:07.6123029Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:07.6123561Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:07.6124144Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:07.6124696Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:07.6125216Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:07.6125553Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6126101Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6126636Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6127255Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6127877Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6128406Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6313100Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6313687Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6314243Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6314847Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6315453Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6316505Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6317088Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6317673Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6318396Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6319079Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6319981Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6320612Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6321198Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6321775Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6322327Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6322928Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6323587Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6324213Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6324822Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6325443Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6326146Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6326762Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6327310Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6327871Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6328431Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6329031Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6329612Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6330191Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:07.6330540Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:07.6331214Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:07.6331854Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:07.6332533Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:07.6333182Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:07.6333674Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:07.6334308Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:07.6334959Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:07.6335658Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:07.6336457Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:07.6337143Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:07.6337617Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:07.6338569Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:07.6339509Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:07.6340508Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:07.6341494Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:07.6342457Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:07.6342817Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6343566Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6344357Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6345107Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6345892Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6346599Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6347308Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6347986Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6348752Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6349577Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6350302Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6351013Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6351906Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6352614Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6353354Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6354067Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6354947Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6355662Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6611580Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6612405Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6613051Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:07.6613428Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:07.6614261Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:07.6615056Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:07.6615470Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:07.6616390Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:07.6617294Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:07.6618066Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:07.6618436Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:07.6619099Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:07.6619446Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:07.6620067Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:07.6620421Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:55:07.6621143Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:55:07.6621539Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:55:07.6622355Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:55:07.6622732Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:07.6623424Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:07.6624475Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:07.6624867Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:07.6625598Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:07.6626362Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:07.6627086Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:07.6627651Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:07.6628334Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:07.6629068Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:07.6629446Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:07.6630149Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:07.6630861Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:07.6631242Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:07.6632000Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:07.6632751Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:07.6633155Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:07.6633922Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:07.6634249Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:07.6634843Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:07.6635205Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:07.6635895Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:07.6636249Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:07.6636873Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:07.6637575Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:07.6638370Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:07.6638759Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:07.6639506Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:07.6639876Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:07.6640552Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:07.6641214Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:07.6641739Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:07.6642406Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:07.6642758Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:07.6643432Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:07.6644102Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:07.6644846Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:07.6645222Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:07.6645951Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:07.6646293Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:07.6646899Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:07.6647396Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:55:07.6648075Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:55:07.6648506Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:07.6649300Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:07.6650309Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:07.6651133Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:07.6651539Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:55:07.6652324Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:55:07.6652745Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:55:07.6653599Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:55:07.6841095Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6841877Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6842625Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6843500Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6844317Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6845142Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6845969Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6847096Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6847897Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6848663Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.6849022Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:07.6850036Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:07.6850733Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:07.6851452Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:07.6852188Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:07.6852901Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:07.6853636Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:07.6854013Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:07.6854684Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:07.6855441Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:07.6856161Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:07.6856844Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:07.6857231Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:07.6857959Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:07.6858415Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:07.6859370Z copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:07.6859953Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:07.6861035Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:07.6862087Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:07.6862479Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:07.6863217Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:07.6864003Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:07.6864560Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:07.6865304Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:07.6866112Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:07.6866893Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:07.6867845Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:07.6868382Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:07.6869364Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:07.6870371Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:07.6871390Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:07.6872384Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:07.6873376Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:07.6873802Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:07.6874643Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:07.6875199Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:07.6876258Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:07.6876868Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:07.6878129Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:07.6879334Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:07.6879882Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:07.6880946Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:07.6882012Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:07.6882593Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:07.6883774Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:07.6884519Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:07.6885708Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:07.7237491Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:07.7238579Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:07.7239943Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:07.7240632Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:07.7241951Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:07.7242574Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:07.7243806Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:07.7244475Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:07.7245812Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:07.7246462Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:07.7247764Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:07.7248413Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:07.7249806Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:07.7250375Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7251504Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7252608Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7253713Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7254875Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7256304Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7257416Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7258507Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7259749Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.7260333Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:07.7261434Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:07.7261979Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:07.7263009Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:07.7264059Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:07.7265094Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:07.7265630Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:07.7266711Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:07.7267775Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:07.7268785Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:07.7269407Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:07.7270633Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:07.7271259Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:07.7272449Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:07.7273107Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:07.7274365Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:07.7275844Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:07.7276588Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.7278099Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.7279649Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.7281226Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.7282759Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.7283363Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:07.7284488Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:09.9986870Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:09.9989456Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:09.9991913Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:09.9994355Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:09.9996292Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:09.9998356Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:10.0000409Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:10.0002551Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:10.0005325Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:10.0007238Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:10.0008748Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:10.0010565Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:10.0011884Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:10.0013639Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:10.0015423Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:10.0016742Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:10.0018106Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:10.0019369Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:10.0020808Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:10.0022226Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:10.0023671Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:10.0025501Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:10.0026935Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:10.0028484Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:10.0030014Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:10.0031488Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:10.0032846Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:10.0033962Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:10.0035107Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:10.0036403Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:10.0038224Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:10.0039523Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:55:10.0040574Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:55:10.0041446Z running egg_info 2025-06-05T23:55:10.0041851Z creating executorch.egg-info 2025-06-05T23:55:10.0042622Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:55:10.0043311Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:55:10.0044113Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:55:10.0044882Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:55:10.0045631Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:55:10.0046381Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:10.0047104Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:10.0047877Z adding license file 'LICENSE' 2025-06-05T23:55:10.0048425Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:10.0049732Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.0050750Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:10.0051776Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:10.0053078Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:10.0066502Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:10.0068749Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:10.0070356Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:10.0072108Z copying src/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:10.0074602Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:10.0076749Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:10.0079125Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:10.0082050Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:10.0084894Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:10.0087137Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:10.0089497Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:10.0092479Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:10.0095516Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:10.0102377Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:10.0104651Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:10.0107570Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0110812Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0113740Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0116821Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0119891Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0122836Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0125770Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0128698Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0131633Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0134564Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0137466Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0140444Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0143461Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0146411Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0149383Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0152549Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0155770Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0158787Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0161821Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0164747Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0167778Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0170814Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0173790Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.0176163Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:10.0178766Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:10.0181375Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:10.0184011Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:10.0186527Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:10.0188859Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:10.0191877Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:10.0194906Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:10.0197272Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:10.0199882Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:10.0212992Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:10.0215628Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:10.0218061Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:10.0221163Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:10.0223597Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:10.0226138Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:10.0228726Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:10.0231468Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:10.0234081Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:10.0236435Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:10.0239787Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:10.0243237Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:10.0245847Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:10.0248392Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:10.0251845Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:10.0255391Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.0258458Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.0261626Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.0264032Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:10.0266546Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:10.0269767Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:10.0272207Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:10.0274665Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:10.0277148Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:10.0279781Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:10.0282289Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.0284837Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.0288158Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.0291461Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.0294743Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.0298063Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:10.0301548Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:10.0304142Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:10.0306939Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:10.0310548Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:10.0314317Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:10.0316952Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0319482Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0322694Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0325949Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0329241Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0332543Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0335824Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0339126Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0342394Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0345843Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0349195Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0352850Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0356242Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.0359557Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:10.0361989Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:10.0364488Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:10.0367009Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:10.0369530Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:10.0372766Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:10.0375240Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:10.0377636Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:10.0380773Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:10.0383934Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:10.0386386Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:10.0388850Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:10.0392271Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:10.0394795Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:10.0397483Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:10.0400953Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:10.0403630Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:10.0406555Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:10.0410411Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:10.0459021Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:10.0462085Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:10.0465001Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:10.0467732Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:10.0470499Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:10.0473227Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:10.0476795Z 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-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:10.0480794Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:10.0483406Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:10.0485903Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:10.0489434Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:10.0491654Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:10.0492958Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:10.0494615Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:10.0496226Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.0497847Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.0499501Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.0501115Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:10.0502861Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:10.0504284Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:10.0505540Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:10.0507228Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:10.0508674Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0510314Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0512513Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0514691Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0516777Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0518920Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0521010Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0523225Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0525423Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0527648Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0529846Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0531923Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0533948Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0535985Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0538029Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0540144Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0542357Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0544605Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0546828Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0548970Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0551228Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0553355Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0555608Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0619298Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0621519Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0623704Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0625866Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0628301Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0630309Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0632358Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0634628Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0636749Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0639002Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0641148Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0643255Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0645388Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0647544Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0649880Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0652061Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0654164Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0656279Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0658506Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0660720Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0662801Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0664822Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0667062Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0669357Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0671701Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0673783Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0675829Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0678086Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0680206Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0682368Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0684535Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0686746Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0688917Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0690943Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0693007Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0695161Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0697265Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0699332Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0701414Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0703489Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0705548Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0707562Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.0709036Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:10.0710374Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:10.0712158Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:10.0714205Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:10.0715674Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.0717201Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.0782493Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.0784544Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.0786522Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.0788566Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.0790583Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.0792631Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:10.0794490Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:10.0796374Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:10.0798359Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:10.0800225Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:10.0802124Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:10.0804105Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:10.0806337Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:10.0808680Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:10.0810371Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0812053Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0814251Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0816442Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0819002Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0821284Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0823524Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0825809Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0828004Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0830217Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0832459Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0834641Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0836913Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0839225Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0841331Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0843446Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0845562Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0847703Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0850051Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0852289Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0854440Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0856606Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0858807Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0861356Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0863564Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0865738Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0868012Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0870193Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0872424Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0874615Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0876806Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0879078Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0939550Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0941755Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0943971Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0946207Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0948446Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0950894Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0953121Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0955349Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0957618Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0959931Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0962041Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0964408Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0966519Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0968631Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0970933Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0973168Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0975456Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0977703Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0979949Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0982243Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0984538Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0986854Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0989150Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0991443Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0993726Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0996044Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.0998435Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1000725Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1003034Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1005354Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1007779Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1009960Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1012303Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1014669Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1016964Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1019251Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1021458Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1023566Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1025694Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1027859Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1030008Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1032118Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1034188Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.1036397Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2706896Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2709270Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2711661Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2714101Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2716481Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2719213Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2721519Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2723861Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2726375Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2728665Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2731001Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2733375Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2735803Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2738227Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2740531Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2742798Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2745055Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2747321Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2749835Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2752231Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2754623Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2756931Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2760389Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.2762692Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:10.2765323Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:10.2767680Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:10.2769931Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:10.2771981Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:10.2773487Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:10.2775192Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:10.2777076Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:10.2778844Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.2780636Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.2782416Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.2784139Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.2785883Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:10.2787469Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:10.2788981Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:10.2790695Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:10.2792500Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:10.2794678Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:10.2797333Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:10.2799777Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:10.2801448Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:10.2803095Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:10.2804581Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:10.2805793Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:10.2890645Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:10.2891798Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:10.2893226Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:10.2895279Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:10.2896520Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-06-05T23:55:10.2897744Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:55:10.2899069Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2900231Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2901549Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2902860Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2904137Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2905415Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2906740Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2908108Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2909572Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2911018Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2912387Z copying runtime/core/function_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2913817Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2915271Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2916662Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2918073Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2919343Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2920590Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2921887Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2923308Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:10.2924616Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:10.2926249Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:10.2927689Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:10.2929337Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:10.2931275Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:10.2932980Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:10.2934473Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:10.2936239Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:10.2938050Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:10.2939892Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:10.2941674Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:10.2943134Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2944591Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2946306Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2948008Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2949881Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2951555Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2953195Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2954992Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2956697Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2958433Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2960118Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2961830Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2963507Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2965449Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2967167Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:10.2968742Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:10.2970478Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:10.2972716Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:10.2974460Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.2976193Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.2978270Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.2980329Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.2982339Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3981419Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3983576Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3985659Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3987665Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3989713Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3991779Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3993901Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3995976Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:10.3997490Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:10.3998829Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:10.4000338Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:10.4001841Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:10.4003767Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:10.4005106Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:10.4006410Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:10.4007687Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4008913Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4010501Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4011899Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4013336Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4014786Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4016169Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4017561Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4018988Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4020418Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4021828Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4023215Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:10.4024475Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:10.4025820Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:10.4027430Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:10.4028811Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:10.4030286Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:10.4031993Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:10.4033575Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:10.4034862Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:10.4036096Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:10.4037545Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:10.4039108Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:10.4040574Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:10.4042052Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:10.4043422Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:10.4045000Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:10.4046597Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:10.4047618Z running build_ext 2025-06-05T23:55:10.4048326Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-06-05T23:55:10.4050308Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-06-05T23:55:10.4052344Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py 2025-06-05T23:55:10.4054239Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:10.4056773Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:10.4059500Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:10.4062117Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:10.4063670Z installing to pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:10.4064145Z running install 2025-06-05T23:55:10.4064457Z running install_lib 2025-06-05T23:55:10.4064843Z creating pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:10.4065383Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-06-05T23:55:10.4066025Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-06-05T23:55:10.4067119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:10.4068619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:10.4070107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:10.4071609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:10.4072734Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api 2025-06-05T23:55:10.4073892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api 2025-06-05T23:55:10.4100044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api 2025-06-05T23:55:10.4101742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api 2025-06-05T23:55:10.4103739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api 2025-06-05T23:55:10.4105402Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api/types 2025-06-05T23:55:10.4106736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:10.4108553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:10.4110382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:10.4111638Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/test 2025-06-05T23:55:10.4113148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:10.4115020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:10.4116890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:10.4118869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:10.4120728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:10.4122574Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:10.4123866Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-06-05T23:55:10.4125091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:10.4126800Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:10.4128549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:10.4130268Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:10.4132071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:10.4133880Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:10.4135604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:10.4136862Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-06-05T23:55:10.4138242Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:10.4140168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:10.4142144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:10.4144198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:10.4145747Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-06-05T23:55:10.4146864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-06-05T23:55:10.4148047Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-06-05T23:55:10.4149616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:55:10.4151785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:55:10.4153273Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:55:10.4154862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug/tests 2025-06-05T23:55:10.4156405Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-06-05T23:55:10.4157810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:10.4159830Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:10.4161767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:10.4163227Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:55:10.4164788Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:10.4167003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:10.4168681Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:10.4170372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:10.4172700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:10.4174976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:10.4176584Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:10.4178189Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:10.4179822Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:10.4181587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:10.4184016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:10.4186618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:10.4188223Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:55:10.4189794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:10.4192223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:10.4240605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:10.4242264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:55:10.4243831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/util 2025-06-05T23:55:10.4245340Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-06-05T23:55:10.4246736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-06-05T23:55:10.4248655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-06-05T23:55:10.4250311Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-06-05T23:55:10.4251629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:10.4253442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:10.4254756Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:55:10.4256186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump/tests 2025-06-05T23:55:10.4258170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:10.4260051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:10.4261362Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-06-05T23:55:10.4262649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-06-05T23:55:10.4264437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-06-05T23:55:10.4265779Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:55:10.4267244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord/tests 2025-06-05T23:55:10.4268677Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-06-05T23:55:10.4269993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:10.4272200Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:10.4274100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:10.4276117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:10.4278428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:10.4279854Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:55:10.4281348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:10.4283456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:10.4285586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:10.4287742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:10.4289989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:10.4291619Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:55:10.4293155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:55:10.4295313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:55:10.4296843Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-06-05T23:55:10.4298241Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:10.4300274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:10.4302435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:10.4303842Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-06-05T23:55:10.4304884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4306331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4307935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4309422Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4310907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4312581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4314117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4315588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4317021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4318697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4320285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4321834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4323330Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4324845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4326333Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4327852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4329376Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4330847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4332293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4333739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4361540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4363022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4364491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4365920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4367026Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-06-05T23:55:10.4368254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4369940Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4371638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4373381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4375161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4377306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4379028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4380793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4382730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4384017Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-06-05T23:55:10.4385338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:10.4387175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:10.4389068Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:10.4391031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:10.4392969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:10.4394798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4396559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:10.4397784Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-06-05T23:55:10.4399132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:10.4400883Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:10.4402682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:10.4404497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:10.4406278Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:10.4407970Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:10.4409310Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:10.4411050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:10.4413477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:10.4416115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:10.4418627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:10.4421113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:10.4422741Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-06-05T23:55:10.4424254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4426362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4428444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4430501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4432531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4434487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4436408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4438480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4440468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4442385Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4444353Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4446308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4448267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4450374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4452361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4454370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4500088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4502363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4504306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4506237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:10.4507580Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:55:10.4509318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:55:10.4511472Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:55:10.4512978Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:10.4514618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:10.4516959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:10.4519297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:10.4520707Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-06-05T23:55:10.4521901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-06-05T23:55:10.4523539Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-06-05T23:55:10.4525196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-06-05T23:55:10.4526828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-06-05T23:55:10.4528021Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-06-05T23:55:10.4529238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-06-05T23:55:10.4530889Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-06-05T23:55:10.4532123Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-06-05T23:55:10.4533472Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend 2025-06-05T23:55:10.4534847Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:55:10.4536370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend/test 2025-06-05T23:55:10.4537845Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-06-05T23:55:10.4539140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:55:10.4540621Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:55:10.4542007Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:55:10.4543907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:55:10.4545278Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:10.4546812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:10.4548848Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:10.4551042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:10.4552448Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:55:10.4553794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:55:10.4555825Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:55:10.4557288Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:10.4558841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op/test 2025-06-05T23:55:10.4560309Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:55:10.4561701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:55:10.4563619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:55:10.4565016Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:55:10.4566463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:55:10.4568496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:55:10.4570427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:55:10.4571730Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-06-05T23:55:10.4573126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/test 2025-06-05T23:55:10.4574467Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-06-05T23:55:10.4575599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-06-05T23:55:10.4577202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-06-05T23:55:10.4578800Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-06-05T23:55:10.4580259Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-06-05T23:55:10.4581515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit/test 2025-06-05T23:55:10.4582751Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-06-05T23:55:10.4583987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-06-05T23:55:10.4585840Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-06-05T23:55:10.4587527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-06-05T23:55:10.4588753Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-06-05T23:55:10.4590113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator/test 2025-06-05T23:55:10.4591433Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-06-05T23:55:10.4592606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4625340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4630955Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4632790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4634633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4636478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4638385Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4640272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4642158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4643968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4645821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4647704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4649640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4651504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4653399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4655581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4657370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4659169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4661104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4662939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4664828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4666650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4668490Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4670381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4672375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4674357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4676230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4678211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4680085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4681847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4683602Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4685368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4687161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:10.4688452Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-06-05T23:55:10.4689647Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-06-05T23:55:10.4691331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-06-05T23:55:10.4693036Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-06-05T23:55:10.4694429Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-06-05T23:55:10.4695729Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-06-05T23:55:10.4697575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-06-05T23:55:10.4699468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-06-05T23:55:10.4720060Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-06-05T23:55:10.4721341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:10.4723033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:10.4724701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:10.4726328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:10.4727995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:10.4729620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:10.4730763Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-06-05T23:55:10.4731941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4733560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4735240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4737010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4738688Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4740365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4750973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4752708Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4754586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4756311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4758198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4759970Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4761984Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4763750Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4765604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4767486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4769486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4771232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4772927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4774596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4776287Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4778079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4779895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4781657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4783398Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4785235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4787072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4788772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4790417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4792060Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4793754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4795458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4797130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:10.4798463Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-06-05T23:55:10.4799813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-06-05T23:55:10.4801801Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-06-05T23:55:10.4803651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-06-05T23:55:10.4805501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-06-05T23:55:10.4806844Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-06-05T23:55:10.4808380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification/test 2025-06-05T23:55:10.4810147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:10.4811243Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-06-05T23:55:10.4812331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-06-05T23:55:10.4813451Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-06-05T23:55:10.4814682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/test 2025-06-05T23:55:10.4815918Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-06-05T23:55:10.4816711Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-06-05T23:55:10.4818090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/kernel/test 2025-06-05T23:55:10.4819399Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-06-05T23:55:10.4820581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-06-05T23:55:10.4822176Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-06-05T23:55:10.4823703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-06-05T23:55:10.4824824Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-06-05T23:55:10.4825544Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-06-05T23:55:10.4826779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4828453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4830170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4831951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4833720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4835453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4837174Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4839162Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4840929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4842709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4860480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4862484Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4864244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:10.4865556Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-06-05T23:55:10.4866885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4868747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4870822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4872966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4874928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4876836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4878853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4880806Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4882774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4884703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4886691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4888759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4890860Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4892955Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4894996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4897239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4899233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4901244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4903332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4905390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4907469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4909442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4911473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4913530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4915578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4917689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4919863Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4921884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4923883Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4925851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4927819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4929826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4931904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4933974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4936098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4938069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4940137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4942232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4944384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4946452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4948560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4950793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4952770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4966105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4968177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4970173Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4972100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4974091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4976157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4978245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4980270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4982326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4984470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:10.4986027Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:55:10.4987546Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.4990049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.4992321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.4994526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.4996900Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.4999218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.5001464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.5003683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.5005888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.5008100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.5010360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:10.5011937Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-06-05T23:55:10.5013340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5015304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5017270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5019192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5021102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5023027Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5024948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5026908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5028865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5030922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5032838Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5034826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5036913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5038928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5040837Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5042738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5044644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5046555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5048444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5050488Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5052395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5054301Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5056246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5058234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5084010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5086004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5087915Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5089848Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5091810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5093772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5096056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5098016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5100020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5102160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5104130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5106077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5107994Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5109918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5111835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5113753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5115690Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5117619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5119726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5121755Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5123810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5125925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5127945Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5129873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5131928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5134008Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5136150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5138124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:10.5139525Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:55:10.5140909Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:10.5142957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:10.5145007Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:10.5147131Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:10.5149272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:10.5150980Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/scripts 2025-06-05T23:55:10.5152399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:55:10.5153790Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-06-05T23:55:10.5155085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:10.5156900Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:10.5158818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:10.5160668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:10.5161999Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:55:10.5163490Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5165594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5167676Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5169737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5171797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5173874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5176219Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5178334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5193373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5196028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5198307Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:10.5199775Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-06-05T23:55:10.5201257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5203341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5205410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5207444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5209471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5211608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5213747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5215871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5217975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5220078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5222165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:10.5223602Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:55:10.5224985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5226901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5228861Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5231052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5232983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5234898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5236912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5238936Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5240899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5242892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5244886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5246826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5248743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5250910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5252870Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5254851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5256843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5258791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5260746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5262738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5264786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5266800Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5268787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5270764Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5272967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5274871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5276772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5278940Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5280906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5282827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5284736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5286636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5295138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5297107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5299076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5301084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5303073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5305056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5307003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5308957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5310991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5313018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5314944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5316883Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5318958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5321140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5323063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5324984Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5327061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5329075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5331048Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5333010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5334933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5336842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5338743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5340639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5342557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5344494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5346434Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5348394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5350547Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5352493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5354444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5356380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5358448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5360732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5362671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5364611Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5366576Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5368717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5370775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5372760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5374668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5376589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5378541Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5380502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5382446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5384386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5386318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5388236Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5409299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5411330Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5413282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5415239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5417316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5419428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5421669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5423593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5425524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5427572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:10.5428995Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:55:10.5430537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5432698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5434909Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5437159Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5439470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5441656Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5443901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5446161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5448378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5450854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5453137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5455358Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5457557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5459687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5461827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5464313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5466590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5468859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5471211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5473429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5475567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5477765Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:10.5479463Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:55:10.5481079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/quantizer 2025-06-05T23:55:10.5482658Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:55:10.5484095Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:10.5486164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:10.5488256Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:10.5490308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:10.5491782Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:55:10.5493246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tosautil 2025-06-05T23:55:10.5494669Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-06-05T23:55:10.5496040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/util 2025-06-05T23:55:10.5497450Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-06-05T23:55:10.5498454Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:10.5500297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:10.5502139Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:55:10.5503611Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:10.5505803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:10.5508794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:10.5511069Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5513314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5516306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5519214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5522103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5525001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5527894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5530773Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5533603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5536406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5539350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5542322Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5545205Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5548251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5551243Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5554019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5557084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5560071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5562967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5565885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5568801Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5571679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5574533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5577421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5580296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5583178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5586016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5588849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5591685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5594709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5597602Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5600763Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5603686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5606601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5609446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5611417Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:55:10.5612666Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:10.5614756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:10.5616891Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:10.5619049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:10.5621157Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:55:10.5622534Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:10.5624813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:10.5627141Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:10.5629520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:10.5631970Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:10.5634631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:10.5637337Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:10.5639884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:10.5643350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:10.5645844Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:10.5648377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:10.5651053Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:10.5653640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:10.5656203Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:10.5658749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:10.5661279Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:10.5663770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:10.5666292Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:10.5668841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:10.5671391Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:10.5673969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:10.5676550Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:10.5679232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:10.5682020Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:10.5684543Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:10.5687049Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:10.5689733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:10.5692267Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:10.5694793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:10.5697297Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:10.5699787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:10.5703154Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:10.5706548Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:10.5709912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:10.5712413Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:10.5714953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:10.5717486Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:10.5720132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:10.5722670Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:10.5725170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:10.5727812Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:10.5730378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:10.5732960Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:10.5735363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:10.5738597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:10.5741049Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5743698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5747260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5750968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5754567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5758221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5761853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5765505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5769121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5772920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5776478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.5779299Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5782271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5786257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5790135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5794015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5797908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5801906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5805863Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5809778Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5813687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5817618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5821685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5825655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5829534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:10.5833095Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:10.5835480Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:10.5837950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:10.5841355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:10.5843781Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:10.5846263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:10.5849821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:10.5853235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:10.5856571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:10.5859942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:10.5862679Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.5865147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.5868526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.5871967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.5874396Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:10.5877003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:10.5880639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:10.5884078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:10.5886627Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5889320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5892942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5896659Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5900481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5904290Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5907998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5911809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5915553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5919300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5923005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5926669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5930308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5933966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5937663Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5941530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5945296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5948925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5952879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5956911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5960632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5964374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5968085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:10.5970911Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:10.5973821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:10.5977761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:10.5981805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:10.5985839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:10.5989938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:10.5994042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:10.5998040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6000885Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:10.6003735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:10.6007389Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:10.6010175Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:10.6012983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:10.6016802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:10.6020608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:10.6023320Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6025876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6029372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6032865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6036327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6039834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6043228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6046666Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6050384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6053928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6056481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:10.6059032Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:10.6062524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:10.6066052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:10.6068653Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:10.6071295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:10.6074881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:10.6077488Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:10.6080059Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:10.6082604Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:10.6085356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:10.6089082Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:10.6092981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:10.6095581Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:10.6098084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:10.6101703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:10.6104377Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:10.6107278Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:10.6110202Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:10.6113133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:10.6117093Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:10.6121141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:10.6123927Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:10.6126613Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:10.6130367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:10.6133132Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:10.6134948Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:10.6138053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:10.6142022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:10.6146099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:10.6150192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:10.6153137Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:10.6156315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:10.6160731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:10.6165088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:10.6169437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:10.6173701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:10.6176710Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:10.6179615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:10.6183506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:10.6187569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:10.6191437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:10.6194986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6198402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6201712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6205062Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6208423Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6211745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6215046Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6218358Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6221669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6224973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6228259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6231802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6235193Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6238699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6242076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6245477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6248876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6252393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6255654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6258945Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6262353Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6265785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6269145Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6271615Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:10.6274135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:10.6276920Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:10.6279685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:10.6283420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:10.6286120Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:10.6288831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:10.6292504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:10.6295194Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:10.6297868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:10.6301541Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:10.6304181Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:10.6306944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:10.6310693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:10.6313379Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:10.6316003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:10.6318727Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:10.6321533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:10.6324197Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.6327050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.6330775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.6334455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.6338129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:10.6340863Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:10.6342786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:10.6344703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:10.6346620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:10.6347391Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6349100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6350962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6352736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6354730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6356657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6358508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6360273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6362039Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6363841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6365662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6367449Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6369257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:10.6370047Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:10.6371784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:10.6372523Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:55:10.6373294Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:55:10.6374201Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:10.6376357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:10.6378514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:10.6379359Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:55:10.6380314Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:10.6382397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:10.6383084Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:55:10.6383812Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:10.6385446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:10.6386201Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:10.6386995Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:55:10.6387839Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:10.6389724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:10.6391607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:10.6392507Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:10.6394523Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:10.6396555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:10.6398695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:10.6400802Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:10.6402489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:10.6403236Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:55:10.6404033Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:10.6405806Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:10.6406493Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:55:10.6407212Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:55:10.6407952Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:55:10.6408722Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:55:10.6409546Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:10.6411462Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:10.6413334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:10.6415130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:10.6416004Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6417952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6420003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6422138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6424186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6426173Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6428157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6430087Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6432049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6433995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6435979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6437914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6439960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6442008Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6444028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6446236Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6448175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6450271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6452361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6454348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6456267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6458181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6460198Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:10.6461153Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6463253Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6465579Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6467856Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6470085Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6472385Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6474494Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6476602Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:10.6477495Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:10.6479535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:10.6481491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:10.6482343Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:10.6484288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:10.6486195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:10.6488142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:10.6490126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:10.6491125Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:10.6493258Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:10.6495402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:10.6497531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:10.6499664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:10.6501697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:10.6502556Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:10.6504458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:10.6506317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:10.6507214Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:10.6509204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:10.6511317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:10.6513246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:10.6514184Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:10.6516126Z copying pip-out/lib.linux-aarch64-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-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:10.6517621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:10.6518369Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:10.6519979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:10.6521546Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:10.6522269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:10.6523902Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:10.6525537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:10.6527173Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:10.6527902Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:10.6529572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:10.6530253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:10.6531820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:10.6532659Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:55:10.6533394Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:55:10.6534148Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:55:10.6535023Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:55:10.6535849Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:10.6537675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:10.6538399Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:55:10.6539151Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:55:10.6539990Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:10.6541817Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:10.6542532Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:55:10.6543302Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:10.6544977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:10.6546638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:10.6547187Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:10.6548417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:10.6548746Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa 2025-06-05T23:55:10.6549109Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:10.6550272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:55:10.6551228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:55:10.6551746Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-06-05T23:55:10.6552618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-06-05T23:55:10.6553519Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-06-05T23:55:10.6554529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-06-05T23:55:10.6555446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-06-05T23:55:10.6555991Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:10.6557250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:10.6558663Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:10.6559110Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-06-05T23:55:10.6560239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6561336Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6562379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6563431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6564494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6565544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6566590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6567635Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6568654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6569695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:10.6570026Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-06-05T23:55:10.6570970Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:10.6571845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:10.6572712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:10.6573077Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:55:10.6574063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:55:10.6575190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:55:10.6575582Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.6576563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.6577553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.6578528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.6579530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.6579829Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp 2025-06-05T23:55:10.6580698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp 2025-06-05T23:55:10.6581545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp 2025-06-05T23:55:10.6582382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp 2025-06-05T23:55:10.6583164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp 2025-06-05T23:55:10.6583532Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:55:10.6584554Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:10.6585593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:10.6586605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:10.6586941Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend 2025-06-05T23:55:10.6587840Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:10.6588809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:10.6589904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:10.6590858Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:10.6591224Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:55:10.6592206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:10.6593277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:10.6594206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:10.6595181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:10.6595608Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:10.6596637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:10.6597735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:10.6598966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:10.6600064Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:10.6600545Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:10.6601700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:10.6602981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:10.6604184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:10.6655735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:10.6656295Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:10.6657555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:10.6658833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:10.6660394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:10.6661650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:10.6662189Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:10.6663607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:10.6664266Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6665715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6667223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6668756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6670312Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6671871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6673393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6674885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6676441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6678082Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6679638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6681129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6682777Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6684300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.6684971Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:10.6705147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:10.6706736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:10.6708124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:10.6709588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:10.6709968Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:10.6710925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:10.6711355Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6712467Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6713561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6714774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6715884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6716976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6718190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6719323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6720527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6750202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6751599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6753206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6754525Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6755683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6756845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6758088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6759261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6760326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6761483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6762628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6763774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6764918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6766042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6767148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6768271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6769493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6770683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6772038Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6773169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6774271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6775520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6776716Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6777894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6779028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6780218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6781447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6782622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6783744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6784914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6786039Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6787144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6788384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6789644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6790770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6791868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6793139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6794300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6795487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6796651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6797814Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6844909Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6846269Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6847428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6848558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6849846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6851029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6852176Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6853324Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6854517Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6855733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6856882Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6858077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6859178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6860527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6861660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6863017Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6864195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6865345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6866450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6867599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6868758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6869864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6871186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6872351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6873515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6874683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6875838Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6876996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6878290Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6879497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6880581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6881834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6882987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6884134Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6885242Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6886344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6887594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6888833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6889981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6891111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6892195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6931119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6932258Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6933365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6934503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6935572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6936699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6937805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6938983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6940380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6941531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6942728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6943903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6945032Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6946139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6947325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6948520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6949878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6951024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6952163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6953374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6954649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6955865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6957019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6958211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6959385Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6960503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6961839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6962997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6964293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6965436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6966596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6967768Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6968886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6970006Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6971127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6972291Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6973409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6974554Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6975767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6976961Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.6978125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7023339Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7024559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7025694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7027081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7028242Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7029626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7030801Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7032136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7033386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7034685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7035945Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7037235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7038597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7039888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7041169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7042474Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7043726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7044948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7046172Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7047428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7048807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7050245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7051579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7053021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7054280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7055503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7056787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7058025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7059245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7060371Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7061500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7062593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7063727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7064862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7066008Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7067163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7068393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7069590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7070957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7072105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7110526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7111913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7113080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7114314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7115548Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7116806Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7118152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7119320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7120468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7121582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7122707Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7123867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7124907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7125384Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:10.7126486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:10.7127639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:10.7128386Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7129706Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7131090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7132531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7133892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7135273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7136636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7138066Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7139479Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7140983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7142493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7143890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7145296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7146660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7148088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7149650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7151251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7152623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7154180Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7155634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7157042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7185732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7187183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7188562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7189953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7191396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7192782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7194163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7195529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7196948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7198417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7200042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7201431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7202944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7204321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7205735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7207132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7208536Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7209941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7211290Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7212658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7214043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7215427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7216792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7218174Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7219572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7221029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7222438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7223872Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7225263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7226639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7227997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7229365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7230734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7260292Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7261715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7263135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7264545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7265951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7267341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7268787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7270595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7272026Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7273620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7275015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7276393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7277748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7279212Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7280608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7282013Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7283379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7284757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7286132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7287587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7288966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7290373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7291854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7293202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7294643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7296078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7297479Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7298999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7300512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.7301104Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:10.7302505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:10.7303012Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:10.7304199Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:10.7305371Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:10.7354432Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:10.7354939Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:10.7356083Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:10.7357266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:10.7358507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:10.7360009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:10.7361196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:10.7362353Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:10.7363098Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7364440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7365847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7367363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7368790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7370236Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7371743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7373213Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7374614Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7376029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7377587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7379000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7380430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7381979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7383412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7384975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7386578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.7386931Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:55:10.7387903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:10.7388828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:10.7389719Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:10.7390051Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests 2025-06-05T23:55:10.7390989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7391852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7392822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7393670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7394594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7395520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7396497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7397450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7398491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7399433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7468868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:10.7469271Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:55:10.7469675Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:55:10.7470188Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7471844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7473202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7474498Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7475788Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7477100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7478515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7479802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7481108Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7482413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.7482736Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino 2025-06-05T23:55:10.7483565Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino 2025-06-05T23:55:10.7484447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino 2025-06-05T23:55:10.7485305Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino 2025-06-05T23:55:10.7485694Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:55:10.7486652Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:55:10.7487647Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:55:10.7488249Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests 2025-06-05T23:55:10.7489183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:55:10.7489584Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:55:10.7490688Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:55:10.7491073Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7492247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7493248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7494232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7495223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7496239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7497265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7498247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7499247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7500241Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7501251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7502229Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.7502557Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-06-05T23:55:10.7503437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm 2025-06-05T23:55:10.7503812Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7504720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7505775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7506769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7507854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7508830Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7509778Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7510902Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7511925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7512922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7574741Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7575727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7576736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7577706Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7578756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7579838Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7580805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7581859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7582863Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7583788Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7584787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7585855Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7586780Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7587726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7588999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7589975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7591220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7592196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7593239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7594218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7595211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7596185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7597164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7598238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7599250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7600227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7601163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7602072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.7602448Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7603384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7604370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7605302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7606343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7607406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7608344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7609287Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7610252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7611306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7612316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7613293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7614231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7615173Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7616117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7617072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7618034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7618970Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7678922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7679978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7680985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7681931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7682867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7683851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7684788Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7685988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7686950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7687890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7688856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7689964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7690918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7691861Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7692845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7693771Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7694767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7695758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7696727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7697679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7698653Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7699657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7700648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7701575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7702531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7703477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7704460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7705542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7706477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7707434Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7708452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7709444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7710410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7711348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7712277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7713209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7714149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7715083Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7716013Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7716956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7717901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7718967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7719923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7720876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7721835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7722798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7809711Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7811056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7812062Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7813054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7814192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7815145Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7816123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7817100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7818062Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7819075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7820084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7821033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7822002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7822947Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7823886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7824872Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7825823Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7826750Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7827700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7828685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7829654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7830736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7831775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7832813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7833843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7834843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7835798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:10.7836168Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:55:10.7837110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/debugger 2025-06-05T23:55:10.7837497Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:55:10.7838591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:10.7839613Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:10.7840586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:10.7840964Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.7841961Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.7843141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.7844127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.7846293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.7847888Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:10.7849877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:10.7852463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:10.7854232Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:55:10.7855834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:10.7858316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:10.7860667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:10.7862249Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:55:10.7863802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:10.7865831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:10.7940237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:10.7941676Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:55:10.7943118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:55:10.7945096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:55:10.7946511Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:55:10.7947380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:10.7948799Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:10.7950331Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-06-05T23:55:10.7951669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7953573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7955558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7957541Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7959667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7961765Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7963789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7965753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7967694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7970003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7971951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7973935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7976022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7978150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7980154Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:10.7981658Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-06-05T23:55:10.7983280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:10.7985623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:10.7987832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:10.7989264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-06-05T23:55:10.7990524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:10.7992299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:10.7994096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:10.7995858Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:10.7997671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:10.7999135Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8000532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8002505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8004563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8006673Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8008738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8010963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8013084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8015190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8017373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8018877Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:55:10.8020471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/partitioner 2025-06-05T23:55:10.8022032Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:55:10.8023542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/quantizer 2025-06-05T23:55:10.8025046Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:55:10.8026500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime 2025-06-05T23:55:10.8027981Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:55:10.8028956Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:55:10.8029990Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8031807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8034413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8036963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8039514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8041959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8044410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8046854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8049640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8052540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8055041Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8057480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8060029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8062458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8064893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8067390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8069988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8072612Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8075226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8077741Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8080306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8082817Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8085446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8088095Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8090608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8093147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8095807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8098255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8100629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8103169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8105662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8108143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8110674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8113215Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8115697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8118281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8120827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8123360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8125903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8128404Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8130891Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8133558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8136182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8138661Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8141216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8143851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8146631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8149128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8151792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8154222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8156627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8159213Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8161758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8164296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8166902Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8169458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8171853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8174306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8176839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8179313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8181756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8184438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8186886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8189316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8191853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:10.8193538Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:55:10.8195179Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:10.8197482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:10.8199864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:10.8202115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:10.8203612Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-06-05T23:55:10.8205054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:10.8207088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:10.8209165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:10.8211225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:10.8212699Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:10.8214211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:10.8216392Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:10.8218701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:10.8220387Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:10.8222055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:10.8224357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:10.8226839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:10.8229220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:10.8245651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:10.8248010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:10.8249739Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:10.8251247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:10.8253442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:10.8255692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:10.8257286Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:55:10.8258238Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:10.8259849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:10.8261521Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:55:10.8262706Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.8264744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.8267540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.8270309Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.8273061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.8275766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.8278509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.8281507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.8283608Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:10.8285776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:10.8287864Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:55:10.8289327Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:55:10.8290762Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:10.8293217Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:10.8295317Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:55:10.8296216Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:55:10.8297193Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.8298900Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.8301310Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.8303694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.8306043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.8308469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.8310873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:10.8312433Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-06-05T23:55:10.8313713Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-06-05T23:55:10.8315549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-06-05T23:55:10.8316957Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8318494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8320587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8322934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8325031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8327070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8329308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8331460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8333532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8335654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8337763Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8339854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8346680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.8348199Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8349803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8351892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8353974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8356009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8358130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8360252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8362348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8364388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8366464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8368806Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8370882Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8372934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8375085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8377493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8379644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8381677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8383725Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8385771Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8387857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8389979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8392076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8394167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8396233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8398461Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8400636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8402730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8404821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8406915Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8409009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8411227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8413315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8415396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8417549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8419676Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8421775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8423829Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8425887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8427951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8430042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8432150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8434246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8436327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8438515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8440636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8457969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8460233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8462375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8464433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8466530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:10.8468355Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:55:10.8469850Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:55:10.8472005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:55:10.8473610Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:10.8475370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:10.8477657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:10.8480107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:10.8482475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:10.8484844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:10.8487214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:10.8488891Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:10.8490559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:10.8492818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:10.8494377Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:10.8495928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:55:10.8498155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:55:10.8499762Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:55:10.8501405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:10.8503758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:10.8506097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:10.8508328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:10.8510001Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:55:10.8511452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:55:10.8513535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:55:10.8515063Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8516692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8518910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8521055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8523239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8525420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8527625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8529827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8532039Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8534214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8536351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8538531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8540736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8542855Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.8544325Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8545785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8547812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8550057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8552408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8557094Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8559213Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8561419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8563554Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8565696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8567750Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8569818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8571874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8573898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8575929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8577969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8580016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8582094Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8584202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8586300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8588411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8590460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8592490Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8594557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8596773Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8598947Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8601046Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8603242Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8605334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8607426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8609499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8611545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8613596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8615733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8617865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8619911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8621964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8624025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8626127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8628221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8630287Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8632340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8634477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8636595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.8638343Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.8639965Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.8642251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.8644694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.8647053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.8649353Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.8651777Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.8669873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.8671567Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:10.8673277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:10.8675657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:10.8678083Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:10.8679798Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:10.8681550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:10.8683980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:10.8685653Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:10.8687158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:55:10.8689252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:55:10.8690779Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:55:10.8691750Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:10.8693399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:10.8695377Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:55:10.8696530Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:10.8698393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:10.8700907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:10.8703569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:10.8705403Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:55:10.8706526Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:10.8708398Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:10.8710793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:10.8712428Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:10.8714100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:10.8716386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:10.8718123Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:10.8719836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:10.8721579Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:10.8723515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:10.8726240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:10.8728967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:10.8730861Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:55:10.8732016Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:10.8733921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:10.8736522Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:10.8739109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:10.8740809Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:10.8742592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:10.8745122Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:10.8746877Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:55:10.8747990Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:10.8750021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:10.8752646Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:10.8755370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:10.8758142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:10.8760011Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8761815Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8764261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8766766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8769378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8772067Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8774748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8777514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8780557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8783286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8785943Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8788774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8791509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8794176Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8796795Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8799560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8802317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8805101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8807886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8810553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8813189Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8815803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8818427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8821100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8823856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8826752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8829440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8832167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.8834054Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8835932Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8838577Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8841149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8843777Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8846446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8849057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8851732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8854292Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8856862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8859420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8861979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8864660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8867237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8869927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8872424Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8875043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8877567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8880248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8882838Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8885375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8887918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8890490Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8893080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8895667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8898211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8900716Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8903252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8905842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8908421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8910981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8913688Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8916208Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8918890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8921496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8924133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8926735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8929297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8931885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8934502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8937157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8939762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8942246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8944724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8947205Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8949832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8952352Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8954938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8957789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8960491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8963312Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8965992Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8968657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8971322Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8973992Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8976653Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8994586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.8997428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9000218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9002893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9005576Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9008275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9010955Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9013501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9016288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9018926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9021675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9024346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9026933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9029408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9031907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9034441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9036964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9039528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9041974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:10.9044380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party 2025-06-05T23:55:10.9046000Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9047424Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9049394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9051497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9053515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9054939Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-06-05T23:55:10.9055726Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-06-05T23:55:10.9057275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-06-05T23:55:10.9059146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-06-05T23:55:10.9060574Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9062089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9064403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9066632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9068791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9070968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9073192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9075470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9076538Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9077561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9078715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9079709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9080714Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9081751Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9082754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9083737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9084757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9085785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9086929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9087933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9088929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:10.9089318Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:55:10.9090388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:55:10.9091443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:55:10.9091864Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:55:10.9092959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:10.9094072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:10.9095134Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:10.9095494Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:55:10.9096413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:10.9097394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:10.9098378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:10.9099337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:10.9100304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:10.9101275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:10.9102220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:10.9102587Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:55:10.9103514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:55:10.9104465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:55:10.9104818Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-06-05T23:55:10.9105321Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:10.9106320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:55:10.9107415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:55:10.9107825Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:55:10.9108934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:55:10.9110063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:55:10.9110481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:10.9111492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:10.9112585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:10.9112955Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:55:10.9114015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:55:10.9115066Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:55:10.9115461Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:55:10.9115889Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:10.9117057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:10.9118117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:55:10.9119306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:55:10.9119629Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-06-05T23:55:10.9197428Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-06-05T23:55:10.9198428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9199315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9200263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9201185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9202444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9203318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9204225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9205347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9206292Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9207234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9208119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9208990Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9209938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9210831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9211731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9212628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9213530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9214392Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9214794Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:10.9215832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:10.9216873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:10.9217907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:10.9218916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:10.9219286Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9220349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9221516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9222532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9223545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9224643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9225686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9226735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9227783Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9228827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.9229739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9230709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9231648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:10.9232006Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:55:10.9232922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:10.9233857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:10.9234794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:10.9235704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:10.9236059Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-06-05T23:55:10.9236976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:10.9237881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:10.9238931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:10.9239329Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:10.9240302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:10.9240877Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:10.9242001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:10.9304248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:10.9305034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:10.9306192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:10.9307370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:10.9308539Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:10.9308967Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:10.9310021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:10.9310520Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:10.9311696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:10.9312261Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:10.9313581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:10.9314914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:10.9316215Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:10.9316789Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:10.9318175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:10.9319520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:10.9320827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:10.9322140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:10.9322981Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:10.9324313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:10.9325746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:10.9327104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:10.9328447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:10.9328984Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:10.9330261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:10.9331540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:10.9332082Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:10.9333352Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:10.9334677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:10.9335251Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.9336567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.9337927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.9339240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.9340561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.9341892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.9343204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.9344630Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.9345120Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:10.9346249Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:10.9347499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:10.9348697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:10.9350051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:10.9350479Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:55:10.9350973Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9426086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9427389Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9428683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9429986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9431244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9432500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9433775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9435011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9436258Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9437454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9439119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9440400Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9441844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9443097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9444349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.9444673Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m 2025-06-05T23:55:10.9445020Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:55:10.9445913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:55:10.9446821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:55:10.9447184Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:55:10.9448199Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:55:10.9448549Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:55:10.9449638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:55:10.9449933Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-06-05T23:55:10.9450314Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9451248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9452247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9453235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9454164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9455147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9456136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9457341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9458327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9459316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:10.9459630Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-06-05T23:55:10.9460580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-06-05T23:55:10.9461431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-06-05T23:55:10.9462267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-06-05T23:55:10.9463115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-06-05T23:55:10.9463493Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:55:10.9464429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:55:10.9465359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:55:10.9465699Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-06-05T23:55:10.9466570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-06-05T23:55:10.9467428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-06-05T23:55:10.9467827Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:55:10.9468809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:55:10.9469787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:55:10.9470318Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:10.9540102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:10.9541377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:10.9542712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:10.9544020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:10.9545458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:10.9546744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:10.9547143Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:10.9548235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:55:10.9549254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:55:10.9549821Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:55:10.9550782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:55:10.9551748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:55:10.9552141Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:55:10.9553105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:55:10.9554071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:55:10.9554423Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-06-05T23:55:10.9555299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9556204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9557108Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9558106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9559033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9559971Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9560875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9561776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9562786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9563973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9564847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9565743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9566612Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9567617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9568579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:10.9568998Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:55:10.9569988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:55:10.9571011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:55:10.9571453Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:55:10.9572545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:10.9573653Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:10.9574737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:10.9575849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:10.9576245Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:55:10.9577223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:10.9578238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:10.9579238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:10.9579734Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9580881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9582125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9583893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9585101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9645007Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9646367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9647616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9648819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9650174Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9651355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9652504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9653668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9654842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9656073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9657331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9658570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9659866Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9661058Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:10.9661444Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:55:10.9662486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:10.9663911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:10.9664956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:10.9666001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:10.9667162Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:10.9668196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:10.9669259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:10.9669664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:10.9670704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tokenizer 2025-06-05T23:55:10.9671118Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:10.9672096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision 2025-06-05T23:55:10.9672587Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:10.9673716Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:10.9674917Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:10.9676050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:10.9677236Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:10.9677697Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:10.9678887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:10.9679979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:10.9681091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:10.9682175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:10.9682782Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:10.9683911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:10.9684450Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:10.9685732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:10.9687016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:10.9687540Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:10.9688696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:10.9689865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:10.9773600Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:10.9777087Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:10.9778478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:10.9778864Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-06-05T23:55:10.9779746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:10.9780685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:10.9781558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:10.9781941Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-06-05T23:55:10.9782922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:55:10.9783877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:55:10.9784216Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-06-05T23:55:10.9785091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-06-05T23:55:10.9785956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-06-05T23:55:10.9786709Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:55:10.9787658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:55:10.9788602Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:55:10.9788991Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:10.9790112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:55:10.9791086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:55:10.9791482Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:10.9792440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:55:10.9793397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:55:10.9793811Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:10.9794841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:10.9795216Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:55:10.9796145Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:10.9797069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:10.9798095Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:10.9799076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:10.9800075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:10.9800448Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:55:10.9801372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:55:10.9802345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:55:10.9802698Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:55:10.9803587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:55:10.9804539Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:55:10.9805039Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen3 2025-06-05T23:55:10.9805916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:55:10.9806851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:55:10.9807199Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-06-05T23:55:10.9808084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-06-05T23:55:10.9809054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-06-05T23:55:10.9809422Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/smollm2 2025-06-05T23:55:10.9810327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:55:10.9811297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:55:10.9811636Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-06-05T23:55:10.9812496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-06-05T23:55:10.9813393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-06-05T23:55:10.9813800Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:55:10.9814816Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:55:10.9815809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:55:10.9816172Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-06-05T23:55:10.9817086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:55:10.9817995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:55:10.9818368Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:55:11.0103235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:55:11.0104234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:55:11.0104586Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-06-05T23:55:11.0104954Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:55:11.0105948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/moshi/mimi 2025-06-05T23:55:11.0106266Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-06-05T23:55:11.0106953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-06-05T23:55:11.0107336Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:55:11.0108312Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:11.0109349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:11.0110487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:11.0111465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:11.0112431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:11.0112829Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:11.0113875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:11.0114873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:11.0115964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:11.0117017Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:11.0118189Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:11.0118534Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps 2025-06-05T23:55:11.0118907Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:55:11.0119885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:55:11.0120873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:55:11.0121164Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-06-05T23:55:11.0121509Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-06-05T23:55:11.0122369Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-06-05T23:55:11.0123231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-06-05T23:55:11.0123721Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-06-05T23:55:11.0124596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor 2025-06-05T23:55:11.0125003Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:11.0125986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:11.0127186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:11.0128201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:11.0129326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:11.0130368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:11.0130747Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:55:11.0131723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/test 2025-06-05T23:55:11.0132065Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-06-05T23:55:11.0132930Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:11.0133788Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:11.0134638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:11.0135044Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:55:11.0136076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util/converters 2025-06-05T23:55:11.0136423Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-06-05T23:55:11.0137327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:11.0137692Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-06-05T23:55:11.0138657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:11.0139691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:11.0140689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:11.0141607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:11.0142695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:11.0143022Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-06-05T23:55:11.0143836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree 2025-06-05T23:55:11.0144293Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-06-05T23:55:11.0145156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree/test 2025-06-05T23:55:11.0145486Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-06-05T23:55:11.0146314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training 2025-06-05T23:55:11.0233064Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-06-05T23:55:11.0234527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:55:11.0234993Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:55:11.0236083Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings/test 2025-06-05T23:55:11.0237222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:55:11.0237607Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-06-05T23:55:11.0238082Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:55:11.0239151Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:55:11.0240164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:55:11.0240625Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:11.0241748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR/test 2025-06-05T23:55:11.0242047Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-06-05T23:55:11.0242412Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0243314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0244233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0245192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0246132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0247122Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0248148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0249120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0250457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0251426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0251856Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:11.0253150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:11.0253684Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:55:11.0254242Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:11.0255519Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:11.0256747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:11.0257735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:11.0258082Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-06-05T23:55:11.0258936Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:11.0259816Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:11.0260738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:11.0261664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:11.0262581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:11.0263521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:11.0263891Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export/test 2025-06-05T23:55:11.0264813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:55:11.0265782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:55:11.0266122Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-06-05T23:55:11.0266992Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:11.0267951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:11.0269021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:11.0269917Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:11.0270290Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:55:11.0271221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:11.0272315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:11.0273305Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:11.0274365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:11.0274733Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:55:11.0275662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers 2025-06-05T23:55:11.0276158Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:11.0277318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:11.0348230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:11.0349576Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:11.0350776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:11.0351982Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:11.0352534Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:11.0353784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:11.0354375Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:11.0355727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:11.0357123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:11.0357807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:11.0358952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:55:11.0359408Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:55:11.0359939Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:11.0361385Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:11.0362648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:11.0363224Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:11.0363822Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:11.0365196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:11.0366632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:11.0367994Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:11.0368483Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:55:11.0369004Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:55:11.0369567Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:55:11.0370184Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:11.0371674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:11.0372195Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:55:11.0372797Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:55:11.0373449Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:11.0374953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:11.0375474Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:55:11.0376080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:11.0377499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:11.0378276Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:11.0379787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:11.0380419Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:11.0382022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:11.0382649Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:11.0384068Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:11.0384562Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:55:11.0385085Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0386397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0387697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0388987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0390323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0391660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0392952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0464117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0465463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.0465950Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:55:11.0466514Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:11.0467792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:11.0468678Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:11.0469878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:11.0471099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:11.0472487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:11.0473109Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:11.0474510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:11.0475022Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:11.0476285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:11.0477542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:11.0478843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:11.0479390Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:55:11.0479990Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:11.0481355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:11.0481988Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:11.0483430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:11.0484964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:11.0485586Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:55:11.0486313Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:11.0487938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:11.0489694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:11.0491436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:11.0493230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:11.0493664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:55:11.0494090Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:55:11.0494653Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:11.0495962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:11.0497300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:11.0498638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:11.0499963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:11.0501286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:11.0501898Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:11.0503286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:11.0503956Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:11.0505451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:11.0506964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:11.0507292Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module 2025-06-05T23:55:11.0507648Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test 2025-06-05T23:55:11.0508052Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test/resources 2025-06-05T23:55:11.0509249Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:55:11.0509524Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-06-05T23:55:11.0509845Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-06-05T23:55:11.0584350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:11.0584766Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-06-05T23:55:11.0586040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:11.0587091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:11.0588120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:11.0588989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:11.0589933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:11.0590199Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-06-05T23:55:11.0590888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-06-05T23:55:11.0591615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-06-05T23:55:11.0592211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-06-05T23:55:11.0592466Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-06-05T23:55:11.0592760Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-06-05T23:55:11.0593606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-aarch64/wheel/./executorch/share/cmake 2025-06-05T23:55:11.0593874Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-06-05T23:55:11.0594211Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-06-05T23:55:11.0594583Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-06-05T23:55:11.0594988Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0596024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0597070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0598184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0599209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0600227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0601493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0602575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0603707Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0604867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0605944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0607073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0608146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0609203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0610215Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0611225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0612209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0613260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0614368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:11.0614851Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:11.0616001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:11.0616577Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:11.0617924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:11.0619250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:11.0619773Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:11.0621133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:11.0622386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:11.0623672Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:11.0625036Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:11.0626285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:11.0626798Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0628004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0629246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0684695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0685990Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0687190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0688380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0689604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0690824Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0692030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0693248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0694471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0696030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0697254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0698495Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:11.0699210Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:55:11.0699793Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:55:11.0700405Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:11.0701820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:11.0703370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:11.0703982Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0705393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0706809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0708196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0709573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0710921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0712391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0713756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0715144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0716549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0718153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0719608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0721069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:11.0721514Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:11.0722622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:11.0723760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:11.0724881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:11.0726053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:11.0726514Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:11.0727644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:11.0728084Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.0729182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.0730258Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1487706Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1488944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1490045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1491104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1492212Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1493306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1494789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1495864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1496939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:11.1497644Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:11.1498797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:11.1499993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:11.1500385Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-06-05T23:55:11.1500856Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:11.1502127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:11.1503308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:11.1504602Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:11.1505055Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:55:11.1506130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:11.1507268Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:11.1508375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:11.1509507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:11.1509985Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:11.1511153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:11.1512321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:11.1513529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:11.1513903Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-06-05T23:55:11.1514177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-06-05T23:55:11.1514857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-06-05T23:55:11.1515542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-06-05T23:55:11.1515683Z running install_egg_info 2025-06-05T23:55:11.1516230Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:55:11.1516460Z running install_scripts 2025-06-05T23:55:11.1516878Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:55:11.1517711Z creating '/tmp/pip-wheel-bue0108r/.tmp-fbjhbbk6/executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-06-05T23:55:11.1517877Z adding 'executorch/version.py' 2025-06-05T23:55:11.1518488Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:55:11.1518771Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:55:11.1519047Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:55:11.1519383Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:55:11.1519662Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:55:11.1520024Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:55:11.1520300Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:55:11.1520631Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:55:11.1521026Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:55:11.1521369Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:55:11.1521697Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:55:11.1521900Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:55:11.1522145Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:55:11.1522403Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:55:11.1522703Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:55:11.1522980Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:55:11.1523247Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:55:11.1523536Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:55:11.1523851Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:55:11.1524144Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:55:11.1524465Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:55:11.1524750Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:55:11.1525078Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:55:11.1525335Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:55:11.1525605Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:55:11.1525919Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:55:11.1526197Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:55:11.1526454Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:55:11.1526742Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:55:11.1527007Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:55:11.1527408Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:55:11.1527682Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:55:11.1527946Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:55:11.1528203Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:55:11.1528513Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:55:11.1528859Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:55:11.1529215Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:55:11.1529586Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:55:11.1529839Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:55:11.1949193Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:55:11.1949712Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:55:11.1949989Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:55:11.1950259Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:55:11.1950547Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:55:11.1950817Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:55:11.1951056Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:55:11.1951306Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:55:11.1951505Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:55:11.1951686Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:55:11.1951899Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:55:11.1952138Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:55:11.1952332Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:55:11.1952539Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:55:11.1952732Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:55:11.1952954Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:55:11.1953163Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:55:11.1953388Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:55:11.1953580Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:55:11.1953770Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:55:11.1953978Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:55:11.1954192Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:55:11.1954436Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:55:11.1954818Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:55:11.1955134Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:55:11.1955361Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:55:11.1955614Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:55:11.1955855Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:55:11.1956133Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:55:11.1956377Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:55:11.1956638Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:55:11.1956930Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:11.1957282Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:55:11.1957626Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:55:11.1958038Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:55:11.1958743Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:55:11.1959016Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:55:11.1959305Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:55:11.1959618Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:55:11.1959870Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:55:11.1960220Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:55:11.1960492Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:55:11.1960762Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:55:11.1961246Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:55:11.1961577Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:55:11.1961886Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:55:11.1962249Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:11.1962530Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:55:11.1962829Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:55:11.1963088Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:55:11.1963340Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:55:11.1963617Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:55:11.1963906Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:55:11.1964257Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:55:11.1964538Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:55:11.1964806Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:55:11.1965074Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:55:11.1965445Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:55:11.1965739Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:55:11.1966031Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:55:11.1966361Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:55:11.1966708Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:55:11.1966989Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:55:11.1967240Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:55:11.1967530Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:55:11.1967872Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:55:11.1968121Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:55:11.1968386Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:55:11.1968686Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:55:11.1969028Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:55:11.1969333Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:55:11.1969635Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:55:11.1969962Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:11.1970322Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:55:11.1970644Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:55:11.1970980Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:55:11.1971299Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:55:11.1971726Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:55:11.1972038Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:55:11.1972363Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:55:11.1972707Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:55:11.1973013Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:55:11.1973339Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:55:11.1973653Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:55:11.1974109Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:55:11.1974348Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:55:11.1974601Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:55:11.1974823Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:55:11.1975037Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:55:11.1975256Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:55:11.1975480Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:55:11.1975690Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:55:11.1975941Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:55:11.1976158Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:55:11.1976367Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:55:11.1976589Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:55:11.1976884Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:55:11.1977114Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:55:11.1977324Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:55:11.1977535Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:55:11.1977758Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:55:11.1977967Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:55:11.1978169Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:55:11.1978378Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:55:11.1978581Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:55:11.1978794Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:55:11.1979005Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:55:11.1979255Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:55:11.1979494Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:55:11.1979731Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:55:11.1979949Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:55:11.1980167Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:55:11.1980404Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:55:11.1980622Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:55:11.1980878Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:55:11.1981108Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:55:11.1981350Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:55:11.1981619Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:55:11.1981843Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:55:11.1982088Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:55:11.1982305Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:55:11.1982531Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:55:11.1982741Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:55:11.1983080Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:55:11.1983305Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:55:11.1983521Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:55:11.1983762Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:55:11.1984056Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:55:11.2445084Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:55:11.2445442Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:55:11.2445758Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:55:11.2446370Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:55:11.2446621Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:55:11.2446961Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:55:11.2447218Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:55:11.2447466Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:55:11.2447707Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:55:11.2447927Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:55:11.2448179Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:55:11.2448474Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:55:11.2448786Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:55:11.2449075Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:55:11.2449340Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:55:11.2449668Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:55:11.2449871Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:55:11.2450099Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:55:11.2450307Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:55:11.2450620Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:55:11.2450922Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:55:11.2451192Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:55:11.2451492Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:55:11.2451771Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:55:11.2452065Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:55:11.2452389Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:55:11.2452690Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:55:11.2453027Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:55:11.2453458Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:55:11.2453763Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:55:11.2454036Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:55:11.2454325Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:55:11.2454578Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:55:11.2454829Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:55:11.2455087Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:55:11.2455398Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:55:11.2455713Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:55:11.2456016Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:55:11.2456626Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:55:11.2456933Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:55:11.2457194Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:55:11.2457409Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:55:11.2457622Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:55:11.2457882Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:55:11.2458103Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:55:11.2458324Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:55:11.2458538Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:55:11.2458993Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:55:11.2459222Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:55:11.2459480Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:55:11.2459746Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:55:11.2459986Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:55:11.2460200Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:55:11.2460419Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:55:11.2460644Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:55:11.2460871Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:55:11.2461158Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:55:11.2461397Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:55:11.2461633Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:55:11.2461869Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:55:11.2462134Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:55:11.2462457Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:55:11.2462670Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:55:11.2462959Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:55:11.2463176Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:55:11.2463387Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:55:11.2463600Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:55:11.2463818Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:55:11.2464049Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:55:11.2464261Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:55:11.2464492Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:55:11.2464703Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:55:11.2464921Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:55:11.2465188Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:55:11.2465398Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:55:11.2465663Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:55:11.2465911Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:55:11.2466164Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:55:11.2466417Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:55:11.2466627Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:55:11.2466885Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:55:11.2467196Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:55:11.2467430Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:55:11.2467652Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:55:11.2468011Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:55:11.2468269Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:55:11.2468504Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:55:11.2468721Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:55:11.2468953Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:55:11.2469195Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:55:11.2469442Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:55:11.2469683Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:55:11.2469919Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:55:11.2470217Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:55:11.2470448Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:55:11.2470660Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:55:11.2470881Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:55:11.2471109Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:55:11.2471353Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:55:11.2471573Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:55:11.2471846Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:55:11.2472070Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:55:11.2472308Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:55:11.2472550Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:55:11.2472781Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:55:11.2473063Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:55:11.2473305Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:55:11.2473536Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:55:11.2473780Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:55:11.2474021Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:55:11.2474302Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:55:11.2474575Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:55:11.2474798Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:55:11.2475020Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:55:11.2475250Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:55:11.2475489Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:55:11.2475735Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:55:11.2475965Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:55:11.2476211Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:55:11.2476433Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:55:11.2476659Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:55:11.2476885Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:55:11.2477124Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:55:11.2477362Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:55:11.2477612Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:55:11.2477932Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:55:11.2478356Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:55:11.2478586Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:55:11.2478819Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:55:11.2479053Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:55:11.2479290Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:55:11.2479758Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:55:11.2480066Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:55:11.2784872Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:55:11.2785299Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:55:11.2785663Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:55:11.2785972Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:55:11.2786388Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:55:11.2787071Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:55:11.2787451Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:55:11.2787882Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:11.2788232Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:55:11.2788587Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:55:11.2788913Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:55:11.2789209Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:55:11.2789547Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:55:11.2789894Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:55:11.2790314Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:55:11.2790663Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:55:11.2791002Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:55:11.2791326Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:55:11.2791618Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:55:11.2792011Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:11.2792352Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:55:11.2792586Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:55:11.2792902Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:55:11.2793142Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:55:11.2793404Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:55:11.2793656Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:55:11.2793982Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:55:11.2794451Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:55:11.2794963Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:55:11.2795538Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:55:11.2795958Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:55:11.2796414Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:55:11.2796874Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:55:11.2797346Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:55:11.2797801Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:55:11.2798349Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:55:11.2798993Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:55:11.2799437Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:55:11.2799968Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:55:11.2800434Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:55:11.2800899Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:55:11.2801457Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:55:11.2801855Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:55:11.2802301Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:55:11.2802767Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:55:11.2803217Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:55:11.2803684Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:55:11.2804162Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:55:11.2804624Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:55:11.2805049Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:55:11.2805665Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:55:11.2806130Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:55:11.2806585Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:55:11.2807049Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:55:11.2807467Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:55:11.2807908Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:55:11.2808345Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:55:11.2808768Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:55:11.2809264Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:55:11.2809780Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:55:11.2810203Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:55:11.2810690Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:55:11.2811100Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:55:11.2811474Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:55:11.2811943Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:55:11.2812381Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:55:11.2812902Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:55:11.2813418Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:55:11.2814070Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:55:11.2814894Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:55:11.2815411Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:55:11.2816034Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:55:11.2816629Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:55:11.2817159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:55:11.2817825Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:55:11.2818438Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:55:11.2819027Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:55:11.2819607Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:55:11.2820186Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:55:11.2820778Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:55:11.2821345Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:55:11.2821924Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:55:11.2822515Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:55:11.2823094Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:55:11.2823659Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:55:11.2824230Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:55:11.2824817Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:55:11.3016258Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:55:11.3017644Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:55:11.3018961Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:55:11.3020287Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:55:11.3021570Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:55:11.3022855Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:55:11.3024137Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:55:11.3025429Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:55:11.3026773Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:55:11.3028079Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:55:11.3029753Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:55:11.3031060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:55:11.3032356Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:55:11.3033771Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:55:11.3035265Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:55:11.3037035Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:55:11.3038829Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:55:11.3040499Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:55:11.3042178Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:55:11.3043749Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:55:11.3045104Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:55:11.3046567Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:55:11.3048145Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:55:11.3049800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:55:11.3051340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:55:11.3052886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:55:11.3054535Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:11.3056282Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:11.3058018Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:11.3059689Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:11.3061295Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:55:11.3062898Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:55:11.3064504Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:55:11.3066152Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:11.3067777Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:55:11.3069380Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:55:11.3071301Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:55:11.3072939Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:11.3074735Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:11.3076449Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:55:11.3078268Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:55:11.3080016Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:11.3081794Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:11.3083392Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:55:11.3084965Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:55:11.3086648Z 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:55:11.3088389Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:11.3090123Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:11.3091955Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:11.3093760Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:11.3095625Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:11.3097485Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:11.3099238Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:11.3100922Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:55:11.3102526Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:55:11.3104156Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:11.3105747Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:55:11.3107342Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:11.3108928Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:55:11.3110604Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:11.3112629Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:11.3326986Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:11.3328815Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:11.3330573Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:11.3332629Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:55:11.3334187Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:55:11.3335816Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:55:11.3337493Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:11.3339143Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:55:11.3340766Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:55:11.3342204Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:55:11.3343426Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:55:11.3344629Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:55:11.3345958Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:55:11.3347350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:55:11.3348734Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:55:11.3350253Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:55:11.3351631Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:55:11.3353026Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:55:11.3354480Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:55:11.3355894Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:55:11.3357243Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:55:11.3358668Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:55:11.3360169Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:55:11.3361788Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:55:11.3363310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:55:11.3365135Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:55:11.3366654Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:55:11.3368169Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:55:11.3369700Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:55:11.3371393Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:55:11.3372935Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:55:11.3374491Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:55:11.3376060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:55:11.3377562Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:55:11.3379081Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:55:11.3380503Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:55:11.3381805Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:55:11.3383086Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:55:11.3384493Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:55:11.3385934Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:55:11.3387271Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:55:11.3388649Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:55:11.3389959Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:55:11.3391187Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:55:11.3392470Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:55:11.3393764Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:55:11.3395048Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:55:11.3396359Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:55:11.3397673Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:55:11.3399057Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:55:11.3400356Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:55:11.3401639Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:55:11.3402930Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:55:11.3404431Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:55:11.3405783Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:55:11.3407068Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:55:11.3408419Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:55:11.3409912Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:55:11.3411260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:55:11.3412599Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:55:11.3413985Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:55:11.3415372Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:55:11.3416653Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:55:11.3417916Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:55:11.3419241Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:55:11.3420484Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:55:11.3421754Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:55:11.3556724Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:55:11.3558229Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:55:11.3559587Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:55:11.3560936Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:55:11.3562283Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:55:11.3563638Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:55:11.3565039Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:55:11.3566448Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:55:11.3567803Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:55:11.3569160Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:55:11.3570535Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:55:11.3572005Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:11.3573564Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:11.3575400Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:11.3576861Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:11.3578267Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:55:11.3579658Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:55:11.3581071Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:55:11.3582681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:11.3584111Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:55:11.3585528Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:55:11.3599526Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:55:11.3601010Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:11.3602612Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:11.3604123Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:55:11.3605526Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:55:11.3607066Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:11.3608634Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:11.3610038Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:55:11.3611424Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:55:11.3612918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:11.3614476Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:11.3616008Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:11.3617635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:11.3619256Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:11.3620938Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:11.3622615Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:11.3624182Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:11.3625678Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:55:11.3627099Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:55:11.3628864Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:55:11.3630444Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:55:11.3632054Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:55:11.3633588Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:55:11.3635181Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:55:11.3636661Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:55:11.3638195Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:55:11.3639601Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:55:11.3641024Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:55:11.3642383Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:55:11.3643721Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:55:11.3645034Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:55:11.3646333Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:55:11.3647639Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:55:11.3648900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:55:11.3650437Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:55:11.3651833Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:55:11.3653201Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:55:11.3654609Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:55:11.3656059Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:55:11.3657479Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:55:11.3658925Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:55:11.3660436Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:55:11.3661924Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:55:11.3663337Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:55:11.3920461Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:55:11.3922000Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:55:11.3923846Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:55:11.3925315Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:55:11.3926798Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:55:11.3928324Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:55:11.3930080Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:11.3931707Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:55:11.3933328Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:11.3934938Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:55:11.3936611Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:11.3938420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:11.3940237Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:11.3942046Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:11.3943814Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:11.3945452Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:55:11.3947023Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:55:11.3948656Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:55:11.3950568Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:55:11.3952286Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:55:11.3953783Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:55:11.3955177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:55:11.3956676Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:11.3958223Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:55:11.3959669Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:55:11.3961103Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:55:11.3962580Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:55:11.3964355Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:55:11.3965941Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:55:11.3967455Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:55:11.3968965Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:55:11.3970655Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:55:11.3972243Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:55:11.3973874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:55:11.3975480Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:55:11.3977090Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:55:11.3978770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:55:11.3980527Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:55:11.3982283Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:55:11.3983816Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:55:11.3985200Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:55:11.3986756Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:55:11.3988364Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:55:11.3989971Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:55:11.3991560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:55:11.3993091Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:55:11.3994704Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:55:11.3996258Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:55:11.3997311Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:55:11.3997948Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:55:11.3998696Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:55:11.3999316Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:55:11.3999892Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:55:11.4000504Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:55:11.4001136Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:55:11.4001945Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:55:11.4002574Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:55:11.4003246Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:55:11.4003948Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:55:11.4004562Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:55:11.4005160Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:55:11.4005820Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:55:11.4006501Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:55:11.4007309Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:55:11.4007978Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:55:11.4008565Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:55:11.4009205Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:55:11.4009870Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:55:11.4010463Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:55:11.4011071Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:55:11.4011682Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:55:11.4012263Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:55:11.4012903Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:55:11.4013614Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:55:11.4014320Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:55:11.4015003Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:55:11.4383681Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:55:11.4384795Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:55:11.4385672Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:55:11.4386455Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:55:11.4387216Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:55:11.4388010Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:55:11.4388858Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:55:11.4389698Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:55:11.4390543Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:55:11.4391292Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:55:11.4391932Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:55:11.4392565Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:55:11.4393188Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:55:11.4393812Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:55:11.4394433Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:55:11.4395098Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:55:11.4395763Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:55:11.4396487Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:55:11.4397289Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:55:11.4398174Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:55:11.4399021Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:55:11.4399879Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:55:11.4401098Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:55:11.4401896Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:55:11.4402823Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:55:11.4403792Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:55:11.4404741Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:55:11.4405692Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:55:11.4406663Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:55:11.4407889Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:55:11.4408832Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:55:11.4409812Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:55:11.4410813Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:55:11.4411776Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:55:11.4412755Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:55:11.4413707Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:55:11.4414643Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:55:11.4415559Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:55:11.4416581Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:55:11.4417605Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:55:11.4418590Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:55:11.4419577Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:55:11.4420515Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:55:11.4421478Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:55:11.4422432Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:55:11.4423377Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:55:11.4424254Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:55:11.4425061Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:55:11.4425906Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:55:11.4426738Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:55:11.4427694Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:55:11.4428736Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:55:11.4429821Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:55:11.4430892Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:55:11.4431927Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:55:11.4432958Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:55:11.4433998Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:55:11.4434996Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:55:11.4435997Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:55:11.4437133Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:55:11.4438213Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:55:11.4439276Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:55:11.4440331Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:55:11.4441344Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:55:11.4442337Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:55:11.4443272Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:55:11.4443925Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:55:11.4444666Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:55:11.4445496Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:55:11.4446203Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:55:11.4446848Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:55:11.4447514Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:55:11.4448179Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:55:11.4449035Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:55:11.4450454Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:55:11.4451497Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:55:11.4452281Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:55:11.4452999Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:55:11.4453765Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:55:11.4454516Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:55:11.4455258Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:55:11.4455979Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:55:11.4456712Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:55:11.4457420Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:55:11.4458126Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:55:11.4458754Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:55:11.4459327Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:55:11.4459914Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:55:11.4460509Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:55:11.4461339Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:55:11.4462165Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:55:11.4462838Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:55:11.4463508Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:55:11.4464165Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:55:11.4464846Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:55:11.4465486Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:55:11.4466124Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:55:11.4466710Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:55:11.4467432Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:55:11.4468340Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:55:11.4469512Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:55:11.4470250Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:55:11.4470926Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:55:11.4471707Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:55:11.4472473Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:55:11.4473217Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:55:11.4473958Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:55:11.4474615Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:55:11.4475446Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:55:11.4476192Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:55:11.4761978Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:55:11.4763265Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:55:11.4764376Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:55:11.4765205Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:55:11.4766266Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:55:11.4767375Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:55:11.4768446Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:55:11.4769585Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:55:11.4770519Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:55:11.4771511Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:55:11.4772540Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:55:11.4773568Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:55:11.4774731Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:55:11.4775993Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:55:11.4777265Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:55:11.4778625Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:55:11.4780029Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:55:11.4781354Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:55:11.4782671Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:55:11.4784050Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:55:11.4785490Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:55:11.4786839Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:55:11.4788119Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:55:11.4789406Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:55:11.4790698Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:55:11.4792304Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:55:11.4793458Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:55:11.4794686Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:55:11.4795903Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:55:11.4796838Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:55:11.4797566Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:55:11.4798656Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:55:11.4799540Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:55:11.4800420Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:55:11.4801211Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:55:11.4802004Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:55:11.4802817Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:55:11.4803692Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:55:11.4804610Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:55:11.4805522Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:55:11.4806548Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:11.4807652Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:55:11.4808621Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:55:11.4809475Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:55:11.4810366Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:55:11.4811242Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:55:11.4812026Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:55:11.4812838Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:55:11.4813693Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:55:11.4814562Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:55:11.4815462Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:55:11.4816295Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:55:11.4817113Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:55:11.4818094Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:55:11.4819000Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:55:11.4819983Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:55:11.4820886Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:55:11.4821802Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:55:11.4822631Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:55:11.4823525Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:55:11.4824519Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:55:11.4825491Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:55:11.4826364Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:55:11.4827589Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:55:11.4828645Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:55:11.4829708Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:55:11.4830620Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:55:11.4831488Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:55:11.4832375Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:55:11.4833281Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:55:11.4834343Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:55:11.4835497Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:55:11.4836458Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:55:11.4837297Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:55:11.4838213Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:55:11.4839130Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:55:11.4840012Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:55:11.4840892Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:55:11.4841740Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:55:11.4842643Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:55:11.4843700Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:55:11.4844695Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:55:11.4845537Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:55:11.4846341Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:55:11.4847178Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:55:11.4848051Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:55:11.4848890Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:55:11.4849960Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:55:11.4850905Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:55:11.4851821Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:55:11.4852709Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:55:11.4853542Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:55:11.4854322Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:55:11.4855115Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:55:11.4855980Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:55:11.4856886Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:55:11.4857741Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:55:11.4858556Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:55:11.4859372Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:55:11.5095805Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:55:11.5096666Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:55:11.5097617Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:55:11.5099003Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:55:11.5099877Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:55:11.5100754Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:55:11.5101612Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:55:11.5102481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:55:11.5103377Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:55:11.5104473Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:55:11.5105334Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:55:11.5106109Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:55:11.5106956Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:55:11.5107743Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:55:11.5108471Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:55:11.5109244Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:55:11.5110128Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:55:11.5111150Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:55:11.5112078Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:55:11.5112962Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:55:11.5113752Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:55:11.5114519Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:55:11.5115328Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:55:11.5116114Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:55:11.5116432Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:55:11.5116719Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:55:11.5117052Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:55:11.5117368Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:55:11.5117743Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:55:11.5118247Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:55:11.5118600Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:55:11.5118909Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:55:11.5119247Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:55:11.5119573Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:55:11.5119884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:55:11.5120263Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:55:11.5120647Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:55:11.5121020Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:55:11.5121359Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:55:11.5121710Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:55:11.5122101Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:55:11.5122546Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:55:11.5123095Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:55:11.5123456Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:55:11.5123785Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:55:11.5124143Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:55:11.5124466Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:55:11.5124780Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:55:11.5125236Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:55:11.5125622Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:55:11.5125953Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:55:11.5126303Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:55:11.5126678Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:55:11.5126998Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:55:11.5127313Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:55:11.5127633Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:55:11.5127985Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:55:11.5128305Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:55:11.5128649Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:55:11.5129054Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:55:11.5129429Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:55:11.5129801Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:55:11.5130179Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:55:11.5130566Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:55:11.5130885Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:55:11.5131213Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:55:11.5131543Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:55:11.5131962Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:55:11.5132308Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:55:11.5132771Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:55:11.5133190Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:55:11.5133632Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:55:11.5134036Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:55:11.5134478Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:55:11.5134911Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:55:11.5135336Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:55:11.5135771Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:55:11.5136391Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:55:11.5136799Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:55:11.5137341Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:55:11.5137717Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:55:11.5138129Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:55:11.5138526Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:55:11.5138972Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:55:11.5139440Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:55:11.5139845Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:55:11.5140329Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:55:11.5140723Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:55:11.5141152Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:55:11.5141552Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:55:11.5141926Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:55:11.5142223Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:55:11.5142540Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:55:11.5142824Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:55:11.5143124Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:55:11.5143434Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:55:11.5143760Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:55:11.5144091Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:55:11.5144478Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:55:11.5144835Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:55:11.5145152Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:55:11.5145465Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:55:11.5145958Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:11.5146287Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:55:11.5146618Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:55:11.5335948Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:55:11.5336389Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:55:11.5336821Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:55:11.5337274Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:55:11.5337627Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:55:11.5337969Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:55:11.5338296Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:55:11.5338615Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:55:11.5338970Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:55:11.5339265Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:55:11.5339611Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:55:11.5340005Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:55:11.5340767Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:55:11.5341222Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:55:11.5341682Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:55:11.5342136Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:55:11.5342606Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:55:11.5343078Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:55:11.5343766Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:55:11.5344292Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:55:11.5344916Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:55:11.5345525Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:55:11.5346025Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:55:11.5346529Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:55:11.5346995Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:55:11.5347507Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:55:11.5347982Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:55:11.5348453Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:55:11.5348941Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:55:11.5349617Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:55:11.5350175Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:55:11.5350680Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:55:11.5351129Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:55:11.5351587Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:55:11.5352045Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:55:11.5352531Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:55:11.5353058Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:55:11.5353546Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:55:11.5354008Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:55:11.5354462Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:55:11.5354975Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:55:11.5355447Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:55:11.5355940Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:55:11.5356440Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:55:11.5357104Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:55:11.5357562Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:55:11.5358146Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:55:11.5358650Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:55:11.5359149Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:55:11.5359647Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:55:11.5360256Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:55:11.5360732Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:55:11.5361238Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:55:11.5361715Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:55:11.5362172Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:55:11.5362644Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:55:11.5363141Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:55:11.5363590Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:55:11.5364095Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:55:11.5364557Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:55:11.5365049Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:55:11.5365519Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:55:11.5365976Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:55:11.5366441Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:55:11.5366892Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:55:11.5367378Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:55:11.5367841Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:55:11.5368333Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:55:11.5368837Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:55:11.5369334Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:55:11.5369807Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:55:11.5370335Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:55:11.5370911Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:55:11.5371441Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:55:11.5371950Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:55:11.5372433Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:55:11.5373006Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:55:11.5373463Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:55:11.5373933Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:55:11.5374403Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:55:11.5374916Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:55:11.5375386Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:55:11.5375993Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:55:11.5376479Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:55:11.5708477Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:55:11.5709022Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:55:11.5709557Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:55:11.5710015Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:55:11.5710468Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:55:11.5710930Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:55:11.5711473Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:55:11.5711959Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:55:11.5712597Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:55:11.5713206Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:55:11.5713713Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:55:11.5714087Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:55:11.5714424Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:55:11.5714766Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:55:11.5715110Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:55:11.5715461Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:55:11.5715841Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:55:11.5716183Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:55:11.5716568Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:55:11.5716925Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:55:11.5717342Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:55:11.5717827Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:55:11.5718565Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:55:11.5719090Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:55:11.5719625Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:55:11.5720651Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:55:11.5721229Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:55:11.5721736Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:55:11.5722243Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:55:11.5722915Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:55:11.5723592Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:55:11.5724126Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:55:11.5724648Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:55:11.5725185Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:55:11.5725765Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:55:11.5726483Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:55:11.5726768Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:55:11.5726995Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:55:11.5727208Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:55:11.5727477Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:55:11.5727695Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:55:11.5728012Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:55:11.5728215Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:55:11.5728507Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:55:11.5728775Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:55:11.5729110Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:55:11.5729422Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:55:11.5729708Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:55:11.5729998Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:55:11.5730247Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:55:11.5730728Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:55:11.5731244Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:55:11.5731692Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:55:11.5732154Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:55:11.5732637Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:55:11.5733132Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:55:11.5733582Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:55:11.5734048Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:55:11.5734518Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:55:11.5734720Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:55:11.5735072Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:55:11.5735286Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:55:11.5735545Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:55:11.5735807Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:55:11.5736058Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:55:11.5736404Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:55:11.5736744Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:55:11.5736991Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:55:11.5737337Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:55:11.5737633Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:55:11.5737927Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:55:11.5738240Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:55:11.5738500Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:55:11.5738779Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:55:11.5739055Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:55:11.5739354Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:55:11.5739609Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:55:11.5739848Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:55:11.5740086Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:55:11.5740459Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:55:11.5740768Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:55:11.5741046Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:55:11.5741340Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:55:11.5741612Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:55:11.5741926Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:55:11.5742265Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:55:11.5742578Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:55:11.5742841Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:55:11.5743123Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:55:11.5743424Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:55:11.5743712Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:55:11.5744070Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:55:11.5744357Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:55:11.5744632Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:55:11.5744996Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:55:11.5745322Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:55:11.5745591Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:55:11.5745912Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:55:11.5746272Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:55:11.5746517Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:55:11.5746787Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:55:11.6179487Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:55:11.6179798Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:55:11.6180895Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:55:11.6181216Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:55:11.6181574Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:55:11.6181877Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:55:11.6182252Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:55:11.6182541Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:55:11.6182842Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:55:11.6183401Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:55:11.6183747Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:55:11.6184046Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:55:11.6184323Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:55:11.6184550Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:55:11.6184771Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:55:11.6185014Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:55:11.6185291Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:55:11.6185524Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:55:11.6185859Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:55:11.6186100Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:55:11.6186346Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:55:11.6186581Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:55:11.6186839Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:55:11.6187097Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:55:11.6187372Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:55:11.6187650Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:55:11.6187890Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:55:11.6188123Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:55:11.6188363Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:55:11.6188613Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:55:11.6188863Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:55:11.6189101Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:55:11.6189363Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:55:11.6189664Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:55:11.6189951Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:55:11.6190185Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:55:11.6190425Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:55:11.6190691Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:55:11.6190922Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:55:11.6191158Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:55:11.6191408Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:55:11.6191648Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:55:11.6191927Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:55:11.6192177Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:55:11.6192409Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:55:11.6192781Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:55:11.6193065Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:55:11.6193298Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:55:11.6193586Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:55:11.6193861Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:55:11.6194123Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:55:11.6194364Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:55:11.6194637Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:55:11.6194934Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:55:11.6195304Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:55:11.6195557Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:55:11.6195807Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:55:11.6196050Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:55:11.6196332Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:55:11.6196622Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:55:11.6196853Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:55:11.6197101Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:55:11.6197344Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:55:11.6197619Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:55:11.6197882Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:55:11.6198227Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:55:11.6198467Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:55:11.6198701Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:55:11.6198944Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:55:11.6199183Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:55:11.6199416Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:55:11.6199648Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:55:11.6199898Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:55:11.6200163Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:55:11.6200401Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:55:11.6200659Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:55:11.6200921Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:55:11.6201171Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:55:11.6201431Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:55:11.6201691Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:55:11.6201988Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:55:11.6202274Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:55:11.6202534Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:55:11.6202768Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:55:11.6203029Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:55:11.6203308Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:55:11.6203563Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:55:11.6203871Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:55:11.6204184Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:55:11.6204430Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:55:11.6204814Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:55:11.6205060Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:55:11.6205303Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:55:11.6205592Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:55:11.6205833Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:55:11.6206072Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:55:11.6206312Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:55:11.6206580Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:55:11.6206988Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:55:11.6207269Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:55:11.6207608Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:55:11.6207947Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:55:11.6208198Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:55:11.6208477Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:55:11.6208707Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:55:11.6208946Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:55:11.6209217Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:55:11.6209517Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:55:11.6209759Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:55:11.6210031Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:55:11.6210345Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:55:11.6210595Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:55:11.6210869Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:55:11.6211290Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:55:11.6211723Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:55:11.6212072Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:55:11.6212359Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:55:11.6212713Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:55:11.6212940Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:55:11.6213223Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:55:11.6213442Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:55:11.6213679Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:55:11.6213899Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:55:11.6214111Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:55:11.6214377Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:55:11.6214648Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:55:11.6214889Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:55:11.6215226Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:11.6556523Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:11.6556822Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:55:11.6557079Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:55:11.6579557Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:55:11.6579845Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:55:11.6580102Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:55:11.6580764Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:55:11.6581079Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:55:11.6581278Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:55:11.6581621Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:55:11.6582047Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:55:11.6582438Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:11.6582751Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:55:11.6583100Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:55:11.6583336Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:55:11.6583540Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:55:11.6583732Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:55:11.6583972Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:55:11.6584200Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:55:11.6584491Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:55:11.6584789Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:55:11.6585127Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:55:11.6585395Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:55:11.6585745Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:55:11.6586066Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:55:11.6586393Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:55:11.6586698Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:55:11.6587025Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:55:11.6587321Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:55:11.6587590Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:55:11.6587989Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:55:11.6588406Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:55:11.6588796Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:55:11.6589118Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:55:11.6589469Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:55:11.6589819Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:55:11.6590158Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:55:11.6590667Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:55:11.6591065Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:55:11.6591436Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:55:11.6591789Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:55:11.6592114Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:55:11.6592435Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:55:11.6592777Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:55:11.6593203Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:55:11.6593653Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:55:11.6594319Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:55:11.6594754Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:55:11.6595095Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:55:11.6595465Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:55:11.6595860Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:55:11.6596363Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:55:11.6596771Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:55:11.6597218Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:55:11.6597662Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:55:11.6598118Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:55:11.6598431Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:55:11.6598744Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:55:11.6599103Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:55:11.6599466Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:55:11.6599829Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:55:11.6600241Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:55:11.6600628Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:55:11.6600994Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:55:11.6601387Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:55:11.6601793Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:55:11.6602194Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:55:11.6602591Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:55:11.6602939Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:55:11.6603333Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:55:11.6603844Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:55:11.6604226Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:55:11.6604592Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:55:11.6604908Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:55:11.6605508Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:55:11.6605865Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:55:11.6606262Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:55:11.6606594Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:55:11.6606911Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:55:11.6607235Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:55:11.6607611Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:55:11.6608011Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:55:11.6608398Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:55:11.6609031Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:55:11.6609363Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:55:11.6609663Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:55:11.6610050Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:55:11.6610442Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:55:11.6610776Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:55:11.6611134Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:55:11.6611570Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:55:11.6611946Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:55:11.6612266Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:55:11.6612576Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:55:11.6612836Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:55:11.6613188Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:55:11.6613526Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:55:11.6613883Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:55:11.6614156Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:55:11.6614446Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:55:11.6614777Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:55:11.6615048Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:55:11.6615321Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:55:11.6615661Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:55:11.6616008Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:55:11.6616258Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:55:11.6616610Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:55:11.7070956Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:55:11.7071356Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:55:11.7071719Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:55:11.7072105Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:55:11.7072482Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:55:11.7072856Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:55:11.7073164Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:55:11.7073626Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:55:11.7074039Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:55:11.7074456Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:55:11.7074868Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:55:11.7075250Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:55:11.7075628Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:55:11.7076070Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:55:11.7076956Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:55:11.7077539Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:55:11.7077832Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:55:11.7078259Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:55:11.7078634Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:55:11.7078947Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:55:11.7079296Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:55:11.7079882Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:55:11.7080222Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:55:11.7080427Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:55:11.7080688Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:55:11.7080923Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:55:11.7081313Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:55:11.7081722Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:11.7082011Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:55:11.7082295Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:55:11.7082662Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:55:11.7082924Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:55:11.7083238Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:55:11.7083583Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:11.7083888Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:55:11.7084204Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:55:11.7084471Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:55:11.7084716Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:55:11.7084988Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:55:11.7085232Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:55:11.7085469Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:55:11.7085715Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:55:11.7086020Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:55:11.7086264Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:55:11.7086499Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:55:11.7086766Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:55:11.7087017Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:55:11.7087271Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:55:11.7087506Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:55:11.7087871Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:55:11.7088211Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:55:11.7088445Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:55:11.7088680Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:55:11.7088941Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:55:11.7089183Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:55:11.7089455Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:55:11.7089896Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:55:11.7090173Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:55:11.7090424Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:55:11.7090665Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:55:11.7091017Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:55:11.7091273Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:55:11.7091557Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:55:11.7091819Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:55:11.7092175Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:55:11.7092449Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:55:11.7092721Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:55:11.7092979Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:55:11.7093239Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:55:11.7093493Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:55:11.7093790Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:55:11.7094031Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:55:11.7094283Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:55:11.7094524Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:55:11.7094902Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:55:11.7095203Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:55:11.7095497Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:55:11.7095757Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:55:11.7096015Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:55:11.7096304Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:55:11.7096563Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:55:11.7096898Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:55:11.7097275Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:55:11.7097512Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:55:11.7097814Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:55:11.7098091Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:55:11.7098340Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:55:11.7098662Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:55:11.7098960Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:55:11.7099281Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:55:11.7099649Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:55:11.7099963Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:55:11.7100332Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:55:11.7100664Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:55:11.7100972Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:55:11.7101241Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:55:11.7101557Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:55:11.7101899Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:55:11.7102222Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:55:11.7102628Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:55:11.7102982Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:55:11.7103364Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:55:11.7103638Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:55:11.7103962Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:55:11.7104231Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:55:11.7104471Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:55:11.7104759Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:55:11.7105130Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:55:11.7105435Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:55:11.7105750Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:55:11.7106030Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:55:11.7106325Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:55:11.7106611Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:55:11.7106856Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:55:11.7107161Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:55:11.7107462Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:55:11.7107693Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:55:11.7107935Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:55:11.7438123Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:55:11.7438489Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:55:11.7438808Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:55:11.7439076Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:55:11.7439316Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:55:11.7439576Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:55:11.7439912Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:55:11.7440161Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:55:11.7440417Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:55:11.7440680Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:55:11.7440917Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:55:11.7441164Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:55:11.7441411Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:55:11.7441659Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:55:11.7441916Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:55:11.7442203Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:55:11.7442473Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:55:11.7442754Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:55:11.7443012Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:55:11.7443258Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:55:11.7443502Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:55:11.7443761Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:55:11.7444042Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:55:11.7444327Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:55:11.7444591Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:55:11.7445254Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:55:11.7445526Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:55:11.7445782Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:55:11.7446048Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:55:11.7446285Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:55:11.7446535Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:55:11.7446877Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:55:11.7447127Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:55:11.7447571Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:55:11.7447832Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:55:11.7448114Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:55:11.7448413Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:55:11.7448673Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:55:11.7448923Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:55:11.7449177Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:55:11.7449677Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:55:11.7449927Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:55:11.7450286Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:55:11.7450633Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:55:11.7451058Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:55:11.7451413Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:55:11.7451778Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:55:11.7452141Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:55:11.7452523Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:55:11.7452889Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:55:11.7453241Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:55:11.7453614Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:55:11.7453986Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:55:11.7454339Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:55:11.7454597Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:55:11.7454851Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:55:11.7455241Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:55:11.7455540Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:55:11.7455830Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:55:11.7456194Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:55:11.7456537Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:55:11.7456882Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:55:11.7457233Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:55:11.7457543Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:55:11.7457838Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:55:11.7458223Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:55:11.7458903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:55:11.7459383Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:55:11.7459791Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:55:11.7460192Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:55:11.7460589Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:55:11.7460996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:55:11.7461584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:55:11.7462044Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:55:11.7462446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:55:11.7462846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:55:11.7463240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:55:11.7463654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:55:11.7464035Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:55:11.7464436Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:55:11.7464896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:55:11.7465250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:55:11.7465600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:55:11.7465967Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:55:11.7466330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:55:11.7466728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:55:11.7467153Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:55:11.7467554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:55:11.7467929Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:55:11.7468370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:55:11.7468793Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:55:11.7469214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:55:11.7469610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:55:11.7470005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:55:11.7470353Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:55:11.7470763Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:55:11.7471176Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:55:11.7471560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:55:11.7471960Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:55:11.7472363Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:55:11.7472719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:55:11.7473116Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:55:11.7473682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:11.7474102Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:11.7474508Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:55:11.7474887Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:55:11.7475315Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:55:11.7475708Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:55:11.7476254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:55:12.0873706Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:55:12.0874737Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:55:12.0875599Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:55:12.0876481Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:55:12.0877354Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:55:12.0878337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:55:12.0879328Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:55:12.0880365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:55:12.0881384Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:55:12.0882399Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:12.0883479Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:12.0884540Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:12.0885602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:12.0886672Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:12.0887726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:12.0888786Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:12.0889866Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:12.0890933Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:12.0892004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:12.0893092Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:55:12.0894183Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:55:12.0895251Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:55:12.0896195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:55:12.0911380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:55:12.0912439Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:55:12.0913503Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:55:12.0914533Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:55:12.0915899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:55:12.0916770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:55:12.0917646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:55:12.0918666Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:55:12.0919566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:55:12.0920436Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:55:12.0921264Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:55:12.0922446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:55:12.0923530Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:55:12.0924590Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:55:12.0925726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:55:12.0926858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:55:12.0927966Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:55:12.0929002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:55:12.0930040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:55:12.0931128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:55:12.0932167Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:55:12.0933171Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:55:12.0934236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:55:12.0935333Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:55:12.0936480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:55:12.0937617Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:55:12.0938641Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:55:12.0939641Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:55:12.0940637Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:55:12.0941641Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:55:12.0942679Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:55:12.0943792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:55:12.0944922Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:55:12.0945976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:55:12.0946899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:55:12.0947802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:55:12.0948710Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:55:12.0949779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:55:12.0950620Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:55:12.0951649Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:55:12.0952482Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:55:12.0953379Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:55:12.0954320Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:55:12.0955380Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:55:12.0956435Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:55:12.0957369Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:55:12.0958467Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:55:12.0959190Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:55:12.0959799Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:55:12.0960403Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:55:12.0961041Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:55:12.0961631Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:55:12.0962096Z adding 'executorch/codegen/gen.py' 2025-06-05T23:55:12.0962535Z adding 'executorch/codegen/model.py' 2025-06-05T23:55:12.0962976Z adding 'executorch/codegen/parse.py' 2025-06-05T23:55:12.0963446Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:55:12.0963946Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:55:12.0964444Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:55:12.0964923Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:55:12.0965454Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:55:12.0966003Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:55:12.0966551Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:55:12.0967160Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:55:12.0967806Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:55:12.0968457Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:55:12.0969115Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:55:12.0969766Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:55:12.0970404Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:55:12.0970968Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:55:12.0971505Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:55:12.0972042Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:55:12.0972581Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:55:12.0973180Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:55:12.0973786Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:55:12.0974313Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:55:12.0974914Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:55:12.0975557Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:55:12.0976249Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:55:12.0977036Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:55:12.0977678Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:55:12.0978148Z adding 'executorch/data/bin/flatc' 2025-06-05T23:55:12.0978589Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:55:12.0979128Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:55:12.0979766Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:55:12.1406167Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:55:12.1406966Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:55:12.1408010Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:55:12.1408636Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:55:12.1409313Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:55:12.1410142Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:55:12.1411065Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:55:12.1411928Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:55:12.1412750Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:55:12.1413608Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:55:12.1414686Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:55:12.1415610Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:55:12.1416489Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:55:12.1417361Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:55:12.1418135Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:55:12.1418889Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:55:12.1419625Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:55:12.1420311Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:55:12.1420948Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:55:12.1421603Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:55:12.1422261Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:55:12.1422847Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:55:12.1423432Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:55:12.1424056Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:55:12.1424686Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:55:12.1425262Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:55:12.1425895Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:55:12.1426537Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:55:12.1427205Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:55:12.1427841Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:55:12.1428601Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:55:12.1429366Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:55:12.1430078Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:55:12.1430822Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:55:12.1431594Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:55:12.1432413Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:55:12.1433317Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:55:12.1434226Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:55:12.1435073Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:55:12.1435829Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:55:12.1436529Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:55:12.1437338Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:55:12.1438250Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:55:12.1438998Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:55:12.1439718Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:55:12.1440562Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:55:12.1441210Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:55:12.1441913Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:55:12.1442647Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:55:12.1443434Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:55:12.1444288Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:55:12.1445091Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:55:12.1445862Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:55:12.1446748Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:55:12.1447457Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:55:12.1448185Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:55:12.1448959Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:55:12.1449926Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:55:12.1450773Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:55:12.1451602Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:55:12.1452373Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:55:12.1453095Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:55:12.1453792Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:55:12.1454431Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:55:12.1455007Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:55:12.1455575Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:55:12.1456159Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:55:12.1456792Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:55:12.1457446Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:55:12.1458064Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:55:12.1458634Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:55:12.1459269Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:55:12.1459952Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:55:12.1460843Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:55:12.1461911Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:55:12.1463008Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:55:12.1464160Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:55:12.1465184Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:55:12.1466194Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:55:12.1467106Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:55:12.1467792Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:55:12.1468471Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:55:12.1469141Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:55:12.1469815Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:55:12.1470485Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:55:12.1471121Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:55:12.1471734Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:55:12.1472365Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:55:12.1473382Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:55:12.1474046Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:55:12.1474727Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:55:12.1475383Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:55:12.1476012Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:55:12.1476756Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:55:12.1477554Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:55:12.1478306Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:55:12.1479095Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:55:12.1479718Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:55:12.1480278Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:55:12.1480922Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:55:12.1481646Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:55:12.1482388Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:55:12.1483158Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:55:12.1483992Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:55:12.1484831Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:55:12.1485653Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:55:12.1486421Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:55:12.1487116Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:55:12.1487823Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:55:12.1488604Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:55:12.1489639Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:55:12.1490660Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:55:12.1491614Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:55:12.1492614Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:55:12.1493550Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:55:12.1494486Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:55:12.1495476Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:55:12.1496402Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:55:12.1497315Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:55:12.1498209Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:55:12.1499060Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:55:12.1499962Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:55:12.1992477Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:55:12.1993563Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:55:12.1994587Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:55:12.1995669Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:55:12.1996737Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:55:12.1997593Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:55:12.1999010Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:55:12.1999904Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:55:12.2000714Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:55:12.2001496Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:55:12.2002255Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:55:12.2003048Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:55:12.2003812Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:55:12.2004519Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:55:12.2005494Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:55:12.2006407Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:55:12.2007303Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:55:12.2008165Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:55:12.2009070Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:55:12.2009837Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:55:12.2010629Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:55:12.2011417Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:55:12.2012197Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:55:12.2013073Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:55:12.2014045Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:55:12.2014988Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:55:12.2015862Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:55:12.2016753Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:55:12.2017754Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:55:12.2018587Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:55:12.2019185Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:55:12.2019779Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:55:12.2020377Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:55:12.2021039Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:55:12.2021639Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:55:12.2022198Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:55:12.2022782Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:55:12.2023427Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:55:12.2024062Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:55:12.2024703Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:55:12.2025342Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:55:12.2025983Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:55:12.2026620Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:55:12.2027254Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:55:12.2027876Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:55:12.2028567Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:55:12.2029269Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:55:12.2029943Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:55:12.2030827Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:55:12.2031526Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:55:12.2032300Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:55:12.2032963Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:55:12.2033782Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:55:12.2034416Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:55:12.2035035Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:55:12.2035663Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:55:12.2036369Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:55:12.2036969Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:55:12.2037614Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:55:12.2038339Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:55:12.2038927Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:55:12.2039590Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:55:12.2040269Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:55:12.2040913Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:55:12.2041518Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:55:12.2042137Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:55:12.2042754Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:55:12.2043294Z adding 'executorch/exir/__init__.py' 2025-06-05T23:55:12.2043750Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:55:12.2044197Z adding 'executorch/exir/common.py' 2025-06-05T23:55:12.2044649Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:55:12.2045108Z adding 'executorch/exir/delegate.py' 2025-06-05T23:55:12.2045567Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:55:12.2046035Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:55:12.2046530Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:55:12.2046984Z adding 'executorch/exir/error.py' 2025-06-05T23:55:12.2047416Z adding 'executorch/exir/graph.py' 2025-06-05T23:55:12.2047863Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:55:12.2048367Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:55:12.2048875Z adding 'executorch/exir/memory.py' 2025-06-05T23:55:12.2049336Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:55:12.2050061Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:55:12.2050523Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:55:12.2051010Z adding 'executorch/exir/print_program.py' 2025-06-05T23:55:12.2051479Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:55:12.2051937Z adding 'executorch/exir/schema.py' 2025-06-05T23:55:12.2052384Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:55:12.2052818Z adding 'executorch/exir/tensor.py' 2025-06-05T23:55:12.2053251Z adding 'executorch/exir/tracer.py' 2025-06-05T23:55:12.2053679Z adding 'executorch/exir/types.py' 2025-06-05T23:55:12.2054112Z adding 'executorch/exir/version.py' 2025-06-05T23:55:12.2054542Z adding 'executorch/exir/wrap.py' 2025-06-05T23:55:12.2055004Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:55:12.2055515Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:55:12.2056035Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:55:12.2056581Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:55:12.2057164Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:55:12.2057752Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:55:12.2058284Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:55:12.2058854Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:55:12.2059772Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:55:12.2060305Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:55:12.2060844Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:55:12.2061406Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:55:12.2061981Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:55:12.2062589Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:55:12.2063271Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:55:12.2063933Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:55:12.2064506Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:55:12.2065207Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:55:12.2065813Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:55:12.2066399Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:55:12.2066962Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:55:12.2067475Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:55:12.2068154Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:55:12.2069058Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:55:12.2070001Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:55:12.2071001Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:55:12.2071966Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:55:12.2072821Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:55:12.2073621Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:55:12.2074424Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:55:12.2075227Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:55:12.2075974Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:55:12.2076649Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:55:12.2077294Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:55:12.2078122Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:55:12.2078868Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:55:12.2079496Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:55:12.2080171Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:55:12.2080840Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:55:12.2082224Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:55:12.2082936Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:55:12.2942349Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:55:12.2943191Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:55:12.2943906Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:55:12.2944522Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:55:12.2945186Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:55:12.2945853Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:55:12.2946527Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:55:12.2947293Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:55:12.2948169Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:55:12.2949077Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:55:12.2950394Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:55:12.2950969Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:55:12.2951484Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:55:12.2951986Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:55:12.2952498Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:55:12.2952992Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:55:12.2953493Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:55:12.2953992Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:55:12.2954636Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:55:12.2955263Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:55:12.2956031Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:55:12.2956595Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:55:12.2957147Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:55:12.2957728Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:55:12.2958463Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:55:12.2959074Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:55:12.2959626Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:55:12.2960205Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:55:12.2960833Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:55:12.2961423Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:55:12.2961984Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:55:12.2962591Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:55:12.2963269Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:55:12.2963950Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:55:12.2964542Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:55:12.2965036Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:55:12.2965543Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:55:12.2966034Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:55:12.2966552Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:55:12.2967056Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:55:12.2967535Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:55:12.2968081Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:55:12.2968635Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:55:12.2969258Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:55:12.2969913Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:55:12.2970500Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:55:12.2971134Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:55:12.2971793Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:55:12.2972449Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:55:12.2973119Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:55:12.2973793Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:55:12.2974398Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:55:12.2975069Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:55:12.2975774Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:55:12.2976400Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:55:12.2977031Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:55:12.2977713Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:55:12.2978349Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:55:12.2978941Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:55:12.2979907Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:55:12.2980475Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:55:12.2981089Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:55:12.2981770Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:55:12.2982390Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:55:12.2983029Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:55:12.2983725Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:55:12.2984499Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:55:12.2985417Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:55:12.2986124Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:55:12.2986826Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:55:12.2987517Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:55:12.2988097Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:55:12.2988666Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:55:12.2989258Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:55:12.2989862Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:55:12.2990443Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:55:12.2990960Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:55:12.2991490Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:55:12.2992010Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:55:12.2992606Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:55:12.2993225Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:55:12.2993755Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:55:12.2994281Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:55:12.2994794Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:55:12.2995289Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:55:12.2995798Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:55:12.2996278Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:55:12.2996761Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:55:12.2997245Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:55:12.2997775Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:55:12.2998477Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:55:12.2999024Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:55:12.2999544Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:55:12.3000089Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:55:12.3000609Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:55:12.3001134Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:55:12.3001694Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:55:12.3002336Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:55:12.3002955Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:55:12.3003470Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:55:12.3004084Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:55:12.3004781Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:55:12.3005531Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:55:12.3006206Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:55:12.3006781Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:55:12.3007323Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:55:12.3007846Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:55:12.3008585Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:55:12.3009215Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:55:12.3009874Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:55:12.3010467Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:55:12.3011042Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:55:12.3011723Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:55:12.3012403Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:55:12.3012964Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:55:12.3013464Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:55:12.3014095Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:55:12.3014647Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:55:12.3015188Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:55:12.3015723Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:55:12.3016279Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:55:12.3016853Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:55:12.3017411Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:55:12.3017977Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:55:12.3018575Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:55:12.3019193Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:55:12.3019760Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:55:12.3020319Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:55:12.3020965Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:55:12.3021684Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:55:12.3022468Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:55:12.3023259Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:55:12.3023997Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:55:12.3024711Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:55:12.3025365Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:55:12.3025963Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:55:12.3026528Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:55:12.3027194Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:55:12.3027887Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:55:12.3028518Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:55:12.3029224Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:55:12.3029952Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:55:13.0851268Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:55:13.0852138Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:55:13.0852961Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:55:13.0853754Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:55:13.0854531Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:55:13.0855291Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:55:13.0856126Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:55:13.0857096Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:55:13.0858018Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:55:13.0858754Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:55:13.0860132Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:55:13.0860734Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:55:13.0861375Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:55:13.0862020Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:55:13.0862673Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:55:13.0863336Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:55:13.0863984Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:55:13.0864608Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:55:13.0865274Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:55:13.0866174Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:55:13.0866789Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:55:13.0867389Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:55:13.0868075Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:55:13.0868788Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:55:13.0869562Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:55:13.0870286Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:55:13.0871064Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:13.0872072Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:55:13.0873105Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:13.0874135Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:13.0875134Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:13.0876177Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:13.0877307Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:13.0878608Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:13.0879631Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:13.0880504Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:55:13.0881394Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:13.0882284Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:13.0883143Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:13.0884051Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:13.0885042Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:13.0886075Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:13.0886965Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:55:13.0887801Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:55:13.0888740Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:55:13.0889761Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:55:13.0890831Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:55:13.0891917Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:55:13.0893074Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:55:13.0894431Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:55:13.0895548Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:55:13.0896703Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:55:13.0897917Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:55:13.0899077Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:55:13.0900254Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:55:13.0901262Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:55:13.0902264Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:55:13.0903279Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:55:13.0904337Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:55:13.0905352Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:55:13.0906316Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:55:13.0907299Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:55:13.0908273Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:55:13.0909371Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:55:13.0910247Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:55:13.0911143Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:55:13.0912113Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:55:13.0913153Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:55:13.0914174Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:55:13.0915101Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:55:13.0916034Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:55:13.0917193Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:55:13.0918574Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:55:13.0920007Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:55:13.0921506Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:55:13.0922776Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:55:13.0923959Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:55:13.0925009Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:55:13.0925942Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:55:13.0926763Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:55:13.0927398Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:55:13.0928022Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:55:13.0928752Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:55:13.0929703Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:55:13.0930338Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:55:13.0930882Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:55:13.0931431Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:55:13.0932086Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:55:13.0932801Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:55:13.0933551Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:55:13.0934341Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:55:13.0935235Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:55:13.0935999Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:55:13.0936897Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:55:13.0937920Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:55:13.0938790Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:55:13.0939563Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:55:13.0940339Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:55:13.0941143Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:55:13.0941962Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:55:13.0942819Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:55:13.0943684Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:55:13.7339393Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:55:13.7340324Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:55:13.7341082Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:55:13.7341799Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:55:13.7342465Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:55:13.7343118Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:55:13.7343821Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:55:13.7344596Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:55:13.7345471Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:55:13.7346340Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:55:13.7347105Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:55:13.7348058Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:55:13.7348926Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:55:13.7349922Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:55:13.7350653Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:55:13.7351314Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:55:13.7351943Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:55:13.7352631Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:55:13.7353437Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:55:13.7354281Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:55:13.7355245Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:55:13.7356282Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:55:13.7357660Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:55:13.7358714Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:55:13.7359740Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:55:13.7360815Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:55:13.7361811Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:55:13.7362713Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:55:13.7363888Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:55:13.7364822Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:55:13.7365709Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:55:13.7366573Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:55:13.7367416Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:55:13.7368263Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:55:13.7369151Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:55:13.7370026Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:55:13.7370904Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:55:13.7371820Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:55:13.7372707Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:55:13.7373601Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:55:13.7374537Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:55:13.7375531Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:55:13.7376565Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:55:13.7377623Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:55:13.7378720Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:55:13.7379777Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:55:13.7380825Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:55:13.7381833Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:55:13.7382896Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:55:13.7384002Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:55:13.7385020Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:55:13.7386070Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:55:13.7387168Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:55:13.7388310Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:55:13.7389414Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:55:13.7390332Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:55:13.7391195Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:55:13.7392253Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:55:13.7393146Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:55:13.7394020Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:55:13.7394769Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:55:13.7395487Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:55:13.7396200Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:55:13.7396968Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:55:13.7397758Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:55:13.7398708Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:55:13.7399443Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:55:13.7400189Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:55:13.7400941Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:55:13.7401667Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:55:13.7402384Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:55:13.7403136Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:55:13.7403977Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:55:13.7404694Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:55:13.7405325Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:55:13.7405994Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:55:13.7406678Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:55:13.7407432Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:55:13.7408208Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:55:13.7408876Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:55:13.7409411Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:55:13.7409973Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:55:13.7410479Z adding 'executorch/schema/program.fbs' 2025-06-05T23:55:13.7410952Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:55:13.7411504Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:55:13.7412111Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:55:13.7412653Z adding 'executorch/util/collect_env.py' 2025-06-05T23:55:13.7413142Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:55:13.7413734Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:55:13.7414384Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:55:13.7414955Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:55:13.7415587Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:55:13.7416259Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:55:13.7416878Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:55:13.7417410Z removing pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:13.7418326Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:55:13.7419723Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl size=10880754 sha256=8085df3cfc91d15a8173831caa7ead85548f048062bc10fed81dd216f422b056 2025-06-05T23:55:13.7421472Z Stored in directory: /tmp/pip-ephem-wheel-cache-zhtam8j1/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:55:13.7425157Z  DEPRECATION: Building 'coremltools' 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 'coremltools'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:55:13.7428283Z  Running command python setup.py bdist_wheel 2025-06-05T23:55:13.7428749Z running bdist_wheel 2025-06-05T23:55:13.7429084Z running build 2025-06-05T23:55:13.7429396Z running build_py 2025-06-05T23:55:13.7429730Z creating build/lib/coremltools 2025-06-05T23:55:13.7430230Z copying coremltools/__init__.py -> build/lib/coremltools 2025-06-05T23:55:13.7430841Z copying coremltools/version.py -> build/lib/coremltools 2025-06-05T23:55:13.7431500Z creating build/lib/coremltools/_deps 2025-06-05T23:55:13.7739535Z copying coremltools/_deps/__init__.py -> build/lib/coremltools/_deps 2025-06-05T23:55:13.7740270Z creating build/lib/coremltools/converters 2025-06-05T23:55:13.7740994Z copying coremltools/converters/__init__.py -> build/lib/coremltools/converters 2025-06-05T23:55:13.7741927Z copying coremltools/converters/_converters_entry.py -> build/lib/coremltools/converters 2025-06-05T23:55:13.7742899Z copying coremltools/converters/_profile_utils.py -> build/lib/coremltools/converters 2025-06-05T23:55:13.7743613Z creating build/lib/coremltools/models 2025-06-05T23:55:13.7744213Z copying coremltools/models/__init__.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7745041Z copying coremltools/models/_compiled_model.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7745894Z copying coremltools/models/_deprecation.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7746783Z copying coremltools/models/_feature_management.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7747703Z copying coremltools/models/_interface_management.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7748657Z copying coremltools/models/array_feature_extractor.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7749870Z copying coremltools/models/compute_device.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7750745Z copying coremltools/models/compute_plan.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7751580Z copying coremltools/models/datatypes.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7752439Z copying coremltools/models/feature_vectorizer.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7753278Z copying coremltools/models/model.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7754051Z copying coremltools/models/pipeline.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7754882Z copying coremltools/models/tree_ensemble.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7755713Z copying coremltools/models/utils.py -> build/lib/coremltools/models 2025-06-05T23:55:13.7756330Z creating build/lib/coremltools/optimize 2025-06-05T23:55:13.7756975Z copying coremltools/optimize/__init__.py -> build/lib/coremltools/optimize 2025-06-05T23:55:13.7757930Z copying coremltools/optimize/_utils.py -> build/lib/coremltools/optimize 2025-06-05T23:55:13.7758648Z creating build/lib/coremltools/proto 2025-06-05T23:55:13.7759371Z copying coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7760360Z copying coremltools/proto/AudioFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7761364Z copying coremltools/proto/BayesianProbitRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7762366Z copying coremltools/proto/CategoricalMapping_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7763411Z copying coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7764406Z copying coremltools/proto/CustomModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7765299Z copying coremltools/proto/DataStructures_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7766589Z copying coremltools/proto/DictVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7767484Z copying coremltools/proto/FeatureTypes_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7768404Z copying coremltools/proto/FeatureVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7769320Z copying coremltools/proto/GLMClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7770210Z copying coremltools/proto/GLMRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7771059Z copying coremltools/proto/Gazetteer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7771918Z copying coremltools/proto/Identity_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7772919Z copying coremltools/proto/Imputer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7773879Z copying coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7774851Z copying coremltools/proto/LinkedModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7775666Z copying coremltools/proto/MIL_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7776438Z copying coremltools/proto/Model_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7777290Z copying coremltools/proto/NamedParameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7778223Z copying coremltools/proto/NearestNeighbors_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7779145Z copying coremltools/proto/NeuralNetwork_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7780091Z copying coremltools/proto/NonMaximumSuppression_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7781022Z copying coremltools/proto/Normalizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7781904Z copying coremltools/proto/OneHotEncoder_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7782779Z copying coremltools/proto/Parameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7783599Z copying coremltools/proto/SVM_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7784370Z copying coremltools/proto/Scaler_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7785316Z copying coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7786314Z copying coremltools/proto/TextClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7787207Z copying coremltools/proto/TreeEnsemble_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7788132Z copying coremltools/proto/VisionFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7800328Z copying coremltools/proto/WordEmbedding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7801255Z copying coremltools/proto/WordTagger_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7802066Z copying coremltools/proto/__init__.py -> build/lib/coremltools/proto 2025-06-05T23:55:13.7802684Z creating build/lib/coremltools/test 2025-06-05T23:55:13.7803271Z copying coremltools/test/__init__.py -> build/lib/coremltools/test 2025-06-05T23:55:13.7803992Z copying coremltools/test/utils.py -> build/lib/coremltools/test 2025-06-05T23:55:13.7804620Z creating build/lib/coremltools/converters/libsvm 2025-06-05T23:55:13.7805404Z copying coremltools/converters/libsvm/__init__.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:13.7806504Z copying coremltools/converters/libsvm/_libsvm_converter.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:13.7807631Z copying coremltools/converters/libsvm/_libsvm_util.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:13.7808436Z creating build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7809185Z copying coremltools/converters/mil/__init__.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7810265Z copying coremltools/converters/mil/_deployment_compatibility.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7811626Z copying coremltools/converters/mil/conftest.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7812631Z copying coremltools/converters/mil/converter.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7813688Z copying coremltools/converters/mil/debugging_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7814748Z copying coremltools/converters/mil/input_types.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7815852Z copying coremltools/converters/mil/test_inputs_outputs_shape.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7816973Z copying coremltools/converters/mil/testing_reqs.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7818158Z copying coremltools/converters/mil/testing_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:13.7818981Z creating build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7819806Z copying coremltools/converters/sklearn/_LinearSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7820906Z copying coremltools/converters/sklearn/_LinearSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7821976Z copying coremltools/converters/sklearn/_NuSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7823012Z copying coremltools/converters/sklearn/_NuSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7824044Z copying coremltools/converters/sklearn/_SVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7825064Z copying coremltools/converters/sklearn/_SVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7826092Z copying coremltools/converters/sklearn/__init__.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7827176Z copying coremltools/converters/sklearn/_converter.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7828324Z copying coremltools/converters/sklearn/_converter_internal.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7829589Z copying coremltools/converters/sklearn/_decision_tree_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7830866Z copying coremltools/converters/sklearn/_decision_tree_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7832076Z copying coremltools/converters/sklearn/_dict_vectorizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7833334Z copying coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7834666Z copying coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7835868Z copying coremltools/converters/sklearn/_imputer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7837044Z copying coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7838391Z copying coremltools/converters/sklearn/_linear_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7839607Z copying coremltools/converters/sklearn/_logistic_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7840835Z copying coremltools/converters/sklearn/_normalizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7841971Z copying coremltools/converters/sklearn/_one_hot_encoder.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7962357Z copying coremltools/converters/sklearn/_random_forest_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7963733Z copying coremltools/converters/sklearn/_random_forest_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7964993Z copying coremltools/converters/sklearn/_ridge_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7966159Z copying coremltools/converters/sklearn/_sklearn_util.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7967679Z copying coremltools/converters/sklearn/_standard_scaler.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7968814Z copying coremltools/converters/sklearn/_svm_common.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7969938Z copying coremltools/converters/sklearn/_tree_ensemble.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:13.7970783Z creating build/lib/coremltools/converters/xgboost 2025-06-05T23:55:13.7971593Z copying coremltools/converters/xgboost/__init__.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:13.7972640Z copying coremltools/converters/xgboost/_tree.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:13.7973911Z copying coremltools/converters/xgboost/_tree_ensemble.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:13.7974800Z creating build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:13.7975660Z copying coremltools/converters/mil/backend/__init__.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:13.7976881Z copying coremltools/converters/mil/backend/backend_helper.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:13.7977842Z creating build/lib/coremltools/converters/mil/experimental 2025-06-05T23:55:13.7978812Z copying coremltools/converters/mil/experimental/__init__.py -> build/lib/coremltools/converters/mil/experimental 2025-06-05T23:55:13.7979761Z creating build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:13.7980634Z copying coremltools/converters/mil/frontend/__init__.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:13.7981814Z copying coremltools/converters/mil/frontend/_utils.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:13.7982670Z creating build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7983463Z copying coremltools/converters/mil/mil/__init__.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7984519Z copying coremltools/converters/mil/mil/block.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7985571Z copying coremltools/converters/mil/mil/builder.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7986663Z copying coremltools/converters/mil/mil/input_type.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7987761Z copying coremltools/converters/mil/mil/operation.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7988856Z copying coremltools/converters/mil/mil/program.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7989921Z copying coremltools/converters/mil/mil/scope.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7990972Z copying coremltools/converters/mil/mil/utils.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7992009Z copying coremltools/converters/mil/mil/var.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:13.7992839Z creating build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:13.7993780Z copying coremltools/converters/mil/backend/mil/__init__.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:13.7995032Z copying coremltools/converters/mil/backend/mil/helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:13.7996282Z copying coremltools/converters/mil/backend/mil/load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:13.7997554Z copying coremltools/converters/mil/backend/mil/test_helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:13.7998963Z copying coremltools/converters/mil/backend/mil/test_load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:13.7999936Z creating build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:13.8000853Z copying coremltools/converters/mil/backend/nn/__init__.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:13.8002218Z copying coremltools/converters/mil/backend/nn/load.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:13.8003561Z copying coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:13.8004923Z copying coremltools/converters/mil/backend/nn/op_mapping.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:13.8005945Z creating build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:13.8007035Z copying coremltools/converters/mil/backend/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:13.8008750Z copying coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:13.8010468Z copying coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:13.8012078Z copying coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:13.8013747Z copying coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:13.8015475Z copying coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:13.8017068Z copying coremltools/converters/mil/backend/mil/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:13.8018276Z creating build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8019354Z copying coremltools/converters/mil/backend/nn/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8020888Z copying coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8022516Z copying coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8024148Z copying coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8025843Z copying coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8027567Z copying coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8029236Z copying coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8030825Z copying coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8032403Z copying coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8033961Z copying coremltools/converters/mil/backend/nn/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:13.8035100Z creating build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:13.8036229Z copying coremltools/converters/mil/experimental/passes/__init__.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:13.8037887Z copying coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:13.8039772Z copying coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:13.8041588Z copying coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:13.8043650Z copying coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:13.8045528Z copying coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:13.8047305Z copying coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:13.8048567Z creating build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:13.8050080Z copying coremltools/converters/mil/frontend/milproto/__init__.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:13.8051557Z copying coremltools/converters/mil/frontend/milproto/helper.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:13.8052994Z copying coremltools/converters/mil/frontend/milproto/load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:13.8054436Z copying coremltools/converters/mil/frontend/milproto/test_load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:13.8055547Z creating build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8056653Z copying coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8149845Z copying coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8151579Z copying coremltools/converters/mil/frontend/tensorflow/convert_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8153162Z copying coremltools/converters/mil/frontend/tensorflow/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8154748Z copying coremltools/converters/mil/frontend/tensorflow/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8156301Z copying coremltools/converters/mil/frontend/tensorflow/dot_visitor.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8157815Z copying coremltools/converters/mil/frontend/tensorflow/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8159419Z copying coremltools/converters/mil/frontend/tensorflow/naming_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8160941Z copying coremltools/converters/mil/frontend/tensorflow/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8162429Z copying coremltools/converters/mil/frontend/tensorflow/parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8163980Z copying coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8165557Z copying coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8167092Z copying coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:13.8168353Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:13.8169507Z copying coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:13.8171070Z copying coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:13.8172611Z copying coremltools/converters/mil/frontend/tensorflow2/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:13.8174517Z copying coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:13.8175605Z creating build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8176608Z copying coremltools/converters/mil/frontend/torch/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8177981Z copying coremltools/converters/mil/frontend/torch/converter.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8179379Z copying coremltools/converters/mil/frontend/torch/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8180976Z copying coremltools/converters/mil/frontend/torch/exir_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8182424Z copying coremltools/converters/mil/frontend/torch/internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8183820Z copying coremltools/converters/mil/frontend/torch/load.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8185129Z copying coremltools/converters/mil/frontend/torch/ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8186526Z copying coremltools/converters/mil/frontend/torch/quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8188014Z copying coremltools/converters/mil/frontend/torch/torch_op_registry.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8189473Z copying coremltools/converters/mil/frontend/torch/torchir_passes.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8190972Z copying coremltools/converters/mil/frontend/torch/torchscript_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8192400Z copying coremltools/converters/mil/frontend/torch/utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:13.8193519Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:13.8194870Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:13.8196791Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:13.8198851Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:13.8200729Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:13.8202608Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:13.8203982Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8205209Z copying coremltools/converters/mil/frontend/tensorflow/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8206919Z copying coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8208693Z copying coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8210436Z copying coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8212124Z copying coremltools/converters/mil/frontend/tensorflow/test/test_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8213957Z copying coremltools/converters/mil/frontend/tensorflow/test/test_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8215626Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8217366Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8219175Z copying coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8221058Z copying coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:13.8222412Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8223811Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8225695Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8227681Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8229671Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8231634Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8233668Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8235730Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8237743Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8239812Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8241805Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8243834Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8245896Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8360366Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:13.8361846Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:13.8363218Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:13.8365136Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:13.8367089Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:13.8368826Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:13.8370075Z copying coremltools/converters/mil/frontend/tensorflow2/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:13.8371859Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:13.8373677Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:13.8375610Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:13.8377407Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:13.8379213Z copying coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:13.8380596Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:13.8382007Z copying coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:13.8384040Z copying coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:13.8385547Z creating build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:13.8386780Z copying coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:13.8388542Z copying coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:13.8390456Z copying coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:13.8391803Z creating build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8392914Z copying coremltools/converters/mil/frontend/torch/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8394450Z copying coremltools/converters/mil/frontend/torch/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8396053Z copying coremltools/converters/mil/frontend/torch/test/test_examples.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8397670Z copying coremltools/converters/mil/frontend/torch/test/test_internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8399399Z copying coremltools/converters/mil/frontend/torch/test/test_passes.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8401045Z copying coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8402806Z copying coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8404609Z copying coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8406306Z copying coremltools/converters/mil/frontend/torch/test/test_torch_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8407969Z copying coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8409887Z copying coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8411546Z copying coremltools/converters/mil/frontend/torch/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:13.8412636Z creating build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:13.8413503Z copying coremltools/converters/mil/mil/ops/__init__.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:13.8414654Z copying coremltools/converters/mil/mil/ops/helper.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:13.8415940Z copying coremltools/converters/mil/mil/ops/registry.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:13.8416870Z creating build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:13.8417818Z copying coremltools/converters/mil/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:13.8419075Z copying coremltools/converters/mil/mil/passes/graph_pass.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:13.8420338Z copying coremltools/converters/mil/mil/passes/helper.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:13.8421633Z copying coremltools/converters/mil/mil/passes/pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:13.8422959Z copying coremltools/converters/mil/mil/passes/pass_registry.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:13.8423938Z creating build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:13.8424851Z copying coremltools/converters/mil/mil/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:13.8426073Z copying coremltools/converters/mil/mil/tests/test_block.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:13.8427335Z copying coremltools/converters/mil/mil/tests/test_debug.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:13.8428608Z copying coremltools/converters/mil/mil/tests/test_programs.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:13.8429884Z copying coremltools/converters/mil/mil/tests/test_types.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:13.8430824Z creating build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8431724Z copying coremltools/converters/mil/mil/types/__init__.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8432961Z copying coremltools/converters/mil/mil/types/annotate.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8434234Z copying coremltools/converters/mil/mil/types/get_type_info.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8435536Z copying coremltools/converters/mil/mil/types/global_methods.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8436833Z copying coremltools/converters/mil/mil/types/symbolic.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8438162Z copying coremltools/converters/mil/mil/types/type_bool.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8439440Z copying coremltools/converters/mil/mil/types/type_complex.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8440692Z copying coremltools/converters/mil/mil/types/type_dict.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8441949Z copying coremltools/converters/mil/mil/types/type_double.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8443313Z copying coremltools/converters/mil/mil/types/type_globals_pseudo_type.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8444634Z copying coremltools/converters/mil/mil/types/type_int.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8446011Z copying coremltools/converters/mil/mil/types/type_list.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8447274Z copying coremltools/converters/mil/mil/types/type_mapping.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8448536Z copying coremltools/converters/mil/mil/types/type_spec.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8449918Z copying coremltools/converters/mil/mil/types/type_state.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8451163Z copying coremltools/converters/mil/mil/types/type_str.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8452610Z copying coremltools/converters/mil/mil/types/type_tensor.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8453893Z copying coremltools/converters/mil/mil/types/type_tuple.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8455178Z copying coremltools/converters/mil/mil/types/type_unknown.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8568796Z copying coremltools/converters/mil/mil/types/type_void.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:13.8569773Z creating build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:13.8570740Z copying coremltools/converters/mil/mil/visitors/__init__.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:13.8572051Z copying coremltools/converters/mil/mil/visitors/dot_visitor.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:13.8573045Z creating build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:13.8574022Z copying coremltools/converters/mil/mil/ops/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:13.8575292Z copying coremltools/converters/mil/mil/ops/defs/_op_reqs.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:13.8576568Z copying coremltools/converters/mil/mil/ops/defs/_utils.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:13.8577922Z copying coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:13.8578974Z creating build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:13.8579984Z copying coremltools/converters/mil/mil/ops/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:13.8581301Z copying coremltools/converters/mil/mil/ops/tests/test_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:13.8582689Z copying coremltools/converters/mil/mil/ops/tests/testing_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:13.8583818Z creating build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:13.8585077Z copying coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:13.8586762Z copying coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:13.8587953Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8589025Z copying coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8590514Z copying coremltools/converters/mil/mil/ops/defs/iOS15/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8592029Z copying coremltools/converters/mil/mil/ops/defs/iOS15/classify.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8593547Z copying coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8595386Z copying coremltools/converters/mil/mil/ops/defs/iOS15/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8596911Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8598641Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8600233Z copying coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8601740Z copying coremltools/converters/mil/mil/ops/defs/iOS15/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8603459Z copying coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8604978Z copying coremltools/converters/mil/mil/ops/defs/iOS15/pool.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8606431Z copying coremltools/converters/mil/mil/ops/defs/iOS15/random.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8607922Z copying coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8609430Z copying coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8610972Z copying coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8612556Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8614185Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:13.8615401Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:13.8616480Z copying coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:13.8617981Z copying coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:13.8619538Z copying coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:13.8621101Z copying coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:13.8622695Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:13.8624324Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:13.8625536Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8626611Z copying coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8628097Z copying coremltools/converters/mil/mil/ops/defs/iOS17/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8629577Z copying coremltools/converters/mil/mil/ops/defs/iOS17/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8631094Z copying coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8632697Z copying coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8634209Z copying coremltools/converters/mil/mil/ops/defs/iOS17/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8635929Z copying coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8637530Z copying coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8639186Z copying coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8640704Z copying coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8642447Z copying coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8644064Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8645708Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:13.8646906Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:13.8647987Z copying coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:13.8649701Z copying coremltools/converters/mil/mil/ops/defs/iOS18/compression.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:13.8651307Z copying coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:13.8652802Z copying coremltools/converters/mil/mil/ops/defs/iOS18/states.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:13.8654369Z copying coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:13.8655994Z copying coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:13.8657209Z creating build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:13.8658557Z copying coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:13.8660346Z copying coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py -> build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:13.8661654Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8662762Z copying coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8769209Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8771460Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8773068Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8774676Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8776363Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8778089Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8779690Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8781622Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8783209Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8784736Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8786294Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8788071Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8789694Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8791364Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8793079Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:13.8794318Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:13.8795423Z copying coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:13.8797005Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:13.8798797Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:13.8800505Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:13.8801759Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:13.8802863Z copying coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:13.8804409Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:13.8805972Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:13.8807559Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:13.8809204Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:13.8810878Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:13.8812590Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:13.8813824Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8814929Z copying coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8816552Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8818122Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8819725Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8821554Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8823154Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8824755Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8826393Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8828112Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8829717Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8831331Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8832988Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8834689Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:13.8835934Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:13.8837039Z copying coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:13.8838673Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:13.8840297Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:13.8841869Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:13.8843524Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:13.8845228Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:13.8846394Z creating build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8847428Z copying coremltools/converters/mil/mil/passes/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8848923Z copying coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8850663Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8852318Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8853915Z copying coremltools/converters/mil/mil/passes/defs/optimize_conv.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8855483Z copying coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8857072Z copying coremltools/converters/mil/mil/passes/defs/optimize_linear.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8858626Z copying coremltools/converters/mil/mil/passes/defs/optimize_normalization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8860233Z copying coremltools/converters/mil/mil/passes/defs/optimize_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8862077Z copying coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8863619Z copying coremltools/converters/mil/mil/passes/defs/optimize_state.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8865179Z copying coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8991061Z copying coremltools/converters/mil/mil/passes/defs/preprocess.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8993498Z copying coremltools/converters/mil/mil/passes/defs/quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8995069Z copying coremltools/converters/mil/mil/passes/defs/randomize.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8996567Z copying coremltools/converters/mil/mil/passes/defs/symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8998123Z copying coremltools/converters/mil/mil/passes/defs/transformer.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:13.8999222Z creating build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9000270Z copying coremltools/converters/mil/mil/passes/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9001752Z copying coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9003387Z copying coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9005072Z copying coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9006691Z copying coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9008213Z copying coremltools/converters/mil/mil/passes/tests/test_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9009770Z copying coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9011418Z copying coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9013034Z copying coremltools/converters/mil/mil/passes/tests/test_state_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9014616Z copying coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:13.9015822Z creating build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9017029Z copying coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9018766Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9020558Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9022358Z copying coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9024165Z copying coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9026232Z copying coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9028016Z copying coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9029818Z copying coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9031637Z copying coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9033558Z copying coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9035402Z copying coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9037243Z copying coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:13.9038499Z creating build/lib/coremltools/models/ml_program 2025-06-05T23:55:13.9039281Z copying coremltools/models/ml_program/__init__.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:55:13.9040351Z copying coremltools/models/ml_program/compression_utils.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:55:13.9041242Z creating build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:13.9042143Z copying coremltools/models/nearest_neighbors/__init__.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:13.9043345Z copying coremltools/models/nearest_neighbors/builder.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:13.9044243Z creating build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9045077Z copying coremltools/models/neural_network/__init__.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9046198Z copying coremltools/models/neural_network/builder.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9047401Z copying coremltools/models/neural_network/flexible_shape_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9048668Z copying coremltools/models/neural_network/optimization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9050067Z copying coremltools/models/neural_network/printer.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9051278Z copying coremltools/models/neural_network/quantization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9052575Z copying coremltools/models/neural_network/spec_inspection_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9053883Z copying coremltools/models/neural_network/update_optimizer_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9055090Z copying coremltools/models/neural_network/utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:13.9055987Z creating build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:13.9056993Z copying coremltools/models/ml_program/experimental/__init__.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:13.9058373Z copying coremltools/models/ml_program/experimental/async_wrapper.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:13.9059823Z copying coremltools/models/ml_program/experimental/compute_plan_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:13.9061296Z copying coremltools/models/ml_program/experimental/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:13.9062784Z copying coremltools/models/ml_program/experimental/model_structure_path.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:13.9064497Z copying coremltools/models/ml_program/experimental/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:13.9065899Z copying coremltools/models/ml_program/experimental/remote_device.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:13.9066996Z creating build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:13.9068123Z copying coremltools/models/ml_program/experimental/torch/__init__.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:13.9069678Z copying coremltools/models/ml_program/experimental/torch/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:13.9071420Z copying coremltools/models/ml_program/experimental/torch/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:13.9072485Z creating build/lib/coremltools/optimize/coreml 2025-06-05T23:55:13.9073250Z copying coremltools/optimize/coreml/__init__.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:13.9074239Z copying coremltools/optimize/coreml/_config.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:13.9075366Z copying coremltools/optimize/coreml/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:13.9076559Z copying coremltools/optimize/coreml/_quantization_passes.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:13.9077407Z creating build/lib/coremltools/optimize/torch 2025-06-05T23:55:13.9078246Z copying coremltools/optimize/torch/__init__.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:13.9079225Z copying coremltools/optimize/torch/_logging.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:13.9080203Z copying coremltools/optimize/torch/_typing.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:13.9081254Z copying coremltools/optimize/torch/base_model_optimizer.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:13.9082410Z copying coremltools/optimize/torch/optimization_config.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:13.9083325Z creating build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:13.9084313Z copying coremltools/optimize/coreml/experimental/__init__.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:13.9085640Z copying coremltools/optimize/coreml/experimental/_config.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:13.9211947Z copying coremltools/optimize/coreml/experimental/_model_debugger.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:13.9214764Z copying coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:13.9216482Z copying coremltools/optimize/coreml/experimental/test_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:13.9217626Z creating build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9218466Z copying coremltools/optimize/torch/_utils/__init__.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9219599Z copying coremltools/optimize/torch/_utils/dist_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9220750Z copying coremltools/optimize/torch/_utils/fsdp_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9221916Z copying coremltools/optimize/torch/_utils/graph_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9223159Z copying coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9224389Z copying coremltools/optimize/torch/_utils/k_means.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9225523Z copying coremltools/optimize/torch/_utils/math_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9227073Z copying coremltools/optimize/torch/_utils/metadata_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9228296Z copying coremltools/optimize/torch/_utils/model_size_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9229516Z copying coremltools/optimize/torch/_utils/optimizer_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9230731Z copying coremltools/optimize/torch/_utils/python_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9231898Z copying coremltools/optimize/torch/_utils/registry.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9233237Z copying coremltools/optimize/torch/_utils/report_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9234462Z copying coremltools/optimize/torch/_utils/state_dict_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9235662Z copying coremltools/optimize/torch/_utils/torch_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9236830Z copying coremltools/optimize/torch/_utils/transforms.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9238140Z copying coremltools/optimize/torch/_utils/validation_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9239362Z copying coremltools/optimize/torch/_utils/version_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:13.9240356Z creating build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:13.9241514Z copying coremltools/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:13.9243061Z copying coremltools/optimize/torch/layerwise_compression/_quant.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:13.9244633Z copying coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:13.9246249Z copying coremltools/optimize/torch/layerwise_compression/input_cacher.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:13.9247926Z copying coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:13.9249129Z creating build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9250267Z copying coremltools/optimize/torch/palettization/__init__.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9251681Z copying coremltools/optimize/torch/palettization/_custom_conversion.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9253163Z copying coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9254693Z copying coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9256201Z copying coremltools/optimize/torch/palettization/_partitioner.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9257651Z copying coremltools/optimize/torch/palettization/_supported_modules.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9259053Z copying coremltools/optimize/torch/palettization/_utils.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9260432Z copying coremltools/optimize/torch/palettization/fake_palettize.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9261943Z copying coremltools/optimize/torch/palettization/palettization_config.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9263420Z copying coremltools/optimize/torch/palettization/palettizer.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9265214Z copying coremltools/optimize/torch/palettization/post_training_palettization.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9266773Z copying coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:13.9267810Z creating build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:13.9268679Z copying coremltools/optimize/torch/pruning/__init__.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:13.9269870Z copying coremltools/optimize/torch/pruning/_base_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:13.9271147Z copying coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:13.9272553Z copying coremltools/optimize/torch/pruning/_utils.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:13.9273809Z copying coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:13.9275134Z copying coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:13.9276127Z creating build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9277096Z copying coremltools/optimize/torch/quantization/__init__.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9278563Z copying coremltools/optimize/torch/quantization/_annotation_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9279981Z copying coremltools/optimize/torch/quantization/_backend_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9281413Z copying coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9282817Z copying coremltools/optimize/torch/quantization/_configure.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9284197Z copying coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9285666Z copying coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9287114Z copying coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9288461Z copying coremltools/optimize/torch/quantization/_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9289893Z copying coremltools/optimize/torch/quantization/post_training_quantization.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9291430Z copying coremltools/optimize/torch/quantization/quantization_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9292863Z copying coremltools/optimize/torch/quantization/quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:13.9293934Z creating build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9295083Z copying coremltools/optimize/torch/quantization/modules/__init__.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9296666Z copying coremltools/optimize/torch/quantization/modules/conv_transpose.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9298339Z copying coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9300020Z copying coremltools/optimize/torch/quantization/modules/fused_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9301710Z copying coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9303577Z copying coremltools/optimize/torch/quantization/modules/observers.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9305171Z copying coremltools/optimize/torch/quantization/modules/qat_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9306803Z copying coremltools/optimize/torch/quantization/modules/quantized_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:13.9307891Z creating build/lib/coremltools/test/api 2025-06-05T23:55:13.9456837Z copying coremltools/test/api/__init__.py -> build/lib/coremltools/test/api 2025-06-05T23:55:13.9457760Z copying coremltools/test/api/test_api_examples.py -> build/lib/coremltools/test/api 2025-06-05T23:55:13.9459060Z copying coremltools/test/api/test_api_visibilities.py -> build/lib/coremltools/test/api 2025-06-05T23:55:13.9459815Z creating build/lib/coremltools/test/blob 2025-06-05T23:55:13.9460517Z copying coremltools/test/blob/__init__.py -> build/lib/coremltools/test/blob 2025-06-05T23:55:13.9461416Z copying coremltools/test/blob/test_weights.py -> build/lib/coremltools/test/blob 2025-06-05T23:55:13.9462131Z creating build/lib/coremltools/test/ml_program 2025-06-05T23:55:13.9462867Z copying coremltools/test/ml_program/__init__.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:13.9463881Z copying coremltools/test/ml_program/test_compression.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:13.9464927Z copying coremltools/test/ml_program/test_utils.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:13.9465701Z creating build/lib/coremltools/test/modelpackage 2025-06-05T23:55:13.9466485Z copying coremltools/test/modelpackage/__init__.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:13.9467580Z copying coremltools/test/modelpackage/test_mlmodel.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:13.9468733Z copying coremltools/test/modelpackage/test_modelpackage.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:13.9469622Z creating build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9470433Z copying coremltools/test/neural_network/__init__.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9471561Z copying coremltools/test/neural_network/test_compiled_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9472801Z copying coremltools/test/neural_network/test_custom_neural_nets.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9473970Z copying coremltools/test/neural_network/test_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9475133Z copying coremltools/test/neural_network/test_neural_networks.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9476333Z copying coremltools/test/neural_network/test_nn_builder.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9477515Z copying coremltools/test/neural_network/test_numpy_nn_layers.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9478876Z copying coremltools/test/neural_network/test_quantization.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9480104Z copying coremltools/test/neural_network/test_simple_nn_inference.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9481316Z copying coremltools/test/neural_network/test_tf_numeric.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:13.9482156Z creating build/lib/coremltools/test/optimize 2025-06-05T23:55:13.9482870Z copying coremltools/test/optimize/__init__.py -> build/lib/coremltools/test/optimize 2025-06-05T23:55:13.9483837Z copying coremltools/test/optimize/test_utils.py -> build/lib/coremltools/test/optimize 2025-06-05T23:55:13.9484597Z creating build/lib/coremltools/test/pipeline 2025-06-05T23:55:13.9485320Z copying coremltools/test/pipeline/__init__.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:13.9486345Z copying coremltools/test/pipeline/test_model_updatable.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:13.9487767Z copying coremltools/test/pipeline/test_pipeline.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:13.9488568Z creating build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9489347Z copying coremltools/test/sklearn_tests/__init__.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9490403Z copying coremltools/test/sklearn_tests/test_NuSVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9491475Z copying coremltools/test/sklearn_tests/test_NuSVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9492541Z copying coremltools/test/sklearn_tests/test_SVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9493755Z copying coremltools/test/sklearn_tests/test_SVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9494926Z copying coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9496209Z copying coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9497442Z copying coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9498637Z copying coremltools/test/sklearn_tests/test_feature_names.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9499819Z copying coremltools/test/sklearn_tests/test_glm_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9500960Z copying coremltools/test/sklearn_tests/test_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9502073Z copying coremltools/test/sklearn_tests/test_io_types.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9503273Z copying coremltools/test/sklearn_tests/test_k_neighbors_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9504541Z copying coremltools/test/sklearn_tests/test_linear_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9505830Z copying coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9507065Z copying coremltools/test/sklearn_tests/test_normalizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9508231Z copying coremltools/test/sklearn_tests/test_one_hot_encoder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9509498Z copying coremltools/test/sklearn_tests/test_random_forest_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9510881Z copying coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9512260Z copying coremltools/test/sklearn_tests/test_random_forest_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9513640Z copying coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9514970Z copying coremltools/test/sklearn_tests/test_ridge_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9516185Z copying coremltools/test/sklearn_tests/test_standard_scalar.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9517329Z copying coremltools/test/sklearn_tests/test_utils.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:13.9518265Z creating build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9519049Z copying coremltools/test/xgboost_tests/__init__.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9520243Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9521613Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9523150Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9524527Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9525885Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9527249Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9528609Z copying coremltools/test/xgboost_tests/test_decision_tree_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9530096Z copying coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:13.9531157Z creating build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:13.9532117Z copying coremltools/test/ml_program/experimental/__init__.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:13.9533511Z copying coremltools/test/ml_program/experimental/test_compute_plan_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:13.9534969Z copying coremltools/test/ml_program/experimental/test_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:13.9536379Z copying coremltools/test/ml_program/experimental/test_perf_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:13.9537776Z copying coremltools/test/ml_program/experimental/test_remote_device.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:13.9539246Z copying coremltools/test/ml_program/experimental/test_torch_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:13.9540284Z creating build/lib/coremltools/test/optimize/api 2025-06-05T23:55:13.9541068Z copying coremltools/test/optimize/api/__init__.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:55:13.9542171Z copying coremltools/test/optimize/api/test_optimize_api.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:55:13.9543046Z creating build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:13.9543874Z copying coremltools/test/optimize/coreml/__init__.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:13.9545018Z copying coremltools/test/optimize/coreml/test_passes.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:13.9546314Z copying coremltools/test/optimize/coreml/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:13.9547316Z creating build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:14.0396451Z copying coremltools/test/optimize/torch/__init__.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:14.0397636Z copying coremltools/test/optimize/torch/conftest.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:14.0398907Z copying coremltools/test/optimize/torch/smoke_test.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:14.0400075Z copying coremltools/test/optimize/torch/test_api_surface.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:14.0401290Z copying coremltools/test/optimize/torch/test_base_optimizer.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:14.0402449Z copying coremltools/test/optimize/torch/utils.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:14.0403335Z creating build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:14.0404353Z copying coremltools/test/optimize/torch/conversion/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:14.0405813Z copying coremltools/test/optimize/torch/conversion/conversion_utils.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:14.0406990Z creating build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:14.0408615Z copying coremltools/test/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:14.0410351Z copying coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:14.0412104Z copying coremltools/test/optimize/torch/layerwise_compression/test_quant.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:14.0413282Z creating build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:14.0414219Z copying coremltools/test/optimize/torch/models/__init__.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:14.0415664Z copying coremltools/test/optimize/torch/models/mnist.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:14.0416999Z copying coremltools/test/optimize/torch/models/multi_input_net.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:14.0418068Z creating build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.0419179Z copying coremltools/test/optimize/torch/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.0420752Z copying coremltools/test/optimize/torch/palettization/palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.0422441Z copying coremltools/test/optimize/torch/palettization/test_palettization_api.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.0424156Z copying coremltools/test/optimize/torch/palettization/test_palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.0425811Z copying coremltools/test/optimize/torch/palettization/test_palettizer.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.0427522Z copying coremltools/test/optimize/torch/palettization/test_post_training_palettization.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.0429278Z copying coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.0430437Z creating build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.0431402Z copying coremltools/test/optimize/torch/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.0432742Z copying coremltools/test/optimize/torch/pruning/pruning_utils.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.0434156Z copying coremltools/test/optimize/torch/pruning/test_base_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.0435615Z copying coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.0437115Z copying coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.0438357Z creating build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0439442Z copying coremltools/test/optimize/torch/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0440941Z copying coremltools/test/optimize/torch/quantization/test_configure.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0442541Z copying coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0444222Z copying coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0445858Z copying coremltools/test/optimize/torch/quantization/test_observers.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0447676Z copying coremltools/test/optimize/torch/quantization/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0449335Z copying coremltools/test/optimize/torch/quantization/test_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0451042Z copying coremltools/test/optimize/torch/quantization/test_utils.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.0452134Z creating build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0453142Z copying coremltools/test/optimize/torch/test_utils/__init__.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0454718Z copying coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0456165Z copying coremltools/test/optimize/torch/test_utils/test_k_means.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0457630Z copying coremltools/test/optimize/torch/test_utils/test_metadata_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0459131Z copying coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0460628Z copying coremltools/test/optimize/torch/test_utils/test_report_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0462097Z copying coremltools/test/optimize/torch/test_utils/test_torch_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0463588Z copying coremltools/test/optimize/torch/test_utils/test_validation_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.0464747Z creating build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:14.0465910Z copying coremltools/test/optimize/torch/conversion/joint/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:14.0467654Z copying coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:14.0469049Z creating build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:14.0470392Z copying coremltools/test/optimize/torch/conversion/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:14.0472359Z copying coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:14.0473830Z creating build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:14.0475041Z copying coremltools/test/optimize/torch/conversion/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:14.0476784Z copying coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:14.0478217Z creating build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:14.0479537Z copying coremltools/test/optimize/torch/conversion/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:14.0481453Z copying coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:14.0483251Z copying coremltools/converters/mil/experimental/passes/README.md -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0484878Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-06-05T23:55:14.0486183Z !! 2025-06-05T23:55:14.0486344Z 2025-06-05T23:55:14.0486516Z ******************************************************************************** 2025-06-05T23:55:14.0487034Z Please avoid running ``setup.py`` directly. 2025-06-05T23:55:14.0487566Z Instead, use pypa/build, pypa/installer or other 2025-06-05T23:55:14.0488060Z standards-based tools. 2025-06-05T23:55:14.0488316Z 2025-06-05T23:55:14.0488719Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-05T23:55:14.0489439Z ******************************************************************************** 2025-06-05T23:55:14.0489772Z 2025-06-05T23:55:14.0489887Z !! 2025-06-05T23:55:14.0490189Z self.initialize_options() 2025-06-05T23:55:14.0490735Z installing to build/bdist.linux-aarch64/wheel 2025-06-05T23:55:14.0491204Z running install 2025-06-05T23:55:14.0491530Z running install_lib 2025-06-05T23:55:14.0491906Z creating build/bdist.linux-aarch64/wheel 2025-06-05T23:55:14.0531355Z creating build/bdist.linux-aarch64/wheel/coremltools 2025-06-05T23:55:14.0532193Z copying build/lib/coremltools/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:55:14.0533182Z copying build/lib/coremltools/version.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:55:14.0534016Z creating build/bdist.linux-aarch64/wheel/coremltools/_deps 2025-06-05T23:55:14.0534887Z copying build/lib/coremltools/_deps/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/_deps 2025-06-05T23:55:14.0535801Z creating build/bdist.linux-aarch64/wheel/coremltools/converters 2025-06-05T23:55:14.0536785Z copying build/lib/coremltools/converters/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:14.0538138Z copying build/lib/coremltools/converters/_converters_entry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:14.0539524Z copying build/lib/coremltools/converters/_profile_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:14.0540607Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/libsvm 2025-06-05T23:55:14.0541731Z copying build/lib/coremltools/converters/libsvm/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:14.0543247Z copying build/lib/coremltools/converters/libsvm/_libsvm_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:14.0544805Z copying build/lib/coremltools/converters/libsvm/_libsvm_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:14.0545948Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil 2025-06-05T23:55:14.0547016Z copying build/lib/coremltools/converters/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0548520Z copying build/lib/coremltools/converters/mil/_deployment_compatibility.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0550217Z copying build/lib/coremltools/converters/mil/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0551663Z copying build/lib/coremltools/converters/mil/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0553146Z copying build/lib/coremltools/converters/mil/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0554619Z copying build/lib/coremltools/converters/mil/input_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0556161Z copying build/lib/coremltools/converters/mil/test_inputs_outputs_shape.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0557706Z copying build/lib/coremltools/converters/mil/testing_reqs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0559580Z copying build/lib/coremltools/converters/mil/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:14.0560747Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend 2025-06-05T23:55:14.0561967Z copying build/lib/coremltools/converters/mil/backend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:55:14.0563632Z copying build/lib/coremltools/converters/mil/backend/backend_helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:55:14.0564946Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil 2025-06-05T23:55:14.0566416Z copying build/lib/coremltools/converters/mil/backend/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:14.0568159Z copying build/lib/coremltools/converters/mil/backend/mil/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:14.0569883Z copying build/lib/coremltools/converters/mil/backend/mil/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:14.0571619Z copying build/lib/coremltools/converters/mil/backend/mil/test_helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:14.0573390Z copying build/lib/coremltools/converters/mil/backend/mil/test_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:14.0574757Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:14.0576220Z copying build/lib/coremltools/converters/mil/backend/mil/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:14.0578270Z copying build/lib/coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:14.0580406Z copying build/lib/coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:14.0582457Z copying build/lib/coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:14.0584567Z copying build/lib/coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:14.0586731Z copying build/lib/coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:14.0588792Z copying build/lib/coremltools/converters/mil/backend/mil/passes/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:14.0590224Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn 2025-06-05T23:55:14.0591513Z copying build/lib/coremltools/converters/mil/backend/nn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:14.0593184Z copying build/lib/coremltools/converters/mil/backend/nn/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:14.0594968Z copying build/lib/coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:14.0596796Z copying build/lib/coremltools/converters/mil/backend/nn/op_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:14.0598251Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0599692Z copying build/lib/coremltools/converters/mil/backend/nn/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0601829Z copying build/lib/coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0603904Z copying build/lib/coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0605992Z copying build/lib/coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0608236Z copying build/lib/coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0610411Z copying build/lib/coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0612534Z copying build/lib/coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0614575Z copying build/lib/coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0616601Z copying build/lib/coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0618616Z copying build/lib/coremltools/converters/mil/backend/nn/passes/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:14.0620055Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental 2025-06-05T23:55:14.0621391Z copying build/lib/coremltools/converters/mil/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental 2025-06-05T23:55:14.0622777Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0624258Z copying build/lib/coremltools/converters/mil/experimental/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0626358Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0644859Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0647094Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0649539Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0651887Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0654109Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0656213Z copying build/lib/coremltools/converters/mil/experimental/passes/README.md -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:14.0657628Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend 2025-06-05T23:55:14.0659186Z copying build/lib/coremltools/converters/mil/frontend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:55:14.0660813Z copying build/lib/coremltools/converters/mil/frontend/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:55:14.0662112Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:14.0663542Z copying build/lib/coremltools/converters/mil/frontend/milproto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:14.0665643Z copying build/lib/coremltools/converters/mil/frontend/milproto/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:14.0667558Z copying build/lib/coremltools/converters/mil/frontend/milproto/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:14.0669467Z copying build/lib/coremltools/converters/mil/frontend/milproto/test_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:14.0670935Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0672403Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0674398Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0676457Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/convert_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0678582Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0680608Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0682616Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/dot_visitor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0684573Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0686552Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/naming_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0688548Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0690485Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/parse.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0692485Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0694512Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0711838Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:14.0713492Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:14.0715203Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:14.0717859Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:14.0720346Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:14.0722634Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:14.0725063Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:14.0726788Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0728361Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0730504Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0732706Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0734875Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0737164Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0739277Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0741383Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_parse.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0743540Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0745781Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0747995Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:14.0749822Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0751568Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0753869Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0756267Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0759773Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0762438Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0764884Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0767539Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0769979Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0772376Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0774773Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0777215Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0779687Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0782082Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:14.0783757Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:14.0785245Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:14.0787249Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:14.0789254Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:14.0791197Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:14.0792764Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:14.0794480Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:14.0796779Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:14.0799228Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:14.0800939Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:14.0802540Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:14.0804885Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:14.0807103Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:14.0809286Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:14.0811560Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:14.0813790Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:14.0815510Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:14.0817272Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:14.0819704Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:14.0821473Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0823010Z copying build/lib/coremltools/converters/mil/frontend/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0824856Z copying build/lib/coremltools/converters/mil/frontend/torch/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0826734Z copying build/lib/coremltools/converters/mil/frontend/torch/dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0828601Z copying build/lib/coremltools/converters/mil/frontend/torch/exir_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0830487Z copying build/lib/coremltools/converters/mil/frontend/torch/internal_graph.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0832352Z copying build/lib/coremltools/converters/mil/frontend/torch/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0834124Z copying build/lib/coremltools/converters/mil/frontend/torch/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0835998Z copying build/lib/coremltools/converters/mil/frontend/torch/quantization_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0838010Z copying build/lib/coremltools/converters/mil/frontend/torch/torch_op_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0839941Z copying build/lib/coremltools/converters/mil/frontend/torch/torchir_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0841900Z copying build/lib/coremltools/converters/mil/frontend/torch/torchscript_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0843790Z copying build/lib/coremltools/converters/mil/frontend/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:14.0845391Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:14.0846982Z copying build/lib/coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:14.0849161Z copying build/lib/coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:14.0851614Z copying build/lib/coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:14.0853507Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0854990Z copying build/lib/coremltools/converters/mil/frontend/torch/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0856984Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_custom_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0888298Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_examples.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0890362Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_internal_graph.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0892427Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0894514Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0896718Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0898955Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0901088Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0903218Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0905398Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0907505Z copying build/lib/coremltools/converters/mil/frontend/torch/test/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:14.0908918Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil 2025-06-05T23:55:14.0910061Z copying build/lib/coremltools/converters/mil/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0911539Z copying build/lib/coremltools/converters/mil/mil/block.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0913039Z copying build/lib/coremltools/converters/mil/mil/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0914571Z copying build/lib/coremltools/converters/mil/mil/input_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0916394Z copying build/lib/coremltools/converters/mil/mil/operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0917938Z copying build/lib/coremltools/converters/mil/mil/program.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0919537Z copying build/lib/coremltools/converters/mil/mil/scope.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0921013Z copying build/lib/coremltools/converters/mil/mil/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0922477Z copying build/lib/coremltools/converters/mil/mil/var.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:14.0923729Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops 2025-06-05T23:55:14.0924955Z copying build/lib/coremltools/converters/mil/mil/ops/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:14.0926565Z copying build/lib/coremltools/converters/mil/mil/ops/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:14.0928189Z copying build/lib/coremltools/converters/mil/mil/ops/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:14.0929462Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:14.0930786Z copying build/lib/coremltools/converters/mil/mil/ops/defs/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:14.0932514Z copying build/lib/coremltools/converters/mil/mil/ops/defs/_op_reqs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:14.0934248Z copying build/lib/coremltools/converters/mil/mil/ops/defs/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:14.0936070Z copying build/lib/coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:14.0937590Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:14.0939204Z copying build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:14.0941293Z copying build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:14.0942842Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0944294Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0946241Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0948221Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/classify.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0950374Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0952320Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0954324Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0956407Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0958747Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0960727Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0962715Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0964842Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/pool.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0966781Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/random.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0968738Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0970720Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0972720Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0974761Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0976848Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:14.0978414Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:14.0979849Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:14.0981800Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:14.0983807Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:14.1004626Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:14.1006681Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:14.1008778Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:14.1010334Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1011784Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1013723Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1015678Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1017667Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1019882Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1021848Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1023828Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1025982Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1028029Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1030016Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1032052Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1034085Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1036179Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:14.1037731Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:14.1039316Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:14.1041266Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:14.1043269Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:14.1045227Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/states.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:14.1047249Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:14.1049334Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:14.1050972Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:14.1052317Z copying build/lib/coremltools/converters/mil/mil/ops/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:14.1054109Z copying build/lib/coremltools/converters/mil/mil/ops/tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:14.1055952Z copying build/lib/coremltools/converters/mil/mil/ops/tests/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:14.1057457Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:14.1059093Z copying build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:14.1061637Z copying build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:14.1063291Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1064763Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1066899Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1068975Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1071003Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1073057Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1075200Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1077303Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1079448Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1081507Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1083536Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1085522Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1087540Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1089583Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1091659Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1093775Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1095932Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:14.1097528Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:14.1099006Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:14.1101027Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:14.1121140Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:14.1123333Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:14.1124924Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:14.1126398Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:14.1128553Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:14.1130585Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:14.1132626Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:14.1134722Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:14.1136830Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:14.1138996Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:14.1140603Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1142073Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1144052Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1146062Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1148109Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1150385Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1152447Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1154487Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1156586Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1158764Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1160807Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1163131Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1165230Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1171401Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:14.1173004Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:14.1174683Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:14.1176687Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:14.1178735Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:14.1180750Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:14.1182874Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:14.1185010Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:14.1186495Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes 2025-06-05T23:55:14.1187777Z copying build/lib/coremltools/converters/mil/mil/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:14.1189492Z copying build/lib/coremltools/converters/mil/mil/passes/graph_pass.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:14.1191216Z copying build/lib/coremltools/converters/mil/mil/passes/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:14.1192957Z copying build/lib/coremltools/converters/mil/mil/passes/pass_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:14.1194747Z copying build/lib/coremltools/converters/mil/mil/passes/pass_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:14.1196106Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1197498Z copying build/lib/coremltools/converters/mil/mil/passes/defs/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1199582Z copying build/lib/coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1201619Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1203723Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1205786Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1207806Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1209978Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1211989Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1214162Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1216306Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1218296Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_state.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1220308Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1222305Z copying build/lib/coremltools/converters/mil/mil/passes/defs/preprocess.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1240840Z copying build/lib/coremltools/converters/mil/mil/passes/defs/quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1242825Z copying build/lib/coremltools/converters/mil/mil/passes/defs/randomize.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1244766Z copying build/lib/coremltools/converters/mil/mil/passes/defs/symbol_transform.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1246727Z copying build/lib/coremltools/converters/mil/mil/passes/defs/transformer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:14.1248222Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1249932Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1252079Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1254313Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1256535Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1258759Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1260984Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1263192Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1265424Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1267674Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1270110Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1272359Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1274767Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:14.1276533Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1278064Z copying build/lib/coremltools/converters/mil/mil/passes/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1280012Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1282083Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1284202Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1286262Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1288224Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1290234Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1292332Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1294374Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_state_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1296391Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:14.1297844Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/tests 2025-06-05T23:55:14.1299097Z copying build/lib/coremltools/converters/mil/mil/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:14.1300776Z copying build/lib/coremltools/converters/mil/mil/tests/test_block.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:14.1302481Z copying build/lib/coremltools/converters/mil/mil/tests/test_debug.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:14.1304206Z copying build/lib/coremltools/converters/mil/mil/tests/test_programs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:14.1305942Z copying build/lib/coremltools/converters/mil/mil/tests/test_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:14.1307230Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1308490Z copying build/lib/coremltools/converters/mil/mil/types/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1310279Z copying build/lib/coremltools/converters/mil/mil/types/annotate.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1312001Z copying build/lib/coremltools/converters/mil/mil/types/get_type_info.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1313756Z copying build/lib/coremltools/converters/mil/mil/types/global_methods.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1315594Z copying build/lib/coremltools/converters/mil/mil/types/symbolic.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1317385Z copying build/lib/coremltools/converters/mil/mil/types/type_bool.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1319194Z copying build/lib/coremltools/converters/mil/mil/types/type_complex.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1320917Z copying build/lib/coremltools/converters/mil/mil/types/type_dict.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1322639Z copying build/lib/coremltools/converters/mil/mil/types/type_double.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1324451Z copying build/lib/coremltools/converters/mil/mil/types/type_globals_pseudo_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1326221Z copying build/lib/coremltools/converters/mil/mil/types/type_int.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1327918Z copying build/lib/coremltools/converters/mil/mil/types/type_list.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1329645Z copying build/lib/coremltools/converters/mil/mil/types/type_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1331360Z copying build/lib/coremltools/converters/mil/mil/types/type_spec.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1333065Z copying build/lib/coremltools/converters/mil/mil/types/type_state.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1334760Z copying build/lib/coremltools/converters/mil/mil/types/type_str.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1336466Z copying build/lib/coremltools/converters/mil/mil/types/type_tensor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1376116Z copying build/lib/coremltools/converters/mil/mil/types/type_tuple.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1377862Z copying build/lib/coremltools/converters/mil/mil/types/type_unknown.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1379590Z copying build/lib/coremltools/converters/mil/mil/types/type_void.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:14.1380893Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:14.1382224Z copying build/lib/coremltools/converters/mil/mil/visitors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/visitors 2025-06-05T23:55:14.1383993Z copying build/lib/coremltools/converters/mil/mil/visitors/dot_visitor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/visitors 2025-06-05T23:55:14.1385293Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/sklearn 2025-06-05T23:55:14.1386473Z copying build/lib/coremltools/converters/sklearn/_LinearSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1388292Z copying build/lib/coremltools/converters/sklearn/_LinearSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1389798Z copying build/lib/coremltools/converters/sklearn/_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1391276Z copying build/lib/coremltools/converters/sklearn/_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1392881Z copying build/lib/coremltools/converters/sklearn/_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1394319Z copying build/lib/coremltools/converters/sklearn/_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1395989Z copying build/lib/coremltools/converters/sklearn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1397518Z copying build/lib/coremltools/converters/sklearn/_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1399209Z copying build/lib/coremltools/converters/sklearn/_converter_internal.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1400897Z copying build/lib/coremltools/converters/sklearn/_decision_tree_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1402598Z copying build/lib/coremltools/converters/sklearn/_decision_tree_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1404245Z copying build/lib/coremltools/converters/sklearn/_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1405938Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1407696Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1409337Z copying build/lib/coremltools/converters/sklearn/_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1410947Z copying build/lib/coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1412608Z copying build/lib/coremltools/converters/sklearn/_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1414251Z copying build/lib/coremltools/converters/sklearn/_logistic_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1415853Z copying build/lib/coremltools/converters/sklearn/_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1417424Z copying build/lib/coremltools/converters/sklearn/_one_hot_encoder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1418209Z copying build/lib/coremltools/converters/sklearn/_random_forest_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1418986Z copying build/lib/coremltools/converters/sklearn/_random_forest_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1419721Z copying build/lib/coremltools/converters/sklearn/_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1420426Z copying build/lib/coremltools/converters/sklearn/_sklearn_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1421163Z copying build/lib/coremltools/converters/sklearn/_standard_scaler.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1421856Z copying build/lib/coremltools/converters/sklearn/_svm_common.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1422694Z copying build/lib/coremltools/converters/sklearn/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:14.1423024Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/xgboost 2025-06-05T23:55:14.1423687Z copying build/lib/coremltools/converters/xgboost/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:14.1424430Z copying build/lib/coremltools/converters/xgboost/_tree.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:14.1425274Z copying build/lib/coremltools/converters/xgboost/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:14.1425548Z creating build/bdist.linux-aarch64/wheel/coremltools/models 2025-06-05T23:55:14.1426056Z copying build/lib/coremltools/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1426620Z copying build/lib/coremltools/models/_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1427161Z copying build/lib/coremltools/models/_deprecation.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1427742Z copying build/lib/coremltools/models/_feature_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1428345Z copying build/lib/coremltools/models/_interface_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1428959Z copying build/lib/coremltools/models/array_feature_extractor.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1429525Z copying build/lib/coremltools/models/compute_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1430082Z copying build/lib/coremltools/models/compute_plan.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1430622Z copying build/lib/coremltools/models/datatypes.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1431212Z copying build/lib/coremltools/models/feature_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1431722Z copying build/lib/coremltools/models/model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1432250Z copying build/lib/coremltools/models/pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1432803Z copying build/lib/coremltools/models/tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1433317Z copying build/lib/coremltools/models/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:14.1433635Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program 2025-06-05T23:55:14.1434270Z copying build/lib/coremltools/models/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:55:14.1434989Z copying build/lib/coremltools/models/ml_program/compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:55:14.1435385Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental 2025-06-05T23:55:14.1436186Z copying build/lib/coremltools/models/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:14.1437051Z copying build/lib/coremltools/models/ml_program/experimental/async_wrapper.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:14.1437934Z copying build/lib/coremltools/models/ml_program/experimental/compute_plan_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:14.1438899Z copying build/lib/coremltools/models/ml_program/experimental/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:14.1439892Z copying build/lib/coremltools/models/ml_program/experimental/model_structure_path.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:14.1440726Z copying build/lib/coremltools/models/ml_program/experimental/perf_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:14.1513183Z copying build/lib/coremltools/models/ml_program/experimental/remote_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:14.1514027Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:14.1514936Z copying build/lib/coremltools/models/ml_program/experimental/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:14.1515903Z copying build/lib/coremltools/models/ml_program/experimental/torch/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:14.1516814Z copying build/lib/coremltools/models/ml_program/experimental/torch/perf_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:14.1517166Z creating build/bdist.linux-aarch64/wheel/coremltools/models/nearest_neighbors 2025-06-05T23:55:14.1517915Z copying build/lib/coremltools/models/nearest_neighbors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:55:14.1518754Z copying build/lib/coremltools/models/nearest_neighbors/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:55:14.1519098Z creating build/bdist.linux-aarch64/wheel/coremltools/models/neural_network 2025-06-05T23:55:14.1519798Z copying build/lib/coremltools/models/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1520505Z copying build/lib/coremltools/models/neural_network/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1521283Z copying build/lib/coremltools/models/neural_network/flexible_shape_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1522072Z copying build/lib/coremltools/models/neural_network/optimization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1522775Z copying build/lib/coremltools/models/neural_network/printer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1523556Z copying build/lib/coremltools/models/neural_network/quantization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1524347Z copying build/lib/coremltools/models/neural_network/spec_inspection_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1525149Z copying build/lib/coremltools/models/neural_network/update_optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1525832Z copying build/lib/coremltools/models/neural_network/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:14.1526119Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize 2025-06-05T23:55:14.1526647Z copying build/lib/coremltools/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:55:14.1527176Z copying build/lib/coremltools/optimize/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:55:14.1527493Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml 2025-06-05T23:55:14.1528115Z copying build/lib/coremltools/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:14.1528914Z copying build/lib/coremltools/optimize/coreml/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:14.1529677Z copying build/lib/coremltools/optimize/coreml/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:14.1530389Z copying build/lib/coremltools/optimize/coreml/_quantization_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:14.1530910Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml/experimental 2025-06-05T23:55:14.1531815Z copying build/lib/coremltools/optimize/coreml/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:14.1532647Z copying build/lib/coremltools/optimize/coreml/experimental/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:14.1533514Z copying build/lib/coremltools/optimize/coreml/experimental/_model_debugger.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:14.1534463Z copying build/lib/coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:14.1535437Z copying build/lib/coremltools/optimize/coreml/experimental/test_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:14.1535746Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch 2025-06-05T23:55:14.1536364Z copying build/lib/coremltools/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:14.1536984Z copying build/lib/coremltools/optimize/torch/_logging.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:14.1537596Z copying build/lib/coremltools/optimize/torch/_typing.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:14.1538317Z copying build/lib/coremltools/optimize/torch/base_model_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:14.1539039Z copying build/lib/coremltools/optimize/torch/optimization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:14.1539382Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1540082Z copying build/lib/coremltools/optimize/torch/_utils/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1540808Z copying build/lib/coremltools/optimize/torch/_utils/dist_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1541526Z copying build/lib/coremltools/optimize/torch/_utils/fsdp_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1542263Z copying build/lib/coremltools/optimize/torch/_utils/graph_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1543059Z copying build/lib/coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1543751Z copying build/lib/coremltools/optimize/torch/_utils/k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1544474Z copying build/lib/coremltools/optimize/torch/_utils/math_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1545222Z copying build/lib/coremltools/optimize/torch/_utils/metadata_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1545973Z copying build/lib/coremltools/optimize/torch/_utils/model_size_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1546808Z copying build/lib/coremltools/optimize/torch/_utils/optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1547538Z copying build/lib/coremltools/optimize/torch/_utils/python_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1548250Z copying build/lib/coremltools/optimize/torch/_utils/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1549062Z copying build/lib/coremltools/optimize/torch/_utils/report_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1550104Z copying build/lib/coremltools/optimize/torch/_utils/state_dict_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1550847Z copying build/lib/coremltools/optimize/torch/_utils/torch_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1551583Z copying build/lib/coremltools/optimize/torch/_utils/transforms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1552343Z copying build/lib/coremltools/optimize/torch/_utils/validation_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1553083Z copying build/lib/coremltools/optimize/torch/_utils/version_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:14.1553540Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1554447Z copying build/lib/coremltools/optimize/torch/layerwise_compression/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1555494Z copying build/lib/coremltools/optimize/torch/layerwise_compression/_quant.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1556452Z copying build/lib/coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1635616Z copying build/lib/coremltools/optimize/torch/layerwise_compression/input_cacher.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1636693Z copying build/lib/coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1637087Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1637916Z copying build/lib/coremltools/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1638890Z copying build/lib/coremltools/optimize/torch/palettization/_custom_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1639781Z copying build/lib/coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1640717Z copying build/lib/coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1641584Z copying build/lib/coremltools/optimize/torch/palettization/_partitioner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1642476Z copying build/lib/coremltools/optimize/torch/palettization/_supported_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1643286Z copying build/lib/coremltools/optimize/torch/palettization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1644416Z copying build/lib/coremltools/optimize/torch/palettization/fake_palettize.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1645348Z copying build/lib/coremltools/optimize/torch/palettization/palettization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1646219Z copying build/lib/coremltools/optimize/torch/palettization/palettizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1647353Z copying build/lib/coremltools/optimize/torch/palettization/post_training_palettization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1648360Z copying build/lib/coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:14.1648751Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/pruning 2025-06-05T23:55:14.1649603Z copying build/lib/coremltools/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:14.1650367Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:14.1651177Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:14.1651901Z copying build/lib/coremltools/optimize/torch/pruning/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:14.1652708Z copying build/lib/coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:14.1653523Z copying build/lib/coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:14.1653905Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1654698Z copying build/lib/coremltools/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1655572Z copying build/lib/coremltools/optimize/torch/quantization/_annotation_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1656420Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1657301Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1658128Z copying build/lib/coremltools/optimize/torch/quantization/_configure.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1658990Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1659893Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1660749Z copying build/lib/coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1661549Z copying build/lib/coremltools/optimize/torch/quantization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1662501Z copying build/lib/coremltools/optimize/torch/quantization/post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1663537Z copying build/lib/coremltools/optimize/torch/quantization/quantization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1664403Z copying build/lib/coremltools/optimize/torch/quantization/quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:14.1664845Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1665861Z copying build/lib/coremltools/optimize/torch/quantization/modules/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1666992Z copying build/lib/coremltools/optimize/torch/quantization/modules/conv_transpose.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1668012Z copying build/lib/coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1668982Z copying build/lib/coremltools/optimize/torch/quantization/modules/fused_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1670007Z copying build/lib/coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1670966Z copying build/lib/coremltools/optimize/torch/quantization/modules/observers.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1671912Z copying build/lib/coremltools/optimize/torch/quantization/modules/qat_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1672916Z copying build/lib/coremltools/optimize/torch/quantization/modules/quantized_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:14.1673173Z creating build/bdist.linux-aarch64/wheel/coremltools/proto 2025-06-05T23:55:14.1673820Z copying build/lib/coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1674430Z copying build/lib/coremltools/proto/AudioFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1675105Z copying build/lib/coremltools/proto/BayesianProbitRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1675723Z copying build/lib/coremltools/proto/CategoricalMapping_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1676424Z copying build/lib/coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1676995Z copying build/lib/coremltools/proto/CustomModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1677580Z copying build/lib/coremltools/proto/DataStructures_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1678276Z copying build/lib/coremltools/proto/DictVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1678856Z copying build/lib/coremltools/proto/FeatureTypes_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1679474Z copying build/lib/coremltools/proto/FeatureVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1680050Z copying build/lib/coremltools/proto/GLMClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1680627Z copying build/lib/coremltools/proto/GLMRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1783293Z copying build/lib/coremltools/proto/Gazetteer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1783847Z copying build/lib/coremltools/proto/Identity_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1784648Z copying build/lib/coremltools/proto/Imputer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1785335Z copying build/lib/coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1785892Z copying build/lib/coremltools/proto/LinkedModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1786557Z copying build/lib/coremltools/proto/MIL_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1787069Z copying build/lib/coremltools/proto/Model_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1787842Z copying build/lib/coremltools/proto/NamedParameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1788462Z copying build/lib/coremltools/proto/NearestNeighbors_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1789040Z copying build/lib/coremltools/proto/NeuralNetwork_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1789692Z copying build/lib/coremltools/proto/NonMaximumSuppression_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1790241Z copying build/lib/coremltools/proto/Normalizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1790818Z copying build/lib/coremltools/proto/OneHotEncoder_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1791376Z copying build/lib/coremltools/proto/Parameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1791869Z copying build/lib/coremltools/proto/SVM_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1792387Z copying build/lib/coremltools/proto/Scaler_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1793089Z copying build/lib/coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1793670Z copying build/lib/coremltools/proto/TextClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1794232Z copying build/lib/coremltools/proto/TreeEnsemble_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1794861Z copying build/lib/coremltools/proto/VisionFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1795435Z copying build/lib/coremltools/proto/WordEmbedding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1795991Z copying build/lib/coremltools/proto/WordTagger_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1796487Z copying build/lib/coremltools/proto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:14.1796736Z creating build/bdist.linux-aarch64/wheel/coremltools/test 2025-06-05T23:55:14.1797206Z copying build/lib/coremltools/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:55:14.1797676Z copying build/lib/coremltools/test/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:55:14.1798030Z creating build/bdist.linux-aarch64/wheel/coremltools/test/api 2025-06-05T23:55:14.1798565Z copying build/lib/coremltools/test/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:14.1799162Z copying build/lib/coremltools/test/api/test_api_examples.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:14.1799798Z copying build/lib/coremltools/test/api/test_api_visibilities.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:14.1800074Z creating build/bdist.linux-aarch64/wheel/coremltools/test/blob 2025-06-05T23:55:14.1800735Z copying build/lib/coremltools/test/blob/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:55:14.1801327Z copying build/lib/coremltools/test/blob/test_weights.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:55:14.1801638Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program 2025-06-05T23:55:14.1802245Z copying build/lib/coremltools/test/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:14.1803006Z copying build/lib/coremltools/test/ml_program/test_compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:14.1803733Z copying build/lib/coremltools/test/ml_program/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:14.1804130Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program/experimental 2025-06-05T23:55:14.1804915Z copying build/lib/coremltools/test/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:14.1805800Z copying build/lib/coremltools/test/ml_program/experimental/test_compute_plan_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:14.1806666Z copying build/lib/coremltools/test/ml_program/experimental/test_debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:14.1807505Z copying build/lib/coremltools/test/ml_program/experimental/test_perf_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:14.1808360Z copying build/lib/coremltools/test/ml_program/experimental/test_remote_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:14.1809259Z copying build/lib/coremltools/test/ml_program/experimental/test_torch_debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:14.1809588Z creating build/bdist.linux-aarch64/wheel/coremltools/test/modelpackage 2025-06-05T23:55:14.1810247Z copying build/lib/coremltools/test/modelpackage/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:14.1810952Z copying build/lib/coremltools/test/modelpackage/test_mlmodel.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:14.1811701Z copying build/lib/coremltools/test/modelpackage/test_modelpackage.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:14.1812028Z creating build/bdist.linux-aarch64/wheel/coremltools/test/neural_network 2025-06-05T23:55:14.1812698Z copying build/lib/coremltools/test/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1813451Z copying build/lib/coremltools/test/neural_network/test_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1814218Z copying build/lib/coremltools/test/neural_network/test_custom_neural_nets.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1814905Z copying build/lib/coremltools/test/neural_network/test_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1815660Z copying build/lib/coremltools/test/neural_network/test_neural_networks.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1816378Z copying build/lib/coremltools/test/neural_network/test_nn_builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1817125Z copying build/lib/coremltools/test/neural_network/test_numpy_nn_layers.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1817874Z copying build/lib/coremltools/test/neural_network/test_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1818751Z copying build/lib/coremltools/test/neural_network/test_simple_nn_inference.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1819472Z copying build/lib/coremltools/test/neural_network/test_tf_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:14.1819776Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize 2025-06-05T23:55:14.1820449Z copying build/lib/coremltools/test/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:55:14.1821077Z copying build/lib/coremltools/test/optimize/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:55:14.1821483Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/api 2025-06-05T23:55:14.1822150Z copying build/lib/coremltools/test/optimize/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:55:14.1822891Z copying build/lib/coremltools/test/optimize/api/test_optimize_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:55:14.1823235Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/coreml 2025-06-05T23:55:14.1823935Z copying build/lib/coremltools/test/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:14.1824673Z copying build/lib/coremltools/test/optimize/coreml/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:14.1903415Z copying build/lib/coremltools/test/optimize/coreml/test_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:14.1903763Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch 2025-06-05T23:55:14.1904449Z copying build/lib/coremltools/test/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:14.1905176Z copying build/lib/coremltools/test/optimize/torch/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:14.1905893Z copying build/lib/coremltools/test/optimize/torch/smoke_test.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:14.1906648Z copying build/lib/coremltools/test/optimize/torch/test_api_surface.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:14.1907427Z copying build/lib/coremltools/test/optimize/torch/test_base_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:14.1908119Z copying build/lib/coremltools/test/optimize/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:14.1908526Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:14.1909368Z copying build/lib/coremltools/test/optimize/torch/conversion/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion 2025-06-05T23:55:14.1910286Z copying build/lib/coremltools/test/optimize/torch/conversion/conversion_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion 2025-06-05T23:55:14.1910737Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:14.1911657Z copying build/lib/coremltools/test/optimize/torch/conversion/joint/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:14.1912761Z copying build/lib/coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:14.1913274Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:14.1914551Z copying build/lib/coremltools/test/optimize/torch/conversion/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:14.1915752Z copying build/lib/coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:14.1916359Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:14.1917310Z copying build/lib/coremltools/test/optimize/torch/conversion/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:14.1918627Z copying build/lib/coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:14.1919140Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:14.1920161Z copying build/lib/coremltools/test/optimize/torch/conversion/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:14.1921330Z copying build/lib/coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:14.1921816Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1922790Z copying build/lib/coremltools/test/optimize/torch/layerwise_compression/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1923820Z copying build/lib/coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1924819Z copying build/lib/coremltools/test/optimize/torch/layerwise_compression/test_quant.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:14.1925192Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/models 2025-06-05T23:55:14.1926003Z copying build/lib/coremltools/test/optimize/torch/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:14.1926789Z copying build/lib/coremltools/test/optimize/torch/models/mnist.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:14.1927630Z copying build/lib/coremltools/test/optimize/torch/models/multi_input_net.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:14.1928062Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.1928947Z copying build/lib/coremltools/test/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.1929936Z copying build/lib/coremltools/test/optimize/torch/palettization/palettization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.1930932Z copying build/lib/coremltools/test/optimize/torch/palettization/test_palettization_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.1931937Z copying build/lib/coremltools/test/optimize/torch/palettization/test_palettization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.1932890Z copying build/lib/coremltools/test/optimize/torch/palettization/test_palettizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.1934041Z copying build/lib/coremltools/test/optimize/torch/palettization/test_post_training_palettization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.1935025Z copying build/lib/coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:14.1935405Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.1936287Z copying build/lib/coremltools/test/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.1937218Z copying build/lib/coremltools/test/optimize/torch/pruning/pruning_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.1938094Z copying build/lib/coremltools/test/optimize/torch/pruning/test_base_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.1938999Z copying build/lib/coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.1939901Z copying build/lib/coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:14.1940313Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1941187Z copying build/lib/coremltools/test/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1942122Z copying build/lib/coremltools/test/optimize/torch/quantization/test_configure.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1943086Z copying build/lib/coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1944098Z copying build/lib/coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1945020Z copying build/lib/coremltools/test/optimize/torch/quantization/test_observers.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1946052Z copying build/lib/coremltools/test/optimize/torch/quantization/test_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1946988Z copying build/lib/coremltools/test/optimize/torch/quantization/test_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1947886Z copying build/lib/coremltools/test/optimize/torch/quantization/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:14.1948296Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3060974Z copying build/lib/coremltools/test/optimize/torch/test_utils/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3062895Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3064780Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3066689Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_metadata_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3068629Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3070861Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_report_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3072773Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_torch_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3074893Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_validation_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:14.3076256Z creating build/bdist.linux-aarch64/wheel/coremltools/test/pipeline 2025-06-05T23:55:14.3077495Z copying build/lib/coremltools/test/pipeline/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:14.3079051Z copying build/lib/coremltools/test/pipeline/test_model_updatable.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:14.3080572Z copying build/lib/coremltools/test/pipeline/test_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:14.3081706Z creating build/bdist.linux-aarch64/wheel/coremltools/test/sklearn_tests 2025-06-05T23:55:14.3082844Z copying build/lib/coremltools/test/sklearn_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3084337Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3085839Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3087346Z copying build/lib/coremltools/test/sklearn_tests/test_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3088819Z copying build/lib/coremltools/test/sklearn_tests/test_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3090414Z copying build/lib/coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3092112Z copying build/lib/coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3093775Z copying build/lib/coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3095397Z copying build/lib/coremltools/test/sklearn_tests/test_feature_names.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3097017Z copying build/lib/coremltools/test/sklearn_tests/test_glm_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3098590Z copying build/lib/coremltools/test/sklearn_tests/test_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3100133Z copying build/lib/coremltools/test/sklearn_tests/test_io_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3101755Z copying build/lib/coremltools/test/sklearn_tests/test_k_neighbors_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3103451Z copying build/lib/coremltools/test/sklearn_tests/test_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3105159Z copying build/lib/coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3106824Z copying build/lib/coremltools/test/sklearn_tests/test_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3108434Z copying build/lib/coremltools/test/sklearn_tests/test_one_hot_encoder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3110243Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3112021Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3113939Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3115822Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3117566Z copying build/lib/coremltools/test/sklearn_tests/test_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3119303Z copying build/lib/coremltools/test/sklearn_tests/test_standard_scalar.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3120869Z copying build/lib/coremltools/test/sklearn_tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:14.3122028Z creating build/bdist.linux-aarch64/wheel/coremltools/test/xgboost_tests 2025-06-05T23:55:14.3123162Z copying build/lib/coremltools/test/xgboost_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3124752Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3126543Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3128316Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3130105Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3131885Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3133667Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3135462Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3137244Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:14.3138373Z running install_egg_info 2025-06-05T23:55:14.3138733Z running egg_info 2025-06-05T23:55:14.3139081Z writing coremltools.egg-info/PKG-INFO 2025-06-05T23:55:14.3139694Z writing dependency_links to coremltools.egg-info/dependency_links.txt 2025-06-05T23:55:14.3140401Z writing requirements to coremltools.egg-info/requires.txt 2025-06-05T23:55:14.3141065Z writing top-level names to coremltools.egg-info/top_level.txt 2025-06-05T23:55:14.3141725Z reading manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:55:14.3142276Z reading manifest template 'MANIFEST.in' 2025-06-05T23:55:14.3142732Z adding license file 'LICENSE.txt' 2025-06-05T23:55:14.3143156Z adding license file 'NOTICE.txt' 2025-06-05T23:55:14.3143678Z writing manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:55:14.3144544Z Copying coremltools.egg-info to build/bdist.linux-aarch64/wheel/./coremltools-8.3.0-py3.10.egg-info 2025-06-05T23:55:14.3145457Z running install_scripts 2025-06-05T23:55:14.3146033Z creating build/bdist.linux-aarch64/wheel/coremltools-8.3.0.dist-info/WHEEL 2025-06-05T23:55:14.3147124Z creating '/tmp/pip-wheel-e4w8c23w/coremltools-8.3.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2025-06-05T23:55:14.3148031Z adding 'coremltools/__init__.py' 2025-06-05T23:55:14.3148452Z adding 'coremltools/version.py' 2025-06-05T23:55:14.3148972Z adding 'coremltools/_deps/__init__.py' 2025-06-05T23:55:14.3149609Z adding 'coremltools/converters/__init__.py' 2025-06-05T23:55:14.3150170Z adding 'coremltools/converters/_converters_entry.py' 2025-06-05T23:55:14.3150736Z adding 'coremltools/converters/_profile_utils.py' 2025-06-05T23:55:14.3151278Z adding 'coremltools/converters/libsvm/__init__.py' 2025-06-05T23:55:14.3152096Z adding 'coremltools/converters/libsvm/_libsvm_converter.py' 2025-06-05T23:55:14.3152736Z adding 'coremltools/converters/libsvm/_libsvm_util.py' 2025-06-05T23:55:14.3153298Z adding 'coremltools/converters/mil/__init__.py' 2025-06-05T23:55:14.3153925Z adding 'coremltools/converters/mil/_deployment_compatibility.py' 2025-06-05T23:55:14.3154561Z adding 'coremltools/converters/mil/conftest.py' 2025-06-05T23:55:14.3750366Z adding 'coremltools/converters/mil/converter.py' 2025-06-05T23:55:14.3751012Z adding 'coremltools/converters/mil/debugging_utils.py' 2025-06-05T23:55:14.3751597Z adding 'coremltools/converters/mil/input_types.py' 2025-06-05T23:55:14.3752250Z adding 'coremltools/converters/mil/test_inputs_outputs_shape.py' 2025-06-05T23:55:14.3752894Z adding 'coremltools/converters/mil/testing_reqs.py' 2025-06-05T23:55:14.3753498Z adding 'coremltools/converters/mil/testing_utils.py' 2025-06-05T23:55:14.3754099Z adding 'coremltools/converters/mil/backend/__init__.py' 2025-06-05T23:55:14.3754743Z adding 'coremltools/converters/mil/backend/backend_helper.py' 2025-06-05T23:55:14.3755400Z adding 'coremltools/converters/mil/backend/mil/__init__.py' 2025-06-05T23:55:14.3756050Z adding 'coremltools/converters/mil/backend/mil/helper.py' 2025-06-05T23:55:14.3756662Z adding 'coremltools/converters/mil/backend/mil/load.py' 2025-06-05T23:55:14.3757310Z adding 'coremltools/converters/mil/backend/mil/test_helper.py' 2025-06-05T23:55:14.3758071Z adding 'coremltools/converters/mil/backend/mil/test_load.py' 2025-06-05T23:55:14.3758802Z adding 'coremltools/converters/mil/backend/mil/passes/__init__.py' 2025-06-05T23:55:14.3759682Z adding 'coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py' 2025-06-05T23:55:14.3760633Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py' 2025-06-05T23:55:14.3761496Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py' 2025-06-05T23:55:14.3762421Z adding 'coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py' 2025-06-05T23:55:14.3763396Z adding 'coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py' 2025-06-05T23:55:14.3764253Z adding 'coremltools/converters/mil/backend/mil/passes/test_passes.py' 2025-06-05T23:55:14.3764963Z adding 'coremltools/converters/mil/backend/nn/__init__.py' 2025-06-05T23:55:14.3765584Z adding 'coremltools/converters/mil/backend/nn/load.py' 2025-06-05T23:55:14.3766309Z adding 'coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py' 2025-06-05T23:55:14.3767082Z adding 'coremltools/converters/mil/backend/nn/op_mapping.py' 2025-06-05T23:55:14.3767788Z adding 'coremltools/converters/mil/backend/nn/passes/__init__.py' 2025-06-05T23:55:14.3768613Z adding 'coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py' 2025-06-05T23:55:14.3769514Z adding 'coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py' 2025-06-05T23:55:14.3770402Z adding 'coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py' 2025-06-05T23:55:14.3771368Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py' 2025-06-05T23:55:14.3772678Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py' 2025-06-05T23:55:14.3773623Z adding 'coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py' 2025-06-05T23:55:14.3774474Z adding 'coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py' 2025-06-05T23:55:14.3775321Z adding 'coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py' 2025-06-05T23:55:14.3776149Z adding 'coremltools/converters/mil/backend/nn/passes/test_passes.py' 2025-06-05T23:55:14.3777007Z adding 'coremltools/converters/mil/experimental/__init__.py' 2025-06-05T23:55:14.3777715Z adding 'coremltools/converters/mil/experimental/passes/README.md' 2025-06-05T23:55:14.3778464Z adding 'coremltools/converters/mil/experimental/passes/__init__.py' 2025-06-05T23:55:14.3779546Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py' 2025-06-05T23:55:14.3780571Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py' 2025-06-05T23:55:14.3781569Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py' 2025-06-05T23:55:14.3782698Z adding 'coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py' 2025-06-05T23:55:14.3783820Z adding 'coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py' 2025-06-05T23:55:14.3784833Z adding 'coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py' 2025-06-05T23:55:14.3785657Z adding 'coremltools/converters/mil/frontend/__init__.py' 2025-06-05T23:55:14.3786273Z adding 'coremltools/converters/mil/frontend/_utils.py' 2025-06-05T23:55:14.3786939Z adding 'coremltools/converters/mil/frontend/milproto/__init__.py' 2025-06-05T23:55:14.3787660Z adding 'coremltools/converters/mil/frontend/milproto/helper.py' 2025-06-05T23:55:14.3788357Z adding 'coremltools/converters/mil/frontend/milproto/load.py' 2025-06-05T23:55:14.3789068Z adding 'coremltools/converters/mil/frontend/milproto/test_load.py' 2025-06-05T23:55:14.3789828Z adding 'coremltools/converters/mil/frontend/tensorflow/__init__.py' 2025-06-05T23:55:14.3790634Z adding 'coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py' 2025-06-05T23:55:14.3791481Z adding 'coremltools/converters/mil/frontend/tensorflow/convert_utils.py' 2025-06-05T23:55:14.3792287Z adding 'coremltools/converters/mil/frontend/tensorflow/converter.py' 2025-06-05T23:55:14.3793071Z adding 'coremltools/converters/mil/frontend/tensorflow/dialect_ops.py' 2025-06-05T23:55:14.3793870Z adding 'coremltools/converters/mil/frontend/tensorflow/dot_visitor.py' 2025-06-05T23:55:14.3794614Z adding 'coremltools/converters/mil/frontend/tensorflow/load.py' 2025-06-05T23:55:14.3795390Z adding 'coremltools/converters/mil/frontend/tensorflow/naming_utils.py' 2025-06-05T23:55:14.3796141Z adding 'coremltools/converters/mil/frontend/tensorflow/ops.py' 2025-06-05T23:55:14.3796851Z adding 'coremltools/converters/mil/frontend/tensorflow/parse.py' 2025-06-05T23:55:14.3797637Z adding 'coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py' 2025-06-05T23:55:14.3798598Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py' 2025-06-05T23:55:14.3799383Z adding 'coremltools/converters/mil/frontend/tensorflow/tfssa.py' 2025-06-05T23:55:14.3800186Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py' 2025-06-05T23:55:14.3801222Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py' 2025-06-05T23:55:14.3802286Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py' 2025-06-05T23:55:14.3803250Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py' 2025-06-05T23:55:14.3804260Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py' 2025-06-05T23:55:14.3805195Z adding 'coremltools/converters/mil/frontend/tensorflow/test/__init__.py' 2025-06-05T23:55:14.3806256Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py' 2025-06-05T23:55:14.3807193Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py' 2025-06-05T23:55:14.3808086Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py' 2025-06-05T23:55:14.3808938Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_load.py' 2025-06-05T23:55:14.3809841Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_ops.py' 2025-06-05T23:55:14.3810676Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parse.py' 2025-06-05T23:55:14.3811579Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py' 2025-06-05T23:55:14.3812661Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py' 2025-06-05T23:55:14.3813624Z adding 'coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py' 2025-06-05T23:55:14.3814540Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py' 2025-06-05T23:55:14.3815513Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py' 2025-06-05T23:55:14.3816558Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py' 2025-06-05T23:55:14.3817623Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py' 2025-06-05T23:55:14.3818650Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py' 2025-06-05T23:55:14.3819753Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py' 2025-06-05T23:55:14.3820881Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py' 2025-06-05T23:55:14.3821958Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py' 2025-06-05T23:55:14.3823019Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py' 2025-06-05T23:55:14.3824067Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py' 2025-06-05T23:55:14.3825157Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py' 2025-06-05T23:55:14.3826288Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py' 2025-06-05T23:55:14.3827325Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py' 2025-06-05T23:55:14.3828192Z adding 'coremltools/converters/mil/frontend/tensorflow2/__init__.py' 2025-06-05T23:55:14.3828963Z adding 'coremltools/converters/mil/frontend/tensorflow2/converter.py' 2025-06-05T23:55:14.3829720Z adding 'coremltools/converters/mil/frontend/tensorflow2/load.py' 2025-06-05T23:55:14.3830435Z adding 'coremltools/converters/mil/frontend/tensorflow2/ops.py' 2025-06-05T23:55:14.3831250Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py' 2025-06-05T23:55:14.3832243Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py' 2025-06-05T23:55:14.3833260Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py' 2025-06-05T23:55:14.3834173Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/__init__.py' 2025-06-05T23:55:14.3835096Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py' 2025-06-05T23:55:14.3836069Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py' 2025-06-05T23:55:14.3836943Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py' 2025-06-05T23:55:14.3837873Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py' 2025-06-05T23:55:14.3838923Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py' 2025-06-05T23:55:14.3839844Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py' 2025-06-05T23:55:14.3841087Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py' 2025-06-05T23:55:14.3842054Z adding 'coremltools/converters/mil/frontend/torch/__init__.py' 2025-06-05T23:55:14.4648427Z adding 'coremltools/converters/mil/frontend/torch/converter.py' 2025-06-05T23:55:14.4649291Z adding 'coremltools/converters/mil/frontend/torch/dialect_ops.py' 2025-06-05T23:55:14.4650141Z adding 'coremltools/converters/mil/frontend/torch/exir_utils.py' 2025-06-05T23:55:14.4651203Z adding 'coremltools/converters/mil/frontend/torch/internal_graph.py' 2025-06-05T23:55:14.4651923Z adding 'coremltools/converters/mil/frontend/torch/load.py' 2025-06-05T23:55:14.4652552Z adding 'coremltools/converters/mil/frontend/torch/ops.py' 2025-06-05T23:55:14.4653514Z adding 'coremltools/converters/mil/frontend/torch/quantization_ops.py' 2025-06-05T23:55:14.4654337Z adding 'coremltools/converters/mil/frontend/torch/torch_op_registry.py' 2025-06-05T23:55:14.4655136Z adding 'coremltools/converters/mil/frontend/torch/torchir_passes.py' 2025-06-05T23:55:14.4655943Z adding 'coremltools/converters/mil/frontend/torch/torchscript_utils.py' 2025-06-05T23:55:14.4656673Z adding 'coremltools/converters/mil/frontend/torch/utils.py' 2025-06-05T23:55:14.4657415Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py' 2025-06-05T23:55:14.4658361Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py' 2025-06-05T23:55:14.4659469Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py' 2025-06-05T23:55:14.4660415Z adding 'coremltools/converters/mil/frontend/torch/test/__init__.py' 2025-06-05T23:55:14.4661226Z adding 'coremltools/converters/mil/frontend/torch/test/test_custom_ops.py' 2025-06-05T23:55:14.4662065Z adding 'coremltools/converters/mil/frontend/torch/test/test_examples.py' 2025-06-05T23:55:14.4662923Z adding 'coremltools/converters/mil/frontend/torch/test/test_internal_graph.py' 2025-06-05T23:55:14.4663777Z adding 'coremltools/converters/mil/frontend/torch/test/test_passes.py' 2025-06-05T23:55:14.4664657Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py' 2025-06-05T23:55:14.4665687Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py' 2025-06-05T23:55:14.4666744Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py' 2025-06-05T23:55:14.4667698Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_ops.py' 2025-06-05T23:55:14.4668619Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py' 2025-06-05T23:55:14.4669606Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py' 2025-06-05T23:55:14.4670516Z adding 'coremltools/converters/mil/frontend/torch/test/testing_utils.py' 2025-06-05T23:55:14.4671208Z adding 'coremltools/converters/mil/mil/__init__.py' 2025-06-05T23:55:14.4671762Z adding 'coremltools/converters/mil/mil/block.py' 2025-06-05T23:55:14.4672311Z adding 'coremltools/converters/mil/mil/builder.py' 2025-06-05T23:55:14.4672882Z adding 'coremltools/converters/mil/mil/input_type.py' 2025-06-05T23:55:14.4673469Z adding 'coremltools/converters/mil/mil/operation.py' 2025-06-05T23:55:14.4674029Z adding 'coremltools/converters/mil/mil/program.py' 2025-06-05T23:55:14.4674581Z adding 'coremltools/converters/mil/mil/scope.py' 2025-06-05T23:55:14.4675118Z adding 'coremltools/converters/mil/mil/utils.py' 2025-06-05T23:55:14.4675647Z adding 'coremltools/converters/mil/mil/var.py' 2025-06-05T23:55:14.4676201Z adding 'coremltools/converters/mil/mil/ops/__init__.py' 2025-06-05T23:55:14.4676800Z adding 'coremltools/converters/mil/mil/ops/helper.py' 2025-06-05T23:55:14.4677406Z adding 'coremltools/converters/mil/mil/ops/registry.py' 2025-06-05T23:55:14.4678145Z adding 'coremltools/converters/mil/mil/ops/defs/__init__.py' 2025-06-05T23:55:14.4678813Z adding 'coremltools/converters/mil/mil/ops/defs/_op_reqs.py' 2025-06-05T23:55:14.4679674Z adding 'coremltools/converters/mil/mil/ops/defs/_utils.py' 2025-06-05T23:55:14.4680399Z adding 'coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py' 2025-06-05T23:55:14.4681228Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py' 2025-06-05T23:55:14.4682059Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py' 2025-06-05T23:55:14.4682908Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py' 2025-06-05T23:55:14.4683662Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/activation.py' 2025-06-05T23:55:14.4684427Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/classify.py' 2025-06-05T23:55:14.4685290Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py' 2025-06-05T23:55:14.4686042Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/conv.py' 2025-06-05T23:55:14.4686812Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py' 2025-06-05T23:55:14.4687685Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py' 2025-06-05T23:55:14.4688525Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py' 2025-06-05T23:55:14.4689285Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/linear.py' 2025-06-05T23:55:14.4690045Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py' 2025-06-05T23:55:14.4690792Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/pool.py' 2025-06-05T23:55:14.4691495Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/random.py' 2025-06-05T23:55:14.4692228Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py' 2025-06-05T23:55:14.4692996Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py' 2025-06-05T23:55:14.4693787Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py' 2025-06-05T23:55:14.4694618Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py' 2025-06-05T23:55:14.4695511Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py' 2025-06-05T23:55:14.4696335Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py' 2025-06-05T23:55:14.4697109Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py' 2025-06-05T23:55:14.4697913Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py' 2025-06-05T23:55:14.4698742Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py' 2025-06-05T23:55:14.4699574Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py' 2025-06-05T23:55:14.4700453Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py' 2025-06-05T23:55:14.4701292Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py' 2025-06-05T23:55:14.4702040Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/activation.py' 2025-06-05T23:55:14.4702769Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/conv.py' 2025-06-05T23:55:14.4703542Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py' 2025-06-05T23:55:14.4704380Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py' 2025-06-05T23:55:14.4705146Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/linear.py' 2025-06-05T23:55:14.4705902Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py' 2025-06-05T23:55:14.4706738Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py' 2025-06-05T23:55:14.4707536Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py' 2025-06-05T23:55:14.4708292Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py' 2025-06-05T23:55:14.4709088Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py' 2025-06-05T23:55:14.4709917Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py' 2025-06-05T23:55:14.4710802Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py' 2025-06-05T23:55:14.4711751Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py' 2025-06-05T23:55:14.4712512Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/compression.py' 2025-06-05T23:55:14.4713284Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py' 2025-06-05T23:55:14.4714020Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/states.py' 2025-06-05T23:55:14.4714917Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py' 2025-06-05T23:55:14.4715775Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py' 2025-06-05T23:55:14.4716506Z adding 'coremltools/converters/mil/mil/ops/tests/__init__.py' 2025-06-05T23:55:14.4717283Z adding 'coremltools/converters/mil/mil/ops/tests/test_utils.py' 2025-06-05T23:55:14.4718134Z adding 'coremltools/converters/mil/mil/ops/tests/testing_utils.py' 2025-06-05T23:55:14.4718944Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py' 2025-06-05T23:55:14.4719897Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py' 2025-06-05T23:55:14.4720790Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py' 2025-06-05T23:55:14.4721583Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py' 2025-06-05T23:55:14.4722439Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py' 2025-06-05T23:55:14.4723253Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py' 2025-06-05T23:55:14.4724105Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py' 2025-06-05T23:55:14.4725049Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py' 2025-06-05T23:55:14.4725974Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py' 2025-06-05T23:55:14.4726820Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py' 2025-06-05T23:55:14.4727655Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py' 2025-06-05T23:55:14.4728492Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py' 2025-06-05T23:55:14.4729266Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py' 2025-06-05T23:55:14.4730078Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py' 2025-06-05T23:55:14.4730940Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py' 2025-06-05T23:55:14.4731804Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py' 2025-06-05T23:55:14.4732714Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py' 2025-06-05T23:55:14.4733664Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py' 2025-06-05T23:55:14.4734548Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py' 2025-06-05T23:55:14.4735385Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py' 2025-06-05T23:55:14.4736309Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py' 2025-06-05T23:55:14.4737256Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py' 2025-06-05T23:55:14.4738129Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py' 2025-06-05T23:55:14.5320884Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py' 2025-06-05T23:55:14.5321865Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py' 2025-06-05T23:55:14.5322703Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py' 2025-06-05T23:55:14.5323606Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py' 2025-06-05T23:55:14.5340911Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py' 2025-06-05T23:55:14.5342098Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py' 2025-06-05T23:55:14.5342979Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py' 2025-06-05T23:55:14.5344072Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py' 2025-06-05T23:55:14.5344876Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py' 2025-06-05T23:55:14.5345724Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py' 2025-06-05T23:55:14.5346631Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py' 2025-06-05T23:55:14.5347614Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py' 2025-06-05T23:55:14.5348453Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py' 2025-06-05T23:55:14.5349326Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py' 2025-06-05T23:55:14.5350530Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py' 2025-06-05T23:55:14.5351376Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py' 2025-06-05T23:55:14.5352248Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py' 2025-06-05T23:55:14.5353148Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py' 2025-06-05T23:55:14.5354115Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py' 2025-06-05T23:55:14.5354993Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py' 2025-06-05T23:55:14.5355800Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py' 2025-06-05T23:55:14.5356650Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py' 2025-06-05T23:55:14.5357452Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py' 2025-06-05T23:55:14.5358470Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py' 2025-06-05T23:55:14.5359415Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py' 2025-06-05T23:55:14.5360168Z adding 'coremltools/converters/mil/mil/passes/__init__.py' 2025-06-05T23:55:14.5360828Z adding 'coremltools/converters/mil/mil/passes/graph_pass.py' 2025-06-05T23:55:14.5361469Z adding 'coremltools/converters/mil/mil/passes/helper.py' 2025-06-05T23:55:14.5362134Z adding 'coremltools/converters/mil/mil/passes/pass_pipeline.py' 2025-06-05T23:55:14.5362840Z adding 'coremltools/converters/mil/mil/passes/pass_registry.py' 2025-06-05T23:55:14.5363543Z adding 'coremltools/converters/mil/mil/passes/defs/__init__.py' 2025-06-05T23:55:14.5364354Z adding 'coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py' 2025-06-05T23:55:14.5365244Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation.py' 2025-06-05T23:55:14.5366195Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py' 2025-06-05T23:55:14.5367098Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_conv.py' 2025-06-05T23:55:14.5367962Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py' 2025-06-05T23:55:14.5368843Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_linear.py' 2025-06-05T23:55:14.5369691Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_normalization.py' 2025-06-05T23:55:14.5370583Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_quantization.py' 2025-06-05T23:55:14.5371446Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py' 2025-06-05T23:55:14.5372274Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_state.py' 2025-06-05T23:55:14.5373128Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py' 2025-06-05T23:55:14.5373972Z adding 'coremltools/converters/mil/mil/passes/defs/preprocess.py' 2025-06-05T23:55:14.5374728Z adding 'coremltools/converters/mil/mil/passes/defs/quantization.py' 2025-06-05T23:55:14.5375477Z adding 'coremltools/converters/mil/mil/passes/defs/randomize.py' 2025-06-05T23:55:14.5376247Z adding 'coremltools/converters/mil/mil/passes/defs/symbol_transform.py' 2025-06-05T23:55:14.5377215Z adding 'coremltools/converters/mil/mil/passes/defs/transformer.py' 2025-06-05T23:55:14.5378000Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py' 2025-06-05T23:55:14.5378883Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py' 2025-06-05T23:55:14.5379840Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py' 2025-06-05T23:55:14.5380934Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py' 2025-06-05T23:55:14.5381927Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py' 2025-06-05T23:55:14.5382917Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py' 2025-06-05T23:55:14.5383978Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py' 2025-06-05T23:55:14.5384985Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py' 2025-06-05T23:55:14.5385978Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py' 2025-06-05T23:55:14.5386932Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py' 2025-06-05T23:55:14.5387928Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py' 2025-06-05T23:55:14.5388916Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py' 2025-06-05T23:55:14.5389768Z adding 'coremltools/converters/mil/mil/passes/tests/__init__.py' 2025-06-05T23:55:14.5390552Z adding 'coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py' 2025-06-05T23:55:14.5391483Z adding 'coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py' 2025-06-05T23:55:14.5392482Z adding 'coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py' 2025-06-05T23:55:14.5393391Z adding 'coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py' 2025-06-05T23:55:14.5394210Z adding 'coremltools/converters/mil/mil/passes/tests/test_passes.py' 2025-06-05T23:55:14.5395047Z adding 'coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py' 2025-06-05T23:55:14.5395995Z adding 'coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py' 2025-06-05T23:55:14.5396893Z adding 'coremltools/converters/mil/mil/passes/tests/test_state_passes.py' 2025-06-05T23:55:14.5397761Z adding 'coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py' 2025-06-05T23:55:14.5398632Z adding 'coremltools/converters/mil/mil/tests/__init__.py' 2025-06-05T23:55:14.5399265Z adding 'coremltools/converters/mil/mil/tests/test_block.py' 2025-06-05T23:55:14.5399918Z adding 'coremltools/converters/mil/mil/tests/test_debug.py' 2025-06-05T23:55:14.5400587Z adding 'coremltools/converters/mil/mil/tests/test_programs.py' 2025-06-05T23:55:14.5401259Z adding 'coremltools/converters/mil/mil/tests/test_types.py' 2025-06-05T23:55:14.5401892Z adding 'coremltools/converters/mil/mil/types/__init__.py' 2025-06-05T23:55:14.5402525Z adding 'coremltools/converters/mil/mil/types/annotate.py' 2025-06-05T23:55:14.5403182Z adding 'coremltools/converters/mil/mil/types/get_type_info.py' 2025-06-05T23:55:14.5403870Z adding 'coremltools/converters/mil/mil/types/global_methods.py' 2025-06-05T23:55:14.5404540Z adding 'coremltools/converters/mil/mil/types/symbolic.py' 2025-06-05T23:55:14.5405173Z adding 'coremltools/converters/mil/mil/types/type_bool.py' 2025-06-05T23:55:14.5405836Z adding 'coremltools/converters/mil/mil/types/type_complex.py' 2025-06-05T23:55:14.5406489Z adding 'coremltools/converters/mil/mil/types/type_dict.py' 2025-06-05T23:55:14.5407144Z adding 'coremltools/converters/mil/mil/types/type_double.py' 2025-06-05T23:55:14.5407900Z adding 'coremltools/converters/mil/mil/types/type_globals_pseudo_type.py' 2025-06-05T23:55:14.5408629Z adding 'coremltools/converters/mil/mil/types/type_int.py' 2025-06-05T23:55:14.5409265Z adding 'coremltools/converters/mil/mil/types/type_list.py' 2025-06-05T23:55:14.5410056Z adding 'coremltools/converters/mil/mil/types/type_mapping.py' 2025-06-05T23:55:14.5410719Z adding 'coremltools/converters/mil/mil/types/type_spec.py' 2025-06-05T23:55:14.5411359Z adding 'coremltools/converters/mil/mil/types/type_state.py' 2025-06-05T23:55:14.5412001Z adding 'coremltools/converters/mil/mil/types/type_str.py' 2025-06-05T23:55:14.5412647Z adding 'coremltools/converters/mil/mil/types/type_tensor.py' 2025-06-05T23:55:14.5413381Z adding 'coremltools/converters/mil/mil/types/type_tuple.py' 2025-06-05T23:55:14.5414051Z adding 'coremltools/converters/mil/mil/types/type_unknown.py' 2025-06-05T23:55:14.5414703Z adding 'coremltools/converters/mil/mil/types/type_void.py' 2025-06-05T23:55:14.5415474Z adding 'coremltools/converters/mil/mil/visitors/__init__.py' 2025-06-05T23:55:14.5416164Z adding 'coremltools/converters/mil/mil/visitors/dot_visitor.py' 2025-06-05T23:55:14.5416812Z adding 'coremltools/converters/sklearn/_LinearSVC.py' 2025-06-05T23:55:14.5417397Z adding 'coremltools/converters/sklearn/_LinearSVR.py' 2025-06-05T23:55:14.5417963Z adding 'coremltools/converters/sklearn/_NuSVC.py' 2025-06-05T23:55:14.5418507Z adding 'coremltools/converters/sklearn/_NuSVR.py' 2025-06-05T23:55:14.5419039Z adding 'coremltools/converters/sklearn/_SVC.py' 2025-06-05T23:55:14.5419577Z adding 'coremltools/converters/sklearn/_SVR.py' 2025-06-05T23:55:14.5420116Z adding 'coremltools/converters/sklearn/__init__.py' 2025-06-05T23:55:14.5420700Z adding 'coremltools/converters/sklearn/_converter.py' 2025-06-05T23:55:14.5421333Z adding 'coremltools/converters/sklearn/_converter_internal.py' 2025-06-05T23:55:14.5422067Z adding 'coremltools/converters/sklearn/_decision_tree_classifier.py' 2025-06-05T23:55:14.5422842Z adding 'coremltools/converters/sklearn/_decision_tree_regressor.py' 2025-06-05T23:55:14.5423544Z adding 'coremltools/converters/sklearn/_dict_vectorizer.py' 2025-06-05T23:55:14.5424284Z adding 'coremltools/converters/sklearn/_gradient_boosting_classifier.py' 2025-06-05T23:55:14.5425100Z adding 'coremltools/converters/sklearn/_gradient_boosting_regressor.py' 2025-06-05T23:55:14.5425800Z adding 'coremltools/converters/sklearn/_imputer.py' 2025-06-05T23:55:14.5426447Z adding 'coremltools/converters/sklearn/_k_neighbors_classifier.py' 2025-06-05T23:55:14.5427163Z adding 'coremltools/converters/sklearn/_linear_regression.py' 2025-06-05T23:55:14.5427862Z adding 'coremltools/converters/sklearn/_logistic_regression.py' 2025-06-05T23:55:14.6169462Z adding 'coremltools/converters/sklearn/_normalizer.py' 2025-06-05T23:55:14.6170233Z adding 'coremltools/converters/sklearn/_one_hot_encoder.py' 2025-06-05T23:55:14.6170962Z adding 'coremltools/converters/sklearn/_random_forest_classifier.py' 2025-06-05T23:55:14.6171762Z adding 'coremltools/converters/sklearn/_random_forest_regressor.py' 2025-06-05T23:55:14.6172485Z adding 'coremltools/converters/sklearn/_ridge_regression.py' 2025-06-05T23:55:14.6173138Z adding 'coremltools/converters/sklearn/_sklearn_util.py' 2025-06-05T23:55:14.6173781Z adding 'coremltools/converters/sklearn/_standard_scaler.py' 2025-06-05T23:55:14.6174401Z adding 'coremltools/converters/sklearn/_svm_common.py' 2025-06-05T23:55:14.6175016Z adding 'coremltools/converters/sklearn/_tree_ensemble.py' 2025-06-05T23:55:14.6175610Z adding 'coremltools/converters/xgboost/__init__.py' 2025-06-05T23:55:14.6176150Z adding 'coremltools/converters/xgboost/_tree.py' 2025-06-05T23:55:14.6176745Z adding 'coremltools/converters/xgboost/_tree_ensemble.py' 2025-06-05T23:55:14.6177291Z adding 'coremltools/models/__init__.py' 2025-06-05T23:55:14.6177788Z adding 'coremltools/models/_compiled_model.py' 2025-06-05T23:55:14.6178299Z adding 'coremltools/models/_deprecation.py' 2025-06-05T23:55:14.6178835Z adding 'coremltools/models/_feature_management.py' 2025-06-05T23:55:14.6179400Z adding 'coremltools/models/_interface_management.py' 2025-06-05T23:55:14.6179992Z adding 'coremltools/models/array_feature_extractor.py' 2025-06-05T23:55:14.6180849Z adding 'coremltools/models/compute_device.py' 2025-06-05T23:55:14.6181360Z adding 'coremltools/models/compute_plan.py' 2025-06-05T23:55:14.6181855Z adding 'coremltools/models/datatypes.py' 2025-06-05T23:55:14.6182357Z adding 'coremltools/models/feature_vectorizer.py' 2025-06-05T23:55:14.6182870Z adding 'coremltools/models/model.py' 2025-06-05T23:55:14.6183324Z adding 'coremltools/models/pipeline.py' 2025-06-05T23:55:14.6183955Z adding 'coremltools/models/tree_ensemble.py' 2025-06-05T23:55:14.6184444Z adding 'coremltools/models/utils.py' 2025-06-05T23:55:14.6184930Z adding 'coremltools/models/ml_program/__init__.py' 2025-06-05T23:55:14.6185528Z adding 'coremltools/models/ml_program/compression_utils.py' 2025-06-05T23:55:14.6186419Z adding 'coremltools/models/ml_program/experimental/__init__.py' 2025-06-05T23:55:14.6187175Z adding 'coremltools/models/ml_program/experimental/async_wrapper.py' 2025-06-05T23:55:14.6187971Z adding 'coremltools/models/ml_program/experimental/compute_plan_utils.py' 2025-06-05T23:55:14.6188790Z adding 'coremltools/models/ml_program/experimental/debugging_utils.py' 2025-06-05T23:55:14.6189597Z adding 'coremltools/models/ml_program/experimental/model_structure_path.py' 2025-06-05T23:55:14.6190389Z adding 'coremltools/models/ml_program/experimental/perf_utils.py' 2025-06-05T23:55:14.6191143Z adding 'coremltools/models/ml_program/experimental/remote_device.py' 2025-06-05T23:55:14.6191913Z adding 'coremltools/models/ml_program/experimental/torch/__init__.py' 2025-06-05T23:55:14.6192722Z adding 'coremltools/models/ml_program/experimental/torch/debugging_utils.py' 2025-06-05T23:55:14.6193544Z adding 'coremltools/models/ml_program/experimental/torch/perf_utils.py' 2025-06-05T23:55:14.6194269Z adding 'coremltools/models/nearest_neighbors/__init__.py' 2025-06-05T23:55:14.6194899Z adding 'coremltools/models/nearest_neighbors/builder.py' 2025-06-05T23:55:14.6195502Z adding 'coremltools/models/neural_network/__init__.py' 2025-06-05T23:55:14.6196099Z adding 'coremltools/models/neural_network/builder.py' 2025-06-05T23:55:14.6196753Z adding 'coremltools/models/neural_network/flexible_shape_utils.py' 2025-06-05T23:55:14.6197480Z adding 'coremltools/models/neural_network/optimization_utils.py' 2025-06-05T23:55:14.6198254Z adding 'coremltools/models/neural_network/printer.py' 2025-06-05T23:55:14.6198915Z adding 'coremltools/models/neural_network/quantization_utils.py' 2025-06-05T23:55:14.6199653Z adding 'coremltools/models/neural_network/spec_inspection_utils.py' 2025-06-05T23:55:14.6200417Z adding 'coremltools/models/neural_network/update_optimizer_utils.py' 2025-06-05T23:55:14.6201088Z adding 'coremltools/models/neural_network/utils.py' 2025-06-05T23:55:14.6201610Z adding 'coremltools/optimize/__init__.py' 2025-06-05T23:55:14.6202095Z adding 'coremltools/optimize/_utils.py' 2025-06-05T23:55:14.6202589Z adding 'coremltools/optimize/coreml/__init__.py' 2025-06-05T23:55:14.6203133Z adding 'coremltools/optimize/coreml/_config.py' 2025-06-05T23:55:14.6203780Z adding 'coremltools/optimize/coreml/_post_training_quantization.py' 2025-06-05T23:55:14.6204510Z adding 'coremltools/optimize/coreml/_quantization_passes.py' 2025-06-05T23:55:14.6205196Z adding 'coremltools/optimize/coreml/experimental/__init__.py' 2025-06-05T23:55:14.6205868Z adding 'coremltools/optimize/coreml/experimental/_config.py' 2025-06-05T23:55:14.6206595Z adding 'coremltools/optimize/coreml/experimental/_model_debugger.py' 2025-06-05T23:55:14.6207444Z adding 'coremltools/optimize/coreml/experimental/_post_training_quantization.py' 2025-06-05T23:55:14.6208412Z adding 'coremltools/optimize/coreml/experimental/test_post_training_quantization.py' 2025-06-05T23:55:14.6209182Z adding 'coremltools/optimize/torch/__init__.py' 2025-06-05T23:55:14.6209717Z adding 'coremltools/optimize/torch/_logging.py' 2025-06-05T23:55:14.6210253Z adding 'coremltools/optimize/torch/_typing.py' 2025-06-05T23:55:14.6210837Z adding 'coremltools/optimize/torch/base_model_optimizer.py' 2025-06-05T23:55:14.6211653Z adding 'coremltools/optimize/torch/optimization_config.py' 2025-06-05T23:55:14.6212270Z adding 'coremltools/optimize/torch/_utils/__init__.py' 2025-06-05T23:55:14.6212871Z adding 'coremltools/optimize/torch/_utils/dist_utils.py' 2025-06-05T23:55:14.6213482Z adding 'coremltools/optimize/torch/_utils/fsdp_utils.py' 2025-06-05T23:55:14.6214108Z adding 'coremltools/optimize/torch/_utils/graph_utils.py' 2025-06-05T23:55:14.6214899Z adding 'coremltools/optimize/torch/_utils/joint_compression_utils.py' 2025-06-05T23:55:14.6215579Z adding 'coremltools/optimize/torch/_utils/k_means.py' 2025-06-05T23:55:14.6216177Z adding 'coremltools/optimize/torch/_utils/math_utils.py' 2025-06-05T23:55:14.6216980Z adding 'coremltools/optimize/torch/_utils/metadata_utils.py' 2025-06-05T23:55:14.6217841Z adding 'coremltools/optimize/torch/_utils/model_size_utils.py' 2025-06-05T23:55:14.6218523Z adding 'coremltools/optimize/torch/_utils/optimizer_utils.py' 2025-06-05T23:55:14.6219189Z adding 'coremltools/optimize/torch/_utils/python_utils.py' 2025-06-05T23:55:14.6219804Z adding 'coremltools/optimize/torch/_utils/registry.py' 2025-06-05T23:55:14.6220417Z adding 'coremltools/optimize/torch/_utils/report_utils.py' 2025-06-05T23:55:14.6221080Z adding 'coremltools/optimize/torch/_utils/state_dict_utils.py' 2025-06-05T23:55:14.6221728Z adding 'coremltools/optimize/torch/_utils/torch_utils.py' 2025-06-05T23:55:14.6222360Z adding 'coremltools/optimize/torch/_utils/transforms.py' 2025-06-05T23:55:14.6223010Z adding 'coremltools/optimize/torch/_utils/validation_utils.py' 2025-06-05T23:55:14.6223678Z adding 'coremltools/optimize/torch/_utils/version_utils.py' 2025-06-05T23:55:14.6224397Z adding 'coremltools/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:55:14.6225170Z adding 'coremltools/optimize/torch/layerwise_compression/_quant.py' 2025-06-05T23:55:14.6225972Z adding 'coremltools/optimize/torch/layerwise_compression/algorithms.py' 2025-06-05T23:55:14.6226797Z adding 'coremltools/optimize/torch/layerwise_compression/input_cacher.py' 2025-06-05T23:55:14.6227688Z adding 'coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py' 2025-06-05T23:55:14.6228507Z adding 'coremltools/optimize/torch/palettization/__init__.py' 2025-06-05T23:55:14.6229255Z adding 'coremltools/optimize/torch/palettization/_custom_conversion.py' 2025-06-05T23:55:14.6230068Z adding 'coremltools/optimize/torch/palettization/_efficient_kmeans.py' 2025-06-05T23:55:14.6230931Z adding 'coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py' 2025-06-05T23:55:14.6231785Z adding 'coremltools/optimize/torch/palettization/_partitioner.py' 2025-06-05T23:55:14.6232579Z adding 'coremltools/optimize/torch/palettization/_supported_modules.py' 2025-06-05T23:55:14.6233315Z adding 'coremltools/optimize/torch/palettization/_utils.py' 2025-06-05T23:55:14.6234036Z adding 'coremltools/optimize/torch/palettization/fake_palettize.py' 2025-06-05T23:55:14.6234393Z adding 'coremltools/optimize/torch/palettization/palettization_config.py' 2025-06-05T23:55:14.6234677Z adding 'coremltools/optimize/torch/palettization/palettizer.py' 2025-06-05T23:55:14.6235081Z adding 'coremltools/optimize/torch/palettization/post_training_palettization.py' 2025-06-05T23:55:14.6235404Z adding 'coremltools/optimize/torch/palettization/sensitive_k_means.py' 2025-06-05T23:55:14.6235641Z adding 'coremltools/optimize/torch/pruning/__init__.py' 2025-06-05T23:55:14.6235892Z adding 'coremltools/optimize/torch/pruning/_base_pruner.py' 2025-06-05T23:55:14.6236205Z adding 'coremltools/optimize/torch/pruning/_base_pruning_method.py' 2025-06-05T23:55:14.6236424Z adding 'coremltools/optimize/torch/pruning/_utils.py' 2025-06-05T23:55:14.6236710Z adding 'coremltools/optimize/torch/pruning/magnitude_pruner.py' 2025-06-05T23:55:14.6237010Z adding 'coremltools/optimize/torch/pruning/pruning_scheduler.py' 2025-06-05T23:55:14.6237267Z adding 'coremltools/optimize/torch/quantization/__init__.py' 2025-06-05T23:55:14.6237741Z adding 'coremltools/optimize/torch/quantization/_annotation_config.py' 2025-06-05T23:55:14.6238142Z adding 'coremltools/optimize/torch/quantization/_backend_config.py' 2025-06-05T23:55:14.6238490Z adding 'coremltools/optimize/torch/quantization/_backend_config_utils.py' 2025-06-05T23:55:14.6238762Z adding 'coremltools/optimize/torch/quantization/_configure.py' 2025-06-05T23:55:14.6239182Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer.py' 2025-06-05T23:55:14.6239536Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py' 2025-06-05T23:55:14.6239849Z adding 'coremltools/optimize/torch/quantization/_qconfig_mapping.py' 2025-06-05T23:55:14.6240200Z adding 'coremltools/optimize/torch/quantization/_utils.py' 2025-06-05T23:55:14.6240606Z adding 'coremltools/optimize/torch/quantization/post_training_quantization.py' 2025-06-05T23:55:14.6240936Z adding 'coremltools/optimize/torch/quantization/quantization_config.py' 2025-06-05T23:55:14.6241208Z adding 'coremltools/optimize/torch/quantization/quantizer.py' 2025-06-05T23:55:14.6241523Z adding 'coremltools/optimize/torch/quantization/modules/__init__.py' 2025-06-05T23:55:14.6241876Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose.py' 2025-06-05T23:55:14.6242262Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py' 2025-06-05T23:55:14.6242620Z adding 'coremltools/optimize/torch/quantization/modules/fused_modules.py' 2025-06-05T23:55:14.6243038Z adding 'coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py' 2025-06-05T23:55:14.6243357Z adding 'coremltools/optimize/torch/quantization/modules/observers.py' 2025-06-05T23:55:14.6243699Z adding 'coremltools/optimize/torch/quantization/modules/qat_modules.py' 2025-06-05T23:55:14.6244072Z adding 'coremltools/optimize/torch/quantization/modules/quantized_modules.py' 2025-06-05T23:55:14.6244312Z adding 'coremltools/proto/ArrayFeatureExtractor_pb2.py' 2025-06-05T23:55:14.6244527Z adding 'coremltools/proto/AudioFeaturePrint_pb2.py' 2025-06-05T23:55:14.6841070Z adding 'coremltools/proto/BayesianProbitRegressor_pb2.py' 2025-06-05T23:55:14.6841320Z adding 'coremltools/proto/CategoricalMapping_pb2.py' 2025-06-05T23:55:14.6841615Z adding 'coremltools/proto/ClassConfidenceThresholding_pb2.py' 2025-06-05T23:55:14.6841818Z adding 'coremltools/proto/CustomModel_pb2.py' 2025-06-05T23:55:14.6842041Z adding 'coremltools/proto/DataStructures_pb2.py' 2025-06-05T23:55:14.6842293Z adding 'coremltools/proto/DictVectorizer_pb2.py' 2025-06-05T23:55:14.6842488Z adding 'coremltools/proto/FeatureTypes_pb2.py' 2025-06-05T23:55:14.6842701Z adding 'coremltools/proto/FeatureVectorizer_pb2.py' 2025-06-05T23:55:14.6842916Z adding 'coremltools/proto/GLMClassifier_pb2.py' 2025-06-05T23:55:14.6843112Z adding 'coremltools/proto/GLMRegressor_pb2.py' 2025-06-05T23:55:14.6843287Z adding 'coremltools/proto/Gazetteer_pb2.py' 2025-06-05T23:55:14.6843474Z adding 'coremltools/proto/Identity_pb2.py' 2025-06-05T23:55:14.6843651Z adding 'coremltools/proto/Imputer_pb2.py' 2025-06-05T23:55:14.6843915Z adding 'coremltools/proto/ItemSimilarityRecommender_pb2.py' 2025-06-05T23:55:14.6844101Z adding 'coremltools/proto/LinkedModel_pb2.py' 2025-06-05T23:55:14.6844267Z adding 'coremltools/proto/MIL_pb2.py' 2025-06-05T23:55:14.6844430Z adding 'coremltools/proto/Model_pb2.py' 2025-06-05T23:55:14.6844639Z adding 'coremltools/proto/NamedParameters_pb2.py' 2025-06-05T23:55:14.6844847Z adding 'coremltools/proto/NearestNeighbors_pb2.py' 2025-06-05T23:55:14.6845045Z adding 'coremltools/proto/NeuralNetwork_pb2.py' 2025-06-05T23:55:14.6845284Z adding 'coremltools/proto/NonMaximumSuppression_pb2.py' 2025-06-05T23:55:14.6845480Z adding 'coremltools/proto/Normalizer_pb2.py' 2025-06-05T23:55:14.6845685Z adding 'coremltools/proto/OneHotEncoder_pb2.py' 2025-06-05T23:55:14.6845870Z adding 'coremltools/proto/Parameters_pb2.py' 2025-06-05T23:55:14.6846339Z adding 'coremltools/proto/SVM_pb2.py' 2025-06-05T23:55:14.6846510Z adding 'coremltools/proto/Scaler_pb2.py' 2025-06-05T23:55:14.6846794Z adding 'coremltools/proto/SoundAnalysisPreprocessing_pb2.py' 2025-06-05T23:55:14.6846991Z adding 'coremltools/proto/TextClassifier_pb2.py' 2025-06-05T23:55:14.6847179Z adding 'coremltools/proto/TreeEnsemble_pb2.py' 2025-06-05T23:55:14.6847405Z adding 'coremltools/proto/VisionFeaturePrint_pb2.py' 2025-06-05T23:55:14.6847735Z adding 'coremltools/proto/WordEmbedding_pb2.py' 2025-06-05T23:55:14.6847919Z adding 'coremltools/proto/WordTagger_pb2.py' 2025-06-05T23:55:14.6848089Z adding 'coremltools/proto/__init__.py' 2025-06-05T23:55:14.6851425Z adding 'coremltools/test/__init__.py' 2025-06-05T23:55:14.6851807Z adding 'coremltools/test/utils.py' 2025-06-05T23:55:14.6851995Z adding 'coremltools/test/api/__init__.py' 2025-06-05T23:55:14.6852202Z adding 'coremltools/test/api/test_api_examples.py' 2025-06-05T23:55:14.6852437Z adding 'coremltools/test/api/test_api_visibilities.py' 2025-06-05T23:55:14.6852615Z adding 'coremltools/test/blob/__init__.py' 2025-06-05T23:55:14.6852803Z adding 'coremltools/test/blob/test_weights.py' 2025-06-05T23:55:14.6853001Z adding 'coremltools/test/ml_program/__init__.py' 2025-06-05T23:55:14.6853239Z adding 'coremltools/test/ml_program/test_compression.py' 2025-06-05T23:55:14.6853438Z adding 'coremltools/test/ml_program/test_utils.py' 2025-06-05T23:55:14.6853715Z adding 'coremltools/test/ml_program/experimental/__init__.py' 2025-06-05T23:55:14.6854064Z adding 'coremltools/test/ml_program/experimental/test_compute_plan_utils.py' 2025-06-05T23:55:14.6854396Z adding 'coremltools/test/ml_program/experimental/test_debugging_utils.py' 2025-06-05T23:55:14.6854734Z adding 'coremltools/test/ml_program/experimental/test_perf_utils.py' 2025-06-05T23:55:14.6855055Z adding 'coremltools/test/ml_program/experimental/test_remote_device.py' 2025-06-05T23:55:14.6855420Z adding 'coremltools/test/ml_program/experimental/test_torch_debugging_utils.py' 2025-06-05T23:55:14.6855635Z adding 'coremltools/test/modelpackage/__init__.py' 2025-06-05T23:55:14.6855865Z adding 'coremltools/test/modelpackage/test_mlmodel.py' 2025-06-05T23:55:14.6856122Z adding 'coremltools/test/modelpackage/test_modelpackage.py' 2025-06-05T23:55:14.6856338Z adding 'coremltools/test/neural_network/__init__.py' 2025-06-05T23:55:14.6856608Z adding 'coremltools/test/neural_network/test_compiled_model.py' 2025-06-05T23:55:14.6856909Z adding 'coremltools/test/neural_network/test_custom_neural_nets.py' 2025-06-05T23:55:14.6857136Z adding 'coremltools/test/neural_network/test_model.py' 2025-06-05T23:55:14.6857416Z adding 'coremltools/test/neural_network/test_neural_networks.py' 2025-06-05T23:55:14.6857668Z adding 'coremltools/test/neural_network/test_nn_builder.py' 2025-06-05T23:55:14.6857960Z adding 'coremltools/test/neural_network/test_numpy_nn_layers.py' 2025-06-05T23:55:14.6858222Z adding 'coremltools/test/neural_network/test_quantization.py' 2025-06-05T23:55:14.6858539Z adding 'coremltools/test/neural_network/test_simple_nn_inference.py' 2025-06-05T23:55:14.6858786Z adding 'coremltools/test/neural_network/test_tf_numeric.py' 2025-06-05T23:55:14.6858982Z adding 'coremltools/test/optimize/__init__.py' 2025-06-05T23:55:14.6859173Z adding 'coremltools/test/optimize/test_utils.py' 2025-06-05T23:55:14.6859374Z adding 'coremltools/test/optimize/api/__init__.py' 2025-06-05T23:55:14.6859638Z adding 'coremltools/test/optimize/api/test_optimize_api.py' 2025-06-05T23:55:14.6859854Z adding 'coremltools/test/optimize/coreml/__init__.py' 2025-06-05T23:55:14.6860091Z adding 'coremltools/test/optimize/coreml/test_passes.py' 2025-06-05T23:55:14.6860465Z adding 'coremltools/test/optimize/coreml/test_post_training_quantization.py' 2025-06-05T23:55:14.6860683Z adding 'coremltools/test/optimize/torch/__init__.py' 2025-06-05T23:55:14.6860901Z adding 'coremltools/test/optimize/torch/conftest.py' 2025-06-05T23:55:14.6861127Z adding 'coremltools/test/optimize/torch/smoke_test.py' 2025-06-05T23:55:14.6861586Z adding 'coremltools/test/optimize/torch/test_api_surface.py' 2025-06-05T23:55:14.6861862Z adding 'coremltools/test/optimize/torch/test_base_optimizer.py' 2025-06-05T23:55:14.6862060Z adding 'coremltools/test/optimize/torch/utils.py' 2025-06-05T23:55:14.6862344Z adding 'coremltools/test/optimize/torch/conversion/__init__.py' 2025-06-05T23:55:14.6862794Z adding 'coremltools/test/optimize/torch/conversion/conversion_utils.py' 2025-06-05T23:55:14.6863111Z adding 'coremltools/test/optimize/torch/conversion/joint/__init__.py' 2025-06-05T23:55:14.6863606Z adding 'coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py' 2025-06-05T23:55:14.6864136Z adding 'coremltools/test/optimize/torch/conversion/palettization/__init__.py' 2025-06-05T23:55:14.6864675Z adding 'coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py' 2025-06-05T23:55:14.6865006Z adding 'coremltools/test/optimize/torch/conversion/pruning/__init__.py' 2025-06-05T23:55:14.6865455Z adding 'coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py' 2025-06-05T23:55:14.6865820Z adding 'coremltools/test/optimize/torch/conversion/quantization/__init__.py' 2025-06-05T23:55:14.6866325Z adding 'coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py' 2025-06-05T23:55:14.6866682Z adding 'coremltools/test/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:55:14.6867074Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py' 2025-06-05T23:55:14.6867433Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_quant.py' 2025-06-05T23:55:14.6867696Z adding 'coremltools/test/optimize/torch/models/__init__.py' 2025-06-05T23:55:14.6867934Z adding 'coremltools/test/optimize/torch/models/mnist.py' 2025-06-05T23:55:14.6868230Z adding 'coremltools/test/optimize/torch/models/multi_input_net.py' 2025-06-05T23:55:14.6868543Z adding 'coremltools/test/optimize/torch/palettization/__init__.py' 2025-06-05T23:55:14.6868921Z adding 'coremltools/test/optimize/torch/palettization/palettization_utils.py' 2025-06-05T23:55:14.6869314Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_api.py' 2025-06-05T23:55:14.6869729Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_utils.py' 2025-06-05T23:55:14.6870086Z adding 'coremltools/test/optimize/torch/palettization/test_palettizer.py' 2025-06-05T23:55:14.6870551Z adding 'coremltools/test/optimize/torch/palettization/test_post_training_palettization.py' 2025-06-05T23:55:14.6870946Z adding 'coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py' 2025-06-05T23:55:14.6871214Z adding 'coremltools/test/optimize/torch/pruning/__init__.py' 2025-06-05T23:55:14.6871509Z adding 'coremltools/test/optimize/torch/pruning/pruning_utils.py' 2025-06-05T23:55:14.6871818Z adding 'coremltools/test/optimize/torch/pruning/test_base_pruner.py' 2025-06-05T23:55:14.6872175Z adding 'coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py' 2025-06-05T23:55:14.6872525Z adding 'coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py' 2025-06-05T23:55:14.6872822Z adding 'coremltools/test/optimize/torch/quantization/__init__.py' 2025-06-05T23:55:14.6873161Z adding 'coremltools/test/optimize/torch/quantization/test_configure.py' 2025-06-05T23:55:14.6873540Z adding 'coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py' 2025-06-05T23:55:14.6873960Z adding 'coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py' 2025-06-05T23:55:14.6874305Z adding 'coremltools/test/optimize/torch/quantization/test_observers.py' 2025-06-05T23:55:14.6874748Z adding 'coremltools/test/optimize/torch/quantization/test_post_training_quantization.py' 2025-06-05T23:55:14.6875083Z adding 'coremltools/test/optimize/torch/quantization/test_quantizer.py' 2025-06-05T23:55:14.6875522Z adding 'coremltools/test/optimize/torch/quantization/test_utils.py' 2025-06-05T23:55:14.6875807Z adding 'coremltools/test/optimize/torch/test_utils/__init__.py' 2025-06-05T23:55:14.6876127Z adding 'coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py' 2025-06-05T23:55:14.6876422Z adding 'coremltools/test/optimize/torch/test_utils/test_k_means.py' 2025-06-05T23:55:14.6876774Z adding 'coremltools/test/optimize/torch/test_utils/test_metadata_utils.py' 2025-06-05T23:55:14.6877187Z adding 'coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py' 2025-06-05T23:55:14.6877526Z adding 'coremltools/test/optimize/torch/test_utils/test_report_utils.py' 2025-06-05T23:55:14.6877945Z adding 'coremltools/test/optimize/torch/test_utils/test_torch_utils.py' 2025-06-05T23:55:14.6878518Z adding 'coremltools/test/optimize/torch/test_utils/test_validation_utils.py' 2025-06-05T23:55:14.6878715Z adding 'coremltools/test/pipeline/__init__.py' 2025-06-05T23:55:14.6878972Z adding 'coremltools/test/pipeline/test_model_updatable.py' 2025-06-05T23:55:14.6879183Z adding 'coremltools/test/pipeline/test_pipeline.py' 2025-06-05T23:55:14.6879388Z adding 'coremltools/test/sklearn_tests/__init__.py' 2025-06-05T23:55:14.6879608Z adding 'coremltools/test/sklearn_tests/test_NuSVC.py' 2025-06-05T23:55:14.6879830Z adding 'coremltools/test/sklearn_tests/test_NuSVR.py' 2025-06-05T23:55:14.6880037Z adding 'coremltools/test/sklearn_tests/test_SVC.py' 2025-06-05T23:55:14.6880240Z adding 'coremltools/test/sklearn_tests/test_SVR.py' 2025-06-05T23:55:14.6880547Z adding 'coremltools/test/sklearn_tests/test_categorical_imputer.py' 2025-06-05T23:55:14.6880848Z adding 'coremltools/test/sklearn_tests/test_composite_pipelines.py' 2025-06-05T23:55:17.9826311Z adding 'coremltools/test/sklearn_tests/test_dict_vectorizer.py' 2025-06-05T23:55:17.9827122Z adding 'coremltools/test/sklearn_tests/test_feature_names.py' 2025-06-05T23:55:17.9827822Z adding 'coremltools/test/sklearn_tests/test_glm_classifier.py' 2025-06-05T23:55:17.9828488Z adding 'coremltools/test/sklearn_tests/test_imputer.py' 2025-06-05T23:55:17.9829106Z adding 'coremltools/test/sklearn_tests/test_io_types.py' 2025-06-05T23:55:17.9829803Z adding 'coremltools/test/sklearn_tests/test_k_neighbors_classifier.py' 2025-06-05T23:55:17.9830569Z adding 'coremltools/test/sklearn_tests/test_linear_regression.py' 2025-06-05T23:55:17.9831335Z adding 'coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py' 2025-06-05T23:55:17.9832083Z adding 'coremltools/test/sklearn_tests/test_normalizer.py' 2025-06-05T23:55:17.9832751Z adding 'coremltools/test/sklearn_tests/test_one_hot_encoder.py' 2025-06-05T23:55:17.9833500Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier.py' 2025-06-05T23:55:17.9834359Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py' 2025-06-05T23:55:17.9835215Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression.py' 2025-06-05T23:55:17.9836067Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py' 2025-06-05T23:55:17.9836889Z adding 'coremltools/test/sklearn_tests/test_ridge_regression.py' 2025-06-05T23:55:17.9837585Z adding 'coremltools/test/sklearn_tests/test_standard_scalar.py' 2025-06-05T23:55:17.9838316Z adding 'coremltools/test/sklearn_tests/test_utils.py' 2025-06-05T23:55:17.9838879Z adding 'coremltools/test/xgboost_tests/__init__.py' 2025-06-05T23:55:17.9839570Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier.py' 2025-06-05T23:55:17.9840422Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py' 2025-06-05T23:55:17.9841279Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression.py' 2025-06-05T23:55:17.9842141Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py' 2025-06-05T23:55:17.9842994Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier.py' 2025-06-05T23:55:17.9843850Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py' 2025-06-05T23:55:17.9845037Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression.py' 2025-06-05T23:55:17.9845897Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py' 2025-06-05T23:55:17.9846663Z adding 'coremltools-8.3.0.dist-info/licenses/LICENSE.txt' 2025-06-05T23:55:17.9847296Z adding 'coremltools-8.3.0.dist-info/licenses/NOTICE.txt' 2025-06-05T23:55:17.9848025Z adding 'coremltools-8.3.0.dist-info/METADATA' 2025-06-05T23:55:17.9848530Z adding 'coremltools-8.3.0.dist-info/WHEEL' 2025-06-05T23:55:17.9849055Z adding 'coremltools-8.3.0.dist-info/top_level.txt' 2025-06-05T23:55:17.9849854Z adding 'coremltools-8.3.0.dist-info/RECORD' 2025-06-05T23:55:17.9850606Z removing build/bdist.linux-aarch64/wheel 2025-06-05T23:55:17.9851473Z Building wheel for coremltools (setup.py) ... [?25l[?25hdone 2025-06-05T23:55:17.9852697Z Created wheel for coremltools: filename=coremltools-8.3.0-py3-none-any.whl size=2017550 sha256=33d6001d39993f246d787a5110b378278bce0351e5a1a85eff0decbfdaff883e 2025-06-05T23:55:17.9854239Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/39/43/1d/f0593bcb41fe66092dfcca66889cb19b2f45f45b1d77f8964f 2025-06-05T23:55:17.9855137Z Successfully built executorch coremltools 2025-06-05T23:55:17.9856236Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:55:17.9857350Z [?25l 2025-06-05T23:55:17.9857888Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:55:17.9858300Z 2025-06-05T23:55:17.9858643Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:55:17.9859041Z 2025-06-05T23:55:17.9859503Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:17.9860157Z  Attempting uninstall: pytest 2025-06-05T23:55:17.9860832Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:17.9861518Z  Found existing installation: pytest 7.2.0 2025-06-05T23:55:17.9862244Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:17.9863065Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9863700Z  Uninstalling pytest-7.2.0: 2025-06-05T23:55:17.9864374Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9865188Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9865996Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:55:17.9866822Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9867590Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:55:17.9868615Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9869713Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:55:17.9870795Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9871630Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9872561Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:55:17.9873548Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9874554Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:55:17.9875508Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9876553Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:55:17.9877588Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9878629Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:55:17.9879737Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9880392Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:55:17.9881114Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9882022Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9882856Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9883630Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:55:17.9884416Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9885165Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:55:17.9885946Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:17.9886793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━  7/11 [pytest-xdist] 2025-06-05T23:55:17.9887644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:17.9888509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:17.9889352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:17.9890183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.2992466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.2993413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.2994254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.2995544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.2996384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.2997505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.2998488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.2999336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.3000235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.3001105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:24.3001970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3002844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3003686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3004541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3005354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3006204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3007020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3007853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3008674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3009511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3010350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3011289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3012132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3013285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3014178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3015015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3015940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3016755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3017795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3018721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3019545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3020609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3021628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3022634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3023566Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:55:24.3024428Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:24.3025316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:55:24.3025891Z [?25h 2025-06-05T23:55:24.3027419Z 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:55:24.3029213Z + pip list 2025-06-05T23:55:24.3029622Z Package Version Editable project location 2025-06-05T23:55:24.3030377Z ----------------------------- ------------------ ----------------------------------- 2025-06-05T23:55:24.3030939Z aiohappyeyeballs 2.6.1 2025-06-05T23:55:24.3031341Z aiohttp 3.12.9 2025-06-05T23:55:24.3031812Z aiosignal 1.3.2 2025-06-05T23:55:24.3032209Z alabaster 0.7.16 2025-06-05T23:55:24.3032620Z antlr4-python3-runtime 4.9.3 2025-06-05T23:55:24.3033036Z async-timeout 5.0.1 2025-06-05T23:55:24.3033426Z attrs 25.3.0 2025-06-05T23:55:24.3034021Z babel 2.17.0 2025-06-05T23:55:24.3034500Z beautifulsoup4 4.13.4 2025-06-05T23:55:24.3034909Z blobfile 3.0.0 2025-06-05T23:55:24.3035293Z breathe 4.34.0 2025-06-05T23:55:24.3035687Z bs4 0.0.2 2025-06-05T23:55:24.3036120Z cattrs 25.1.1 2025-06-05T23:55:24.3036580Z certifi 2025.4.26 2025-06-05T23:55:24.3037101Z charset-normalizer 3.4.2 2025-06-05T23:55:24.3037625Z cmake 3.31.6 2025-06-05T23:55:24.3038172Z contourpy 1.3.2 2025-06-05T23:55:24.3038782Z coremltools 8.3.0 2025-06-05T23:55:24.3039274Z coverage 7.8.2 2025-06-05T23:55:24.3039723Z cycler 0.12.1 2025-06-05T23:55:24.3040118Z datasets 3.6.0 2025-06-05T23:55:24.3040500Z dill 0.3.8 2025-06-05T23:55:24.3040986Z docutils 0.16 2025-06-05T23:55:24.3041579Z exceptiongroup 1.3.0 2025-06-05T23:55:24.3041986Z execnet 2.1.1 2025-06-05T23:55:24.3042403Z executorch 0.7.0a0+bd57234 2025-06-05T23:55:24.3042837Z exhale 0.2.3 2025-06-05T23:55:24.3043229Z expecttest 0.1.6 2025-06-05T23:55:24.3043621Z filelock 3.18.0 2025-06-05T23:55:24.3044087Z flatbuffers 25.2.10 2025-06-05T23:55:24.3044489Z fonttools 4.58.1 2025-06-05T23:55:25.3550974Z frozenlist 1.6.2 2025-06-05T23:55:25.3551532Z fsspec 2025.3.0 2025-06-05T23:55:25.3551971Z hf_transfer 0.1.9 2025-06-05T23:55:25.3552371Z hf-xet 1.1.3 2025-06-05T23:55:25.3552765Z huggingface-hub 0.32.4 2025-06-05T23:55:25.3553175Z hypothesis 6.84.2 2025-06-05T23:55:25.3553577Z idna 3.10 2025-06-05T23:55:25.3553975Z imagesize 1.4.1 2025-06-05T23:55:25.3554371Z iniconfig 2.1.0 2025-06-05T23:55:25.3554756Z Jinja2 3.1.6 2025-06-05T23:55:25.3555150Z kagglehub 0.3.12 2025-06-05T23:55:25.3555555Z kiwisolver 1.4.8 2025-06-05T23:55:25.3555950Z lxml 5.4.0 2025-06-05T23:55:25.3556346Z markdown-it-py 2.2.0 2025-06-05T23:55:25.3556749Z MarkupSafe 3.0.2 2025-06-05T23:55:25.3557145Z matplotlib 3.10.3 2025-06-05T23:55:25.3557556Z mdit-py-plugins 0.3.5 2025-06-05T23:55:25.3558032Z mdurl 0.1.2 2025-06-05T23:55:25.3558446Z mpmath 1.3.0 2025-06-05T23:55:25.3558837Z multidict 6.4.4 2025-06-05T23:55:25.3559231Z multiprocess 0.70.16 2025-06-05T23:55:25.3559647Z myst-parser 0.18.1 2025-06-05T23:55:25.3560049Z networkx 3.4.2 2025-06-05T23:55:25.3560445Z numpy 2.2.6 2025-06-05T23:55:25.3560830Z omegaconf 2.3.0 2025-06-05T23:55:25.3561227Z packaging 25.0 2025-06-05T23:55:25.3561612Z pandas 2.2.3 2025-06-05T23:55:25.3562821Z parameterized 0.9.0 2025-06-05T23:55:25.3563229Z pillow 11.2.1 2025-06-05T23:55:25.3563617Z pip 25.1 2025-06-05T23:55:25.3564002Z pluggy 1.6.0 2025-06-05T23:55:25.3564409Z propcache 0.3.1 2025-06-05T23:55:25.3564804Z protobuf 6.31.1 2025-06-05T23:55:25.3565199Z psutil 7.0.0 2025-06-05T23:55:25.3565587Z pyaml 25.5.0 2025-06-05T23:55:25.3565975Z pyarrow 20.0.0 2025-06-05T23:55:25.3566380Z pycryptodomex 3.23.0 2025-06-05T23:55:25.3566780Z Pygments 2.19.1 2025-06-05T23:55:25.3567190Z pyparsing 3.2.3 2025-06-05T23:55:25.3567729Z pytest 8.4.0 2025-06-05T23:55:25.3568135Z pytest-cov 4.1.0 2025-06-05T23:55:25.3568552Z pytest-rerunfailures 15.1 2025-06-05T23:55:25.3568962Z pytest-xdist 3.7.0 2025-06-05T23:55:25.3569381Z python-dateutil 2.9.0.post0 2025-06-05T23:55:25.3569981Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:55:25.3570599Z pytorch_tokenizers 0.1.0 2025-06-05T23:55:25.3570995Z pytz 2025.2 2025-06-05T23:55:25.3571389Z PyYAML 6.0.1 2025-06-05T23:55:25.3571918Z regex 2024.11.6 2025-06-05T23:55:25.3572319Z requests 2.32.3 2025-06-05T23:55:25.3572717Z ruamel.yaml 0.17.32 2025-06-05T23:55:25.3573122Z ruamel.yaml.clib 0.2.12 2025-06-05T23:55:25.3573533Z safetensors 0.5.3 2025-06-05T23:55:25.3574057Z sentencepiece 0.2.0 2025-06-05T23:55:25.3574479Z setuptools 78.1.1 2025-06-05T23:55:25.3574867Z six 1.17.0 2025-06-05T23:55:25.3575266Z snowballstemmer 3.0.1 2025-06-05T23:55:25.3575677Z sortedcontainers 2.4.0 2025-06-05T23:55:25.3576083Z soupsieve 2.7 2025-06-05T23:55:25.3576469Z Sphinx 5.3.0 2025-06-05T23:55:25.3576865Z sphinx-copybutton 0.5.0 2025-06-05T23:55:25.3577275Z sphinx_design 0.4.1 2025-06-05T23:55:25.3577674Z sphinx-gallery 0.14.0 2025-06-05T23:55:25.3578087Z sphinx_reredirects 0.1.4 2025-06-05T23:55:25.3578512Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:55:25.3578946Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:55:25.3579370Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:55:25.3579798Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:55:25.3580232Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:55:25.3580674Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:55:25.3581101Z sympy 1.14.0 2025-06-05T23:55:25.3581489Z tabulate 0.9.0 2025-06-05T23:55:25.3581880Z tiktoken 0.9.0 2025-06-05T23:55:25.3582265Z timm 1.0.7 2025-06-05T23:55:25.3582652Z tokenizers 0.21.1 2025-06-05T23:55:25.3583042Z tomli 2.0.1 2025-06-05T23:55:25.3583458Z torch 2.8.0a0+git5616fa4 2025-06-05T23:55:25.3583922Z torchao 0.12.0+gitbc68b11 2025-06-05T23:55:25.3584396Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:55:25.3584841Z torchdata 0.11.0 2025-06-05T23:55:25.3585230Z torchsr 1.0.4 2025-06-05T23:55:25.3585623Z torchtune 0.6.1 2025-06-05T23:55:25.3586038Z torchvision 0.22.0a0+966da7e 2025-06-05T23:55:25.3586479Z tqdm 4.67.1 2025-06-05T23:55:25.3586874Z transformers 4.47.1 2025-06-05T23:55:25.3587282Z typing_extensions 4.14.0 2025-06-05T23:55:25.3587680Z tzdata 2025.2 2025-06-05T23:55:25.3588073Z urllib3 2.4.0 2025-06-05T23:55:25.3588598Z wheel 0.45.1 2025-06-05T23:55:25.3588989Z xxhash 3.5.0 2025-06-05T23:55:25.3589370Z yarl 1.20.0 2025-06-05T23:55:25.3589752Z zstd 1.5.5.1 2025-06-05T23:55:25.3590173Z + build_executorch_runner cmake Release 2025-06-05T23:55:25.3590594Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:55:25.3591011Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:55:25.3591407Z + build_executorch_runner_cmake Release 2025-06-05T23:55:25.3591840Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:55:25.3592241Z + clean_executorch_install_folders 2025-06-05T23:55:25.3592667Z + ./install_executorch.sh --clean 2025-06-05T23:55:25.3593085Z Cleaning build artifacts... 2025-06-05T23:55:25.3593540Z Cleaning pip-out/... 2025-06-05T23:55:25.3593910Z Done cleaning build artifacts. 2025-06-05T23:55:25.3594279Z + mkdir cmake-out 2025-06-05T23:55:25.3594594Z + pushd cmake-out 2025-06-05T23:55:25.3594985Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:55:25.3595469Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:55:25.3595827Z + CXXFLAGS= 2025-06-05T23:55:25.3596106Z + CXXFLAGS= 2025-06-05T23:55:25.3596573Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:55:25.3597286Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:55:25.3597889Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:25.3598617Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:25.3599104Z -- Detecting C compiler ABI info 2025-06-05T23:55:25.3599519Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:25.3600053Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:25.3600667Z -- Detecting C compile features 2025-06-05T23:55:25.3601091Z -- Detecting C compile features - done 2025-06-05T23:55:25.3601535Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:25.3601964Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:25.3602522Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:25.3603063Z -- Detecting CXX compile features 2025-06-05T23:55:25.3603492Z -- Detecting CXX compile features - done 2025-06-05T23:55:25.3603933Z -- --- Configured Options --- 2025-06-05T23:55:25.3604193Z 2025-06-05T23:55:25.3604360Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:55:25.3604859Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:55:25.3605366Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:55:25.3605874Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:55:25.3606365Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:55:25.3606867Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:55:25.3607359Z -- BUCK2 x (unset) 2025-06-05T23:55:25.3607850Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:55:25.3608346Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:55:25.3608857Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:55:25.3609378Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:55:25.3610132Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:55:25.3610896Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:55:25.3611403Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:55:25.3611924Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:55:25.3612424Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:55:25.3612929Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:55:25.3613435Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:55:25.3613948Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:55:25.3614469Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:55:25.3614988Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:55:25.3615505Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:55:25.3616130Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:55:25.3616652Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:55:25.3617158Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:55:25.3617675Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:55:25.3618190Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:55:25.3618703Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:55:25.3619203Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:55:25.3619686Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:55:25.3620182Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:55:25.3620746Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:55:25.3621252Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:55:25.3621755Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:55:25.3622263Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:55:25.3622773Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:55:25.3623257Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:55:25.3623743Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:55:25.3624231Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:55:25.3624730Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:55:25.3625301Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:55:25.3625805Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:55:25.3626304Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:55:25.3626785Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:55:25.3627355Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:55:25.3627862Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:55:25.3628355Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:55:25.3628849Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:55:25.3629367Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:55:25.3629856Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:55:25.3630358Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:55:25.3630868Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:55:25.3631373Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:55:25.3631892Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:55:25.3632358Z -- -------------------------- 2025-06-05T23:55:25.3632946Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:55:25.3634218Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:25.3635133Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:25.3635708Z CMake. 2025-06-05T23:55:25.3635872Z 2025-06-05T23:55:25.3636184Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:25.3636959Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:25.3637618Z to work with policies introduced by or earlier. 2025-06-05T23:55:25.3638102Z 2025-06-05T23:55:25.3638272Z  2025-06-05T23:55:25.3638651Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:25.3639277Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:25.3639874Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:25.3640383Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:25.3641021Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:25.3641803Z -- GCC_VERSION: 11 2025-06-05T23:55:25.3641999Z 2025-06-05T23:55:30.0084862Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:55:30.0087462Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:30.0088475Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:30.0089062Z CMake. 2025-06-05T23:55:30.0089224Z 2025-06-05T23:55:30.0089536Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:30.0090326Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:30.0091003Z to work with policies introduced by or earlier. 2025-06-05T23:55:30.0091360Z 2025-06-05T23:55:30.0091524Z  2025-06-05T23:55:30.0092531Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:30.0093573Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:30.0094154Z CMake. 2025-06-05T23:55:30.0094315Z 2025-06-05T23:55:30.0094636Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:30.0095417Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:30.0096088Z to work with policies introduced by or earlier. 2025-06-05T23:55:30.0096448Z 2025-06-05T23:55:30.0096622Z  2025-06-05T23:55:30.0096945Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:55:30.0097602Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:55:30.0098090Z -- Found Threads: TRUE 2025-06-05T23:55:30.0099019Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:30.0100193Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:30.0100797Z CMake. 2025-06-05T23:55:30.0100957Z 2025-06-05T23:55:30.0101268Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:30.0102041Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:30.0102712Z to work with policies introduced by or earlier. 2025-06-05T23:55:30.0103073Z 2025-06-05T23:55:30.0103243Z  2025-06-05T23:55:30.0103919Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:55:30.0104730Z -- Killing buck2 daemon 2025-06-05T23:55:30.0105418Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:55:30.0106203Z -- executorch: Generating source lists 2025-06-05T23:55:30.0106925Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:30.0107920Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:30.0108587Z -- Generating operator lib: 2025-06-05T23:55:30.0108973Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:30.0109523Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:30.0110116Z -- ROOT_OPS: 2025-06-05T23:55:30.0110430Z -- INCLUDE_ALL_OPS: 2025-06-05T23:55:30.0112142Z 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:55:30.0113716Z -- Generating kernel bindings: 2025-06-05T23:55:30.0114111Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:30.0114666Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:30.0115246Z -- CUSTOM_OPS_YAML: 2025-06-05T23:55:30.0115613Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:55:30.0117940Z 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:55:30.0120303Z -- Generating operator lib: 2025-06-05T23:55:30.0120696Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:30.0121089Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:55:30.0121503Z -- DEPS: executorch_core 2025-06-05T23:55:30.0122316Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:55:30.0123231Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:30.0123817Z CMake. 2025-06-05T23:55:30.0123976Z 2025-06-05T23:55:30.0124286Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:30.0125066Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:30.0125842Z to work with policies introduced by or earlier. 2025-06-05T23:55:30.0139527Z 2025-06-05T23:55:30.0139952Z  2025-06-05T23:55:30.0140306Z -- Looking for C++ include unistd.h 2025-06-05T23:55:30.0140886Z -- Looking for C++ include unistd.h - found 2025-06-05T23:55:30.0141370Z -- Looking for C++ include stdint.h 2025-06-05T23:55:30.0141804Z -- Looking for C++ include stdint.h - found 2025-06-05T23:55:30.0142268Z -- Looking for C++ include inttypes.h 2025-06-05T23:55:30.0142729Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:55:30.0143196Z -- Looking for C++ include sys/types.h 2025-06-05T23:55:30.0143664Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:55:30.0144351Z -- Looking for C++ include sys/stat.h 2025-06-05T23:55:30.0144809Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:55:30.0145267Z -- Looking for C++ include fnmatch.h 2025-06-05T23:55:30.0145716Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:55:30.0146276Z -- Looking for C++ include stddef.h 2025-06-05T23:55:30.0146737Z -- Looking for C++ include stddef.h - found 2025-06-05T23:55:30.0147178Z -- Check size of uint32_t 2025-06-05T23:55:30.0147551Z -- Check size of uint32_t - done 2025-06-05T23:55:30.0147947Z -- Looking for strtoll 2025-06-05T23:55:30.0148294Z -- Looking for strtoll - found 2025-06-05T23:55:30.0148686Z -- Configuring done (4.7s) 2025-06-05T23:55:30.0149053Z -- Generating done (0.1s) 2025-06-05T23:55:30.0149752Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:55:30.0150293Z + popd 2025-06-05T23:55:30.0150584Z /pytorch/executorch 2025-06-05T23:55:30.0150895Z ++ uname 2025-06-05T23:55:30.0151195Z + '[' Linux == Darwin ']' 2025-06-05T23:55:30.0151529Z ++ nproc 2025-06-05T23:55:30.0151811Z + CMAKE_JOBS=7 2025-06-05T23:55:30.0152138Z + cmake --build cmake-out -j 7 2025-06-05T23:55:30.0152863Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:55:30.0153989Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:55:30.0155354Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:55:30.0156461Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:55:30.0157608Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:55:30.0159162Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:55:30.0160474Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:55:30.0161497Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:55:30.0162262Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:55:30.0162981Z [ 2%] No update step for 'flatcc_external_project' 2025-06-05T23:55:30.0163731Z [ 2%] No update step for 'flatbuffers_external_project' 2025-06-05T23:55:30.0164470Z [ 2%] No patch step for 'flatcc_external_project' 2025-06-05T23:55:30.0165538Z [ 3%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:55:30.0166182Z CMake Warning: 2025-06-05T23:55:30.0166641Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:30.0167032Z 2025-06-05T23:55:30.0167190Z  2025-06-05T23:55:30.0167768Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:30.0168567Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:30.0169148Z CMake. 2025-06-05T23:55:30.0169314Z 2025-06-05T23:55:30.0169625Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:30.0170404Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:30.0171221Z to work with policies introduced by or earlier. 2025-06-05T23:55:30.0171722Z 2025-06-05T23:55:30.0171895Z  2025-06-05T23:55:30.0172382Z [ 4%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:55:30.0173225Z [ 4%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:55:30.0173899Z CMake Warning: 2025-06-05T23:55:30.0174323Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:30.0174703Z 2025-06-05T23:55:30.0174870Z  2025-06-05T23:55:30.0175208Z fatal: No names found, cannot describe anything. 2025-06-05T23:55:30.0175841Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:55:30.0176517Z git describe failed with exit code: 128 2025-06-05T23:55:30.0176828Z 2025-06-05T23:55:30.0177061Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:55:30.0177583Z Call Stack (most recent call first): 2025-06-05T23:55:30.0178136Z CMakeLists.txt:5 (include) 2025-06-05T23:55:30.0178393Z 2025-06-05T23:55:30.0178584Z  2025-06-05T23:55:30.0178881Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:55:30.0179793Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:55:30.0181216Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:55:30.0183145Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:55:30.0184046Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:30.0185114Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:55:30.0186015Z -- Detecting C compiler ABI info 2025-06-05T23:55:30.0186461Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:30.0187434Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:55:30.0188789Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:55:30.0189652Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:30.0190630Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:55:30.0191967Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:55:30.0194247Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:55:30.0195820Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:55:30.0196882Z [ 8%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:55:30.0198138Z [ 8%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:55:30.0199039Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:30.0199503Z [ 8%] Built target gflags_nothreads_static 2025-06-05T23:55:30.8510252Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:55:30.8512027Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:55:30.8513394Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:55:30.8514349Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:30.8514901Z -- Detecting C compile features 2025-06-05T23:55:30.8515311Z -- Detecting C compile features - done 2025-06-05T23:55:30.8516377Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:55:30.8517522Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:30.8518279Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:30.8518939Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:30.8519450Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:30.8520097Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:30.8520741Z -- GCC_VERSION: 11 2025-06-05T23:55:30.8520934Z 2025-06-05T23:55:30.8522090Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:55:30.8523692Z -- Configuring done (0.3s) 2025-06-05T23:55:30.8524088Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:30.8524533Z -- Generating done (0.0s) 2025-06-05T23:55:30.8525573Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:55:30.8526817Z [ 10%] Linking C static library libpthreadpool.a 2025-06-05T23:55:30.8527566Z [ 10%] Performing build step for 'flatcc_external_project' 2025-06-05T23:55:30.8528782Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:55:30.8529818Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:30.8530360Z -- Detecting CXX compile features 2025-06-05T23:55:30.8530793Z -- Detecting CXX compile features - done 2025-06-05T23:55:30.8531846Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:30.8532728Z -- Looking for strtof_l 2025-06-05T23:55:30.8533398Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:30.8534024Z [ 11%] Built target pthreadpool 2025-06-05T23:55:30.8535018Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:30.8536556Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:30.8537954Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:55:30.8539373Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:30.8540913Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:30.8542109Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:30.8543300Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:30.8544467Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:30.8545765Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:30.8547500Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:30.8549048Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:30.8551595Z -- Looking for strtof_l - found 2025-06-05T23:55:30.8552000Z -- Looking for strtoull_l 2025-06-05T23:55:30.8552960Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:30.8554262Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:55:30.8555324Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:30.8556848Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:30.8558343Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:55:30.8559483Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:55:30.8560807Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:30.8562040Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:30.8563245Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:55:30.8564583Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:55:30.8565651Z -- Looking for strtoull_l - found 2025-06-05T23:55:30.8566073Z -- Looking for realpath 2025-06-05T23:55:30.8567013Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:55:30.8568300Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:55:30.8569424Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:55:30.8570465Z [ 39%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:30.8571791Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:55:30.8573305Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:55:30.8574461Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:55:30.8575538Z [ 45%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:30.8576911Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:55:30.8577845Z -- Looking for realpath - found 2025-06-05T23:55:30.8578312Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:55:30.8578806Z -- Configuring done (0.7s) 2025-06-05T23:55:30.8579748Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:55:30.8580587Z -- Generating done (0.0s) 2025-06-05T23:55:30.8581589Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:55:30.8582626Z [ 45%] Built target flatccrt 2025-06-05T23:55:30.8583612Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:55:30.8584797Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:55:30.8585742Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:55:30.8586899Z [ 17%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:55:30.8587767Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:55:30.8588679Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:55:30.8589953Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:55:30.8591189Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:55:30.8592142Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:55:30.8593211Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:55:30.8594201Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:55:30.8595029Z [ 18%] Linking C static library libcpuinfo.a 2025-06-05T23:55:30.8595520Z [ 18%] Built target cpuinfo 2025-06-05T23:55:30.8596167Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:55:30.8596979Z [ 18%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:55:30.8597848Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:55:30.8598987Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:55:30.8600168Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:55:30.8600865Z [ 18%] Built target cpuinfo_internals 2025-06-05T23:55:30.8601751Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:55:30.8602832Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:55:30.8603929Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:55:30.8604907Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:55:30.8605843Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:55:30.8606857Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:55:30.8607786Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:55:30.8608767Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:55:30.8609835Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:55:31.1834102Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:55:31.1835088Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:55:31.1836028Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:55:31.1837091Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:55:31.1838260Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:55:31.1838915Z [ 93%] Built target flatcc 2025-06-05T23:55:31.1839592Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:55:31.1840540Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:55:31.1841440Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:55:31.1842443Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:55:31.1843388Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:55:31.1844267Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:55:31.1844875Z [100%] Built target flatcc_cli 2025-06-05T23:55:31.1845830Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:55:31.1846705Z [ 18%] Performing install step for 'flatcc_external_project' 2025-06-05T23:55:31.1847274Z [ 21%] Built target flatccrt 2025-06-05T23:55:31.1847648Z [ 93%] Built target flatcc 2025-06-05T23:55:31.1848002Z [100%] Built target flatcc_cli 2025-06-05T23:55:31.1848474Z Install the project... 2025-06-05T23:55:31.1848874Z -- Install configuration: "" 2025-06-05T23:55:31.1849774Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:55:31.1850917Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:55:31.1852308Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:55:31.1853609Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:55:31.1854866Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:55:31.1856141Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:55:31.1857417Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:55:31.1858874Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:55:31.1860160Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:55:31.1861605Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:55:31.1862947Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:55:31.1864233Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:55:31.1865500Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:55:31.1866835Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:55:31.1868153Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:55:31.1869451Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:55:31.1870744Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:55:31.1872021Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:55:31.1873299Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:55:31.1874583Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:55:31.1880598Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:55:31.1881938Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:55:31.1883161Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:55:31.1884407Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:55:31.1885715Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:55:31.1887037Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:55:31.1888674Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:55:31.1890038Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:55:31.1891362Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:55:31.1892693Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:55:31.1894150Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:55:31.1895585Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:55:31.1896990Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:55:31.1898389Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:55:31.1899861Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:55:31.1901463Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:55:31.1902924Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:55:31.1904433Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:55:31.1905831Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:55:31.1907177Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:55:31.1908470Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:55:31.1909795Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:55:31.1911192Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:55:31.1912621Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:55:31.1913992Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:55:31.1915341Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:55:31.1916701Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:55:31.1918130Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:55:31.1919477Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:55:31.1920822Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:55:31.1922182Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:55:31.1923542Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:55:31.1924873Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:55:31.1926374Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:55:31.1927705Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:55:31.1929029Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:55:31.1930407Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:55:31.1931848Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:55:31.1933362Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:55:33.0164695Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:55:33.0166138Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:55:33.0167470Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:55:33.0168812Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:55:33.0170453Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:55:33.0171837Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:55:33.0173115Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:55:33.0174570Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:55:33.0176160Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:55:33.0177686Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:55:33.0179148Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:55:33.0180634Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:55:33.0181972Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:55:33.0183180Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:55:33.0184446Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:55:33.0185738Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:55:33.0187044Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:55:33.0188355Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:55:33.0189559Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:55:33.0190650Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:55:33.0191698Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:55:33.0192926Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:55:33.0193707Z [ 18%] Completed 'flatcc_external_project' 2025-06-05T23:55:33.0194389Z [ 18%] Built target flatcc_external_project 2025-06-05T23:55:33.0195128Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:55:33.0196034Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:55:33.0196945Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:55:33.0197899Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:55:33.0198968Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:55:33.0199998Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:55:33.0201313Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:33.0202417Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:55:33.0203345Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:55:33.0204224Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:55:33.0205086Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:55:33.0205997Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:55:33.0207198Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:33.0208318Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:55:33.0209556Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:33.0210761Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:33.0211814Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:55:33.0212738Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:55:33.0213667Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:55:33.0214701Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:55:33.0215777Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:55:33.0216956Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:33.0218138Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:55:33.0219311Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:33.0220497Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:55:33.0221611Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:55:33.0222697Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:55:33.0223818Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:33.0224537Z [ 21%] Built target flatccrt 2025-06-05T23:55:33.0225055Z [100%] Linking CXX executable flatc 2025-06-05T23:55:33.0225500Z [100%] Built target flatc 2025-06-05T23:55:33.0226166Z [ 21%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:55:33.0226757Z [100%] Built target flatc 2025-06-05T23:55:33.0227206Z Install the project... 2025-06-05T23:55:33.0227607Z -- Install configuration: "" 2025-06-05T23:55:33.0228382Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:55:33.0229835Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:55:33.0231168Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:55:33.0232464Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:55:33.0233762Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:55:33.0235117Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:55:33.0236603Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:55:33.0238151Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:55:33.0239611Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:55:33.0241052Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:55:33.0242463Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:55:33.0243984Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:55:33.0245399Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:55:33.0246811Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:55:33.0248187Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:55:33.0250548Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:55:33.0251911Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:55:33.0253192Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:55:33.0254487Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:55:33.0255824Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:55:33.0257147Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:55:33.0258482Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:55:33.0259852Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:55:34.6002108Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:55:34.6003774Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:55:34.6005651Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:55:34.6007521Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:55:34.6008964Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:55:34.6010293Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:55:34.6011902Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:55:34.6013203Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:55:34.6014504Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:55:34.6015896Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:55:34.6017285Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:55:34.6018879Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:55:34.6020454Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:55:34.6022102Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:55:34.6023480Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:55:34.6024761Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:55:34.6026460Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:55:34.6027854Z [ 22%] Completed 'flatbuffers_external_project' 2025-06-05T23:55:34.6028536Z [ 22%] Built target flatbuffers_external_project 2025-06-05T23:55:34.6029174Z [ 22%] Generating common_schema headers 2025-06-05T23:55:34.6029653Z [ 22%] Built target common_schema 2025-06-05T23:55:34.6030217Z [ 22%] Generating program_schema headers 2025-06-05T23:55:34.6030701Z [ 22%] Built target program_schema 2025-06-05T23:55:34.6031504Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:55:34.6032633Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:55:34.6033961Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:55:34.6035456Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:55:34.6036889Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:55:34.6038197Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:55:34.6039305Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:55:34.6040463Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:55:34.6041615Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:55:34.6042786Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:55:34.6043973Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:55:34.6045254Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:55:34.6046603Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:55:34.6047904Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:55:34.6049104Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:55:34.6050557Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:55:34.6051728Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:55:34.6052874Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:55:34.6054056Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:55:34.6055265Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:55:34.6056762Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:55:34.6057808Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:55:34.6058354Z [ 29%] Built target executorch_core 2025-06-05T23:55:34.6059284Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:55:34.6060519Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:55:34.6061982Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:55:34.6063320Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:55:34.6064910Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:55:34.6066443Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:55:34.6067785Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:55:34.6069161Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:55:34.6070619Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:55:34.6072120Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:55:34.6073584Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:55:34.6075067Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:55:34.6076154Z [ 33%] Linking CXX static library libexecutorch.a 2025-06-05T23:55:34.6076942Z [ 33%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:55:34.6078332Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:55:34.6079196Z [ 34%] Built target executorch 2025-06-05T23:55:34.6080148Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:55:34.6081018Z [ 34%] Built target extension_threadpool 2025-06-05T23:55:34.6082023Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:55:34.6083459Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:55:34.6084915Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:55:34.6086431Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:55:34.6087924Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:55:34.6089352Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:55:34.6090996Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:55:34.6092440Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:55:34.6093885Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:55:34.6095323Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:55:34.6096446Z [ 38%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:55:34.6097127Z [ 38%] Built target kernels_util_all_deps 2025-06-05T23:55:34.6098114Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:55:34.6099508Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:55:34.6100814Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:55:34.6102033Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:55:37.1275515Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:55:37.1277121Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:55:37.1278568Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:55:37.1279875Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:55:37.1281185Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:55:37.1282469Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:55:37.1283693Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:55:37.1284920Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:55:37.1286214Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:55:37.1287456Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:55:37.1288735Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:55:37.1290074Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:55:37.1291372Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:55:37.1292625Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:55:37.1293864Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:55:37.1295123Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:55:37.1296377Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:55:37.1297658Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:55:37.1298998Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:55:37.1300333Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:55:37.1301913Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:55:37.1303212Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:55:37.1304480Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:55:37.1305709Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:55:37.1306994Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:55:37.1308409Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:55:37.1309652Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:55:37.1310876Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:55:37.1312190Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:55:37.1313537Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:55:37.1314938Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:55:37.1316403Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:55:37.1317602Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:55:37.1319047Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:55:37.1320300Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:55:37.1321602Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:55:37.1322948Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:55:37.1324230Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:55:37.1325479Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:55:37.1326756Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:37.1328022Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:55:37.1329232Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:55:37.1330462Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:55:37.1331700Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:55:37.1332956Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:55:37.1334256Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:55:37.1335513Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:55:37.1336741Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:55:37.1337995Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:55:37.1339306Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:55:37.1340602Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:55:37.1342014Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:55:37.1343248Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:55:37.1344512Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:55:37.1346639Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:55:37.1347926Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:55:37.1349302Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:55:37.1350649Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:55:37.1351893Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:55:37.1353157Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:55:37.1354445Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:55:37.1355772Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:55:37.1357288Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:55:37.1358761Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:55:37.1360020Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:55:37.1361301Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:55:37.1362667Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:55:37.1364092Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:55:37.1365427Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:55:37.1366655Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:55:37.1367900Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:55:37.1369151Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:55:37.1370426Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:55:37.1371763Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:55:37.1373084Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:55:37.1374406Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:55:37.1375727Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:55:39.6331224Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:55:39.6332569Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:55:39.6333871Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:55:39.6335246Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:55:39.6336932Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:55:39.6338205Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:55:39.6339637Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:55:39.6341197Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:55:39.6342566Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:55:39.6343952Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:55:39.6345194Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:55:39.6346457Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:55:39.6347690Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:55:39.6348889Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:55:39.6350803Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:55:39.6352163Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:55:39.6353683Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:55:39.6355089Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:55:39.6356504Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:55:39.6357796Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:55:39.6359103Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:55:39.6360369Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:55:39.6361625Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:55:39.6362922Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:55:39.6364275Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:55:39.6365621Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:55:39.6367010Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:55:39.6368430Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:55:39.6369667Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:55:39.6370896Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:55:39.6372125Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:55:39.6373432Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:55:39.6374784Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:55:39.6376403Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:55:39.6377784Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:55:39.6379105Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:55:39.6380377Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:55:39.6381676Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:55:39.6383050Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:55:39.6384654Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:55:39.6386081Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:55:39.6387544Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:55:39.6388830Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:55:39.6390051Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:55:39.6391460Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:55:39.6392682Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:55:39.6394074Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:55:39.6395386Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:55:39.6396693Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:55:39.6398131Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:55:39.6399476Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:55:39.6400892Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:55:39.6402135Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:55:39.6403370Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:55:39.6404606Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:55:39.6405895Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:55:39.6407242Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:55:39.6408555Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:55:39.6409858Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:55:39.6411260Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:55:39.6412660Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:55:39.6413961Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:55:39.6415204Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:55:39.6416583Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:55:39.6417870Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:55:39.6419118Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:55:39.6420334Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:55:39.6421543Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:55:39.6422792Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:55:39.6424141Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:55:39.6425438Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:55:39.6426723Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:55:39.6427950Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:55:39.6429245Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:55:39.6430686Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:55:57.5022917Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:55:57.5024809Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:55:57.5026321Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:55:57.5027657Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:55:57.5028973Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:55:57.5030345Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:55:57.5031633Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:55:57.5032880Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:55:57.5034335Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:55:57.5036004Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:55:57.5037581Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:55:57.5039193Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:55:57.5040673Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:55:57.5042078Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:55:57.5043442Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:55:57.5044888Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:55:57.5046302Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:55:57.5047928Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:55:57.5049535Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:55:57.5050950Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:55:57.5052362Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:55:57.5053807Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:55:57.5055581Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:55:57.5056979Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:55:57.5058333Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:55:57.5059720Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:55:57.5061089Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:55:57.5062448Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:55:57.5063670Z [ 96%] Linking CXX static library libportable_kernels.a 2025-06-05T23:55:57.5064251Z [ 96%] Built target portable_kernels 2025-06-05T23:55:57.5065066Z [ 96%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:55:57.5065880Z [ 97%] Generating code for kernel registration 2025-06-05T23:55:57.5067199Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:55:57.5068534Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:55:57.5069107Z [ 98%] Built target portable_ops_lib 2025-06-05T23:55:57.5070045Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:55:57.5071450Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:55:57.5072823Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:55:57.5074063Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:55:57.5075342Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:55:57.5076745Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:55:57.5077790Z [100%] Linking CXX executable executor_runner 2025-06-05T23:55:57.5078431Z [100%] Built target executor_runner 2025-06-05T23:55:57.5078841Z + [[ '' == *main* ]] 2025-06-05T23:55:57.5079178Z + [[ '' == *gh* ]] 2025-06-05T23:55:57.5079527Z + PYTHON_EXECUTABLE=python 2025-06-05T23:55:57.5080033Z + bash .ci/scripts/test_model.sh emformer_join cmake portable 2025-06-05T23:55:57.5080599Z ++ dirname .ci/scripts/test_model.sh 2025-06-05T23:55:57.5081039Z + source .ci/scripts/utils.sh 2025-06-05T23:55:57.5081448Z + MODEL_NAME=emformer_join 2025-06-05T23:55:57.5081830Z + [[ -z emformer_join ]] 2025-06-05T23:55:57.5082200Z + BUILD_TOOL=cmake 2025-06-05T23:55:57.5082531Z + [[ -z cmake ]] 2025-06-05T23:55:57.5082869Z + BACKEND=portable 2025-06-05T23:55:57.5083199Z + [[ -z portable ]] 2025-06-05T23:55:57.5083532Z + UPLOAD_DIR= 2025-06-05T23:55:57.5084026Z + [[ -z python ]] 2025-06-05T23:55:57.5084356Z + which python 2025-06-05T23:55:57.5084953Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:55:57.5085391Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:55:57.5085798Z + EXPORTED_MODEL=emformer_join 2025-06-05T23:55:57.5086218Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-06-05T23:55:57.5086723Z + echo 'Testing emformer_join with portable kernels...' 2025-06-05T23:55:57.5087294Z Testing emformer_join with portable kernels... 2025-06-05T23:55:57.5087764Z + test_model 2025-06-05T23:55:57.5088110Z + [[ emformer_join == \l\l\a\m\a\2 ]] 2025-06-05T23:55:57.5088532Z + STRICT=--strict 2025-06-05T23:55:57.5088876Z + [[ emformer_join == \l\l\a\v\a ]] 2025-06-05T23:55:57.5089312Z + [[ emformer_join == \q\w\e\n\2\_\5 ]] 2025-06-05T23:55:57.5089762Z + [[ emformer_join == \p\h\i\_\4\_\m\i\n\i ]] 2025-06-05T23:55:57.5090569Z + python -m examples.portable.scripts.export --model_name=emformer_join --strict 2025-06-05T23:55:57.5091667Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-06-05T23:55:57.5092371Z 2025-06-05T23:55:57.5092510Z 0% 0.00/293M [00:00 value. Or, use the ... syntax 2025-06-05T23:56:00.6632120Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:00.6632803Z to work with policies introduced by or earlier. 2025-06-05T23:56:00.6633161Z 2025-06-05T23:56:00.6633445Z  2025-06-05T23:56:00.6633840Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:56:00.6634464Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:56:00.6635075Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:56:00.6635579Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:56:00.6636229Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:56:00.6636869Z -- GCC_VERSION: 11 2025-06-05T23:56:00.6637069Z 2025-06-05T23:56:00.6638495Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:56:00.6640513Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:00.6641524Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:00.6642099Z CMake. 2025-06-05T23:56:00.6642258Z 2025-06-05T23:56:00.6642575Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:00.6643444Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:00.6644118Z to work with policies introduced by or earlier. 2025-06-05T23:56:00.6644473Z 2025-06-05T23:56:00.6644645Z  2025-06-05T23:56:00.6645604Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:00.6646646Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:00.6647224Z CMake. 2025-06-05T23:56:00.6647381Z 2025-06-05T23:56:00.6647703Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:00.6648468Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:00.6649136Z to work with policies introduced by or earlier. 2025-06-05T23:56:00.6649640Z 2025-06-05T23:56:00.6649824Z  2025-06-05T23:56:00.6650152Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:56:00.6650669Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:56:00.6651155Z -- Found Threads: TRUE 2025-06-05T23:56:00.6652089Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:00.6653138Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:00.6653724Z CMake. 2025-06-05T23:56:00.6653883Z 2025-06-05T23:56:00.6654195Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:00.6654966Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:00.6655645Z to work with policies introduced by or earlier. 2025-06-05T23:56:00.6656000Z 2025-06-05T23:56:00.6656165Z  2025-06-05T23:56:00.6656840Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:56:00.6657640Z -- Killing buck2 daemon 2025-06-05T23:56:00.6658328Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:56:00.6659114Z -- executorch: Generating source lists 2025-06-05T23:56:00.6659836Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:56:00.6660803Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:56:00.6661822Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:56:00.6662614Z -- Generating operator lib: 2025-06-05T23:56:00.6663207Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:00.6663760Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:56:00.6664328Z -- ROOT_OPS: 2025-06-05T23:56:00.6664642Z -- INCLUDE_ALL_OPS: 2025-06-05T23:56:00.6666358Z 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:56:00.6667934Z -- Generating kernel bindings: 2025-06-05T23:56:00.6668331Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:00.6668877Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:56:00.6669470Z -- CUSTOM_OPS_YAML: 2025-06-05T23:56:00.6669964Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:56:00.6672304Z 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:56:00.6674384Z -- Generating operator lib: 2025-06-05T23:56:00.6674761Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:00.6675167Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:56:00.6675568Z -- DEPS: executorch_core 2025-06-05T23:56:00.6675941Z -- Generating operator lib: 2025-06-05T23:56:00.6676469Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:56:00.6677039Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:56:00.6677617Z -- ROOT_OPS: 2025-06-05T23:56:00.6678031Z -- INCLUDE_ALL_OPS: 2025-06-05T23:56:00.6679892Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:56:00.6681488Z -- Generating kernel bindings: 2025-06-05T23:56:00.6681897Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:56:00.6682456Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:56:00.6683053Z -- CUSTOM_OPS_YAML: 2025-06-05T23:56:00.6683404Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:56:00.6685782Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:56:00.6687907Z -- Generating operator lib: 2025-06-05T23:56:00.6688291Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:56:00.6688705Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:56:00.6689119Z -- DEPS: executorch_core 2025-06-05T23:56:00.6689499Z -- Merging kernel yaml files: 2025-06-05T23:56:00.6690162Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:56:00.6691152Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:56:00.6691953Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-06-05T23:56:00.6692476Z -- Generating operator lib: 2025-06-05T23:56:00.6692882Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:56:00.6693506Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-06-05T23:56:00.6694121Z -- ROOT_OPS: 2025-06-05T23:56:00.6694429Z -- INCLUDE_ALL_OPS: 2025-06-05T23:56:00.6696221Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-06-05T23:56:00.6697849Z -- Generating kernel bindings: 2025-06-05T23:56:00.6698261Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:56:00.6698901Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-06-05T23:56:00.6699650Z -- CUSTOM_OPS_YAML: 2025-06-05T23:56:00.6700009Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:56:00.6702517Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:56:00.6704750Z -- Generating operator lib: 2025-06-05T23:56:00.6705168Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:56:00.6705709Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:56:00.6706244Z -- DEPS: executorch_core 2025-06-05T23:56:00.6707120Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:56:00.6708040Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:00.6708627Z CMake. 2025-06-05T23:56:00.6708787Z 2025-06-05T23:56:00.6709099Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:00.6709870Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:00.6710534Z to work with policies introduced by or earlier. 2025-06-05T23:56:00.6710896Z 2025-06-05T23:56:00.6711069Z  2025-06-05T23:56:03.4729971Z -- Looking for C++ include unistd.h 2025-06-05T23:56:03.4730581Z -- Looking for C++ include unistd.h - found 2025-06-05T23:56:03.4731045Z -- Looking for C++ include stdint.h 2025-06-05T23:56:03.4731493Z -- Looking for C++ include stdint.h - found 2025-06-05T23:56:03.4732229Z -- Looking for C++ include inttypes.h 2025-06-05T23:56:03.4732716Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:56:03.4733197Z -- Looking for C++ include sys/types.h 2025-06-05T23:56:03.4733661Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:56:03.4734130Z -- Looking for C++ include sys/stat.h 2025-06-05T23:56:03.4734598Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:56:03.4735061Z -- Looking for C++ include fnmatch.h 2025-06-05T23:56:03.4735511Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:56:03.4735966Z -- Looking for C++ include stddef.h 2025-06-05T23:56:03.4736406Z -- Looking for C++ include stddef.h - found 2025-06-05T23:56:03.4736842Z -- Check size of uint32_t 2025-06-05T23:56:03.4737229Z -- Check size of uint32_t - done 2025-06-05T23:56:03.4737613Z -- Looking for strtoll 2025-06-05T23:56:03.4737973Z -- Looking for strtoll - found 2025-06-05T23:56:03.4738367Z -- Configuring done (4.9s) 2025-06-05T23:56:03.4738732Z -- Generating done (0.2s) 2025-06-05T23:56:03.4739244Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:56:03.4739838Z + cmake --build cmake-out -j4 --config Debug 2025-06-05T23:56:03.4740750Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:56:03.4741967Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:56:03.4743337Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:56:03.4744666Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:56:03.4745742Z [ 1%] No download step for 'flatbuffers_external_project' 2025-06-05T23:56:03.4746581Z [ 1%] No update step for 'flatbuffers_external_project' 2025-06-05T23:56:03.4747341Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:56:03.4748188Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:56:03.4748871Z CMake Warning: 2025-06-05T23:56:03.4749302Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:56:03.4749863Z 2025-06-05T23:56:03.4750037Z  2025-06-05T23:56:03.4750608Z fatal: No names found, cannot describe anything. 2025-06-05T23:56:03.4751255Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:56:03.4751775Z git describe failed with exit code: 128 2025-06-05T23:56:03.4752084Z 2025-06-05T23:56:03.4752316Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:56:03.4752842Z Call Stack (most recent call first): 2025-06-05T23:56:03.4753267Z CMakeLists.txt:5 (include) 2025-06-05T23:56:03.4753522Z 2025-06-05T23:56:03.4753712Z  2025-06-05T23:56:03.4754018Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:56:03.4754929Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:56:03.4755768Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:56:03.4757010Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:56:03.4758530Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:56:03.4759349Z -- Detecting CXX compiler ABI info 2025-06-05T23:56:03.4760356Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:56:03.4761683Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:56:03.4763212Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:56:03.4764119Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:56:03.4765224Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:56:03.4766198Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:56:03.4766751Z -- Detecting CXX compile features 2025-06-05T23:56:03.4767193Z -- Detecting CXX compile features - done 2025-06-05T23:56:03.4767635Z -- Looking for strtof_l 2025-06-05T23:56:03.4768201Z [ 3%] Linking C static library libpthreadpool.a 2025-06-05T23:56:03.4769218Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:56:03.4770048Z [ 3%] Built target pthreadpool 2025-06-05T23:56:03.4770983Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:56:03.4772343Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:56:03.4773697Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:56:03.4774553Z -- Looking for strtof_l - found 2025-06-05T23:56:03.4774948Z -- Looking for strtoull_l 2025-06-05T23:56:03.4775900Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:56:03.4777361Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:56:03.4778829Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:56:03.4779710Z -- Looking for strtoull_l - found 2025-06-05T23:56:03.4780112Z -- Looking for realpath 2025-06-05T23:56:03.4781065Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:56:03.4782531Z [ 5%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:56:03.4783969Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:56:03.4784829Z -- Looking for realpath - found 2025-06-05T23:56:03.4785299Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:56:03.4785956Z -- Configuring done (0.7s) 2025-06-05T23:56:03.4786336Z -- Generating done (0.0s) 2025-06-05T23:56:03.4787301Z [ 5%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:56:03.4788806Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:56:03.4790135Z [ 5%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:56:03.4790970Z [ 5%] Linking CXX static library libgflags_nothreads_debug.a 2025-06-05T23:56:03.4791829Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:56:03.4793103Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:56:03.4794008Z [ 5%] Built target gflags_nothreads_static 2025-06-05T23:56:03.4794701Z [ 5%] Creating directories for 'flatcc_external_project' 2025-06-05T23:56:03.4795492Z [ 5%] No download step for 'flatcc_external_project' 2025-06-05T23:56:03.4796235Z [ 5%] No update step for 'flatcc_external_project' 2025-06-05T23:56:03.4796934Z [ 6%] No patch step for 'flatcc_external_project' 2025-06-05T23:56:03.4797725Z [ 6%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:56:03.4798573Z CMake Warning: 2025-06-05T23:56:03.4799015Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:56:03.4799397Z 2025-06-05T23:56:03.4799559Z  2025-06-05T23:56:03.4800138Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:56:03.4801010Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:03.4801609Z CMake. 2025-06-05T23:56:03.4801768Z 2025-06-05T23:56:03.4802083Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:03.4802864Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:03.4803540Z to work with policies introduced by or earlier. 2025-06-05T23:56:03.4803896Z 2025-06-05T23:56:03.4804071Z  2025-06-05T23:56:03.4804973Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:56:03.4805903Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:56:03.4806380Z -- Detecting C compiler ABI info 2025-06-05T23:56:03.4807348Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:56:03.4808495Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:56:03.4809677Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:56:03.4810554Z -- Detecting C compiler ABI info - done 2025-06-05T23:56:03.4811105Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:56:03.4811632Z -- Detecting C compile features 2025-06-05T23:56:03.4812049Z -- Detecting C compile features - done 2025-06-05T23:56:03.4813038Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:56:03.4813979Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:56:03.4814615Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:56:03.4815204Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:56:03.4815716Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:56:03.4816362Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:56:03.4817002Z -- GCC_VERSION: 11 2025-06-05T23:56:03.4817195Z 2025-06-05T23:56:03.4818347Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:56:03.4819935Z -- Configuring done (0.3s) 2025-06-05T23:56:03.4820930Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:56:03.4821810Z -- Generating done (0.0s) 2025-06-05T23:56:03.4822725Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:56:03.4824313Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:56:03.4825421Z [ 8%] Performing build step for 'flatcc_external_project' 2025-06-05T23:56:03.4826370Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:56:03.4827281Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:56:03.4828062Z [ 8%] Linking C static library libcpuinfo.a 2025-06-05T23:56:03.4828864Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:56:05.7483946Z [ 8%] Built target cpuinfo 2025-06-05T23:56:05.7485146Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:56:05.7486206Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:56:05.7487599Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:56:05.7488705Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:56:05.7490106Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:56:05.7491353Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:56:05.7492581Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:56:05.7493744Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:56:05.7494921Z [ 27%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:56:05.7496305Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:56:05.7497269Z [ 27%] Built target flatccrt 2025-06-05T23:56:05.7498096Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:56:05.7499180Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:56:05.7500570Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:56:05.7501799Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:56:05.7503047Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:56:05.7504391Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:56:05.7505763Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:56:05.7506970Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:56:05.7508217Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:56:05.7509539Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:56:05.7510935Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:56:05.7512351Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:56:05.7513672Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:56:05.7515271Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:56:05.7516718Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:56:05.7518104Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:56:05.7519246Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:56:05.7520604Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:56:05.7522011Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:56:05.7523318Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:56:05.7524786Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:56:05.7526043Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:56:05.7527305Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:56:05.7528542Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:56:05.7529934Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:56:05.7531416Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:56:05.7532767Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:56:05.7533809Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:56:05.7535056Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:56:05.7536311Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:56:05.7537330Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:56:05.7538319Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:56:05.7539569Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:56:05.7541047Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:56:05.7542296Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:56:05.7543366Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:56:05.7544684Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:56:05.7546561Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:56:05.7547879Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:56:05.7548922Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:56:05.7550681Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:56:05.7551669Z [ 12%] Linking CXX static library libeigen_blas.a 2025-06-05T23:56:05.7552734Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:56:05.7553917Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:56:05.7555029Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:56:05.7556062Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:56:05.7557403Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:56:05.7558690Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:56:05.7559903Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:56:05.7561040Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:56:05.7562045Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:56:05.7563139Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:56:05.7564472Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:56:05.7565666Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:56:05.7566800Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:56:05.7567876Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:56:05.7569011Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:56:05.7569845Z [ 93%] Built target flatcc 2025-06-05T23:56:05.7570634Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:56:05.7571942Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:56:05.7573245Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:56:05.7574434Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:56:05.7575207Z [100%] Built target flatcc_cli 2025-06-05T23:56:05.7575969Z [ 12%] Performing install step for 'flatcc_external_project' 2025-06-05T23:56:05.7576659Z [ 21%] Built target flatccrt 2025-06-05T23:56:05.7577148Z [ 93%] Built target flatcc 2025-06-05T23:56:05.7577632Z [100%] Built target flatcc_cli 2025-06-05T23:56:05.7578226Z Install the project... 2025-06-05T23:56:05.7578763Z -- Install configuration: "" 2025-06-05T23:56:05.7579610Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:56:05.7580885Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:56:05.7582272Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:56:05.7583702Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:56:05.7585103Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:56:05.7586525Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:56:05.7587923Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:56:05.7589320Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:56:05.7590739Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:56:05.7592205Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:56:05.7666441Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:56:05.7667806Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:56:05.7669088Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:56:05.7670761Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:56:05.7672100Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:56:05.7673394Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:56:05.7674692Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:56:05.7675980Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:56:05.7677386Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:56:05.7678810Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:56:05.7680110Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:56:05.7681399Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:56:05.7682620Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:56:05.7684024Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:56:05.7685454Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:56:05.7686806Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:56:05.7688175Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:56:05.7689542Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:56:05.7690873Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:56:05.7692205Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:56:05.7693571Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:56:05.7695000Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:56:05.7696414Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:56:05.7697817Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:56:05.7699303Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:56:05.7700767Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:56:05.7702225Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:56:05.7703657Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:56:05.7705041Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:56:05.7706391Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:56:05.7707687Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:56:05.7709167Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:56:05.7710572Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:56:05.7711995Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:56:05.7713385Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:56:05.7714826Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:56:05.7716409Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:56:05.7717742Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:56:05.7719166Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:56:05.7720502Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:56:05.7721865Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:56:05.7723355Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:56:05.7724777Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:56:05.7726146Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:56:05.7727484Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:56:05.7728820Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:56:05.7730193Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:56:05.7731636Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:56:05.7733049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:56:05.7734385Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:56:05.7735708Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:56:05.7737049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:56:05.7738381Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:56:05.7739781Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:56:05.7741067Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:56:05.7742324Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:56:05.7743792Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:56:05.7745380Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:56:05.7747033Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:56:05.7748509Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:56:05.7750125Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:56:05.7751477Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:56:05.7752688Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:56:05.7754122Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:56:05.7755434Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:56:05.7756738Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:56:05.7758134Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:56:05.7759344Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:56:05.7760641Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:56:05.7761691Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:56:08.0415185Z [ 12%] Completed 'flatcc_external_project' 2025-06-05T23:56:08.0416074Z [ 12%] Built target flatcc_external_project 2025-06-05T23:56:08.0417127Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:56:08.0418323Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:56:08.0419402Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:56:08.0420628Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:56:08.0422042Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:56:08.0423246Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:56:08.0424407Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:56:08.0425638Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:56:08.0426861Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:56:08.0428326Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:56:08.0429679Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:56:08.0431205Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:56:08.0432483Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:56:08.0433772Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:56:08.0435477Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:56:08.0436718Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:56:08.0437635Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:56:08.0439396Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:56:08.0440425Z [ 14%] Built target eigen_blas 2025-06-05T23:56:08.0441245Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:56:08.0442746Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:56:08.0444207Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:56:08.0445769Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:56:08.0447286Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:56:08.0448700Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:56:08.0450473Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:56:08.0451685Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:56:08.0453129Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:56:08.0455105Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:56:08.0456599Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:56:08.0458074Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:56:08.0459463Z [ 15%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:56:08.0460835Z [ 15%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:56:08.0462229Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:56:08.0463592Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:56:08.0464513Z [100%] Linking CXX executable flatc 2025-06-05T23:56:08.0465429Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:56:08.0466418Z [ 16%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:56:08.0467507Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:56:08.0468305Z [ 17%] Built target cpuinfo_internals 2025-06-05T23:56:08.0469228Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:56:08.0470510Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt_d.a 2025-06-05T23:56:08.0471256Z [ 17%] Built target flatccrt 2025-06-05T23:56:08.0471706Z [100%] Built target flatc 2025-06-05T23:56:08.0472356Z [ 17%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:56:08.0473005Z [100%] Built target flatc 2025-06-05T23:56:08.0473511Z Install the project... 2025-06-05T23:56:08.0473911Z -- Install configuration: "" 2025-06-05T23:56:08.0474699Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:56:08.0476002Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:56:08.0477343Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:56:08.0478714Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:56:08.0480349Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:56:08.0481794Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:56:08.0483278Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:56:08.0484794Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:56:08.0486396Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:56:08.0487862Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:56:08.0489274Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:56:08.0490702Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:56:08.0492122Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:56:08.0493695Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:56:08.0495118Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:56:08.0496724Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:56:08.0498188Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:56:08.0499483Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:56:08.0500889Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:56:08.0502225Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:56:08.0503592Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:56:08.0505020Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:56:08.0506398Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:56:08.0507756Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:56:08.0509196Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:56:08.0510608Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:56:08.0511988Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:56:08.0513484Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:56:08.0514865Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:56:08.0516268Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:56:10.9281004Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:56:10.9282786Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:56:10.9284187Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:56:10.9285574Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:56:10.9287055Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:56:10.9288596Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:56:10.9290360Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:56:10.9291763Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:56:10.9293040Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:56:10.9294587Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:56:10.9296003Z [ 17%] Completed 'flatbuffers_external_project' 2025-06-05T23:56:10.9296821Z [ 17%] Built target flatbuffers_external_project 2025-06-05T23:56:10.9297451Z [ 17%] Generating common_schema headers 2025-06-05T23:56:10.9297926Z [ 17%] Built target common_schema 2025-06-05T23:56:10.9298481Z [ 18%] Generating program_schema headers 2025-06-05T23:56:10.9299073Z [ 18%] Built target program_schema 2025-06-05T23:56:10.9299949Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:56:10.9301072Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:56:10.9302390Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:56:10.9303874Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:56:10.9305262Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:56:10.9306446Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:56:10.9307558Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:56:10.9308723Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:56:10.9309895Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:56:10.9311066Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:56:10.9312275Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:56:10.9313561Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:56:10.9314922Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:56:10.9316231Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:56:10.9317429Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:56:10.9318659Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:56:10.9319771Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:56:10.9321104Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:56:10.9322253Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:56:10.9323391Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:56:10.9324557Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:56:10.9325535Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:56:10.9326081Z [ 22%] Built target executorch_core 2025-06-05T23:56:10.9326925Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:56:10.9328274Z [ 22%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:56:10.9329516Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:56:10.9330856Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:56:10.9332332Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:56:10.9333756Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:56:10.9335396Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:56:10.9336784Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:56:10.9338339Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:56:10.9339912Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:56:10.9341044Z [ 24%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:56:10.9341628Z [ 24%] Built target extension_threadpool 2025-06-05T23:56:10.9342653Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:56:10.9343706Z [ 24%] Linking CXX static library libexecutorch.a 2025-06-05T23:56:10.9344913Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:56:10.9345810Z [ 25%] Built target executorch 2025-06-05T23:56:10.9346833Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:56:10.9348327Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:56:10.9349882Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:56:10.9351300Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:56:10.9352773Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:56:10.9354306Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:56:10.9355793Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:56:10.9357323Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:56:10.9358868Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:56:10.9360304Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:56:10.9362014Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:56:10.9363429Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:56:10.9364815Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:56:10.9366255Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:56:10.9367852Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:56:10.9369291Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:56:10.9370690Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:56:10.9372056Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:56:10.9373420Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:56:10.9374503Z [ 28%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:56:10.9375832Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:56:10.9376713Z [ 29%] Built target kernels_util_all_deps 2025-06-05T23:56:10.9377723Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:56:10.9378886Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:56:10.9380177Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:56:14.3512615Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:56:14.3513939Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:56:14.3515129Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:56:14.3516273Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-06-05T23:56:14.3517432Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:56:14.3518474Z from /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp:17: 2025-06-05T23:56:14.3521055Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:56:14.3524836Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:14.3526764Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:56:14.3527205Z | ^ 2025-06-05T23:56:14.3528170Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:56:14.3529349Z [ 29%] Linking CXX static library libcpublas.a 2025-06-05T23:56:14.3530359Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:56:14.3531568Z [ 29%] Built target cpublas 2025-06-05T23:56:14.3532505Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:56:14.3533909Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:56:14.3535303Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:56:14.3536729Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:56:14.3538310Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:56:14.3539815Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:56:14.3541264Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:56:14.3542643Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:56:14.3543936Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:56:14.3545250Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:56:14.3546786Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:56:14.3548326Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:56:14.3549821Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:56:14.3551162Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:56:14.3552623Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:56:14.3554090Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:56:14.3555434Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:56:14.3556804Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:56:14.3558362Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:56:14.3559763Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:56:14.3561059Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:56:14.3562354Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:56:14.3563825Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:56:14.3565248Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:56:14.3566559Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:56:14.3567881Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:56:14.3569298Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:56:14.3570783Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:56:14.3572454Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:56:14.3573845Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:56:14.3575390Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:56:14.3576878Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:56:14.3578221Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:56:14.3579715Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:56:14.3581103Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:56:14.3582491Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:56:14.3583809Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:56:14.3585180Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:56:14.3586807Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:56:14.3588206Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:56:14.3589661Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:56:14.3590963Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:56:14.3592380Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:56:14.3593744Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:56:14.3594999Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:56:14.3596337Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:56:14.3597712Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:56:14.3599174Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:56:14.3600448Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:56:14.3601763Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:56:14.3603138Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:56:14.3604507Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:56:14.3605815Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:56:14.3607189Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:56:14.3608540Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:56:14.3609803Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:56:14.3611047Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:56:18.4426524Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:56:18.4427887Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:56:18.4429205Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:56:18.4430607Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:56:18.4431934Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:56:18.4433584Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:56:18.4434974Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:56:18.4436321Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:56:18.4437732Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:56:18.4439240Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:56:18.4440556Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:56:18.4442112Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:56:18.4443565Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:56:18.4444853Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:56:18.4446070Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:56:18.4447386Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:56:18.4448789Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:56:18.4450299Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:56:18.4451572Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:56:18.4452862Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:56:18.4454222Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:56:18.4455658Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:56:18.4456934Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:56:18.4458220Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:56:18.4459573Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:56:18.4460939Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:56:18.4462306Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:56:18.4463710Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:56:18.4465113Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:56:18.4466540Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:56:18.4468128Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:56:18.4469445Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:56:18.4470911Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:56:18.4472238Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:56:18.4473450Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:56:18.4474901Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:56:18.4476308Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:56:18.4477639Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:56:18.4479070Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:56:18.4480408Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:56:18.4481957Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:56:18.4483572Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:56:18.4484879Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:56:18.4486248Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:56:18.4487835Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:56:18.4489231Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:56:18.4490495Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:56:18.4491835Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:56:18.4493205Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:56:18.4494528Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:56:18.4495759Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:56:18.4497064Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:56:18.4498445Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:56:18.4499727Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:56:18.4500951Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:56:18.4502321Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:56:18.4503791Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:56:18.4505198Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:56:18.4506485Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:56:18.4508005Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:56:18.4509455Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:56:18.4510783Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:56:18.4512098Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:56:18.4513434Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:56:18.4514974Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:56:18.4516311Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:56:18.4517607Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:56:18.4519082Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:56:18.4520361Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:56:18.4521697Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:56:18.4522949Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:56:18.4524414Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:56:18.4525792Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:56:22.6911167Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:56:22.6912474Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:56:22.6913835Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:56:22.6915194Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:56:22.6916445Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:56:22.6917702Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:56:22.6919183Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:56:22.6920524Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:56:22.6921809Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:56:22.6923144Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:56:22.6924497Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:56:22.6925808Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:56:22.6927056Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:56:22.6928295Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:56:22.6929724Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:56:22.6931539Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:56:22.6932879Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:56:22.6934303Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:56:22.6935915Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:56:22.6937369Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:56:22.6938763Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:56:22.6940044Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:56:22.6941390Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:56:22.6942709Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:56:22.6943989Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:56:22.6945313Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:56:22.6946814Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:56:22.6948270Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:56:22.6949818Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:56:22.6951172Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:56:22.6952780Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:56:22.6954079Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:56:22.6955286Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:56:22.6956591Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:56:22.6958022Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:56:22.6959408Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:56:22.6960793Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:56:22.6962079Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:56:22.6963452Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:56:22.6964867Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:56:22.6966347Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:56:22.6967809Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:56:22.6969113Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:56:22.6970394Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:56:22.6971952Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:56:22.6973181Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:56:22.6974421Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:56:22.6988427Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:56:22.6989790Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:56:22.6991052Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:56:22.6992753Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:56:22.6994254Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:56:22.6995695Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:56:22.6997095Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:56:22.6998640Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:56:22.7000277Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:56:22.7001739Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:56:22.7002956Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:56:22.7004204Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:56:22.7005628Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:56:22.7006995Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:56:22.7008299Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:56:22.7009652Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:56:22.7011099Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:56:22.7012561Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:56:22.7013927Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:56:22.7015244Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:56:22.7016531Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:56:22.7017819Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:56:22.7019055Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:56:22.7020299Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:56:22.7021608Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:56:22.7022949Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:56:22.7024317Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:56:26.7066506Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:56:26.7067998Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:56:26.7069390Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:56:26.7070732Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:56:26.7072001Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:56:26.7073637Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:56:26.7074962Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:56:26.7076316Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:56:26.7077707Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:56:26.7079511Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:56:26.7081144Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:56:26.7082699Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:56:26.7084172Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:56:26.7085559Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:56:26.7086934Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:56:26.7088188Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:56:26.7089440Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:56:26.7090792Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:56:26.7092205Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:56:26.7093548Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:56:26.7094869Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:56:26.7096311Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:56:26.7097742Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:56:26.7099095Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:56:26.7100432Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:56:26.7101769Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:56:26.7103101Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:56:26.7104355Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:56:26.7105574Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:56:26.7107093Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:56:26.7108431Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:56:26.7109758Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:56:26.7111107Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:56:26.7112470Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:56:26.7114252Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:56:26.7115620Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:56:26.7116902Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:56:26.7118409Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:56:26.7119925Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:56:26.7121539Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:56:26.7122860Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:56:26.7124326Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:56:26.7125769Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:56:26.7127104Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:56:26.7128378Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:56:26.7129738Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:56:26.7131149Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:56:26.7132456Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:56:26.7133683Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:56:26.7135081Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:56:26.7136625Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:56:26.7138021Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:56:26.7139645Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:56:26.7141191Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:56:26.7142644Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:56:26.7143954Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:56:26.7145256Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:56:26.7146616Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:56:26.7148118Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:56:26.7149394Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:56:26.7153335Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:56:26.7154779Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:56:26.7156141Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:56:26.7157780Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:56:26.7159346Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:56:26.7160828Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:56:26.7162268Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:56:26.7163584Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:56:26.7165042Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:56:26.7166513Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:56:26.7167914Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:56:26.7169288Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:56:30.5069290Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:56:30.5072114Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:56:30.5073636Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:56:30.5074998Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:56:30.5076368Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:56:30.5077730Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:56:30.5079250Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:56:30.5080712Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:56:30.5082118Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:56:30.5083488Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:56:30.5084835Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:56:30.5086210Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:56:30.5087565Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:56:30.5088919Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:56:30.5090632Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:56:30.5091987Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:56:30.5093356Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:56:30.5094723Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:56:30.5096101Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:56:30.5097653Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:56:30.5099134Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:56:30.5100608Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:56:30.5102046Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:56:30.5103448Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:56:30.5104981Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:56:30.5106250Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:56:30.5107694Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:56:30.5109153Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:56:30.5110618Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:56:30.5112011Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:56:30.5113296Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:56:30.5114683Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:56:30.5116241Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:56:30.5117820Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:56:30.5119339Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:56:30.5120645Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:56:30.5122109Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:56:30.5123585Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:56:30.5125148Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:56:30.5126837Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:56:30.5128465Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:56:30.5129900Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:56:30.5131434Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:56:30.5132834Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:56:30.5134279Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:56:30.5135883Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:56:30.5137696Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:56:30.5139412Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:56:30.5140818Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:56:30.5142245Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:56:30.5143803Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:56:30.5145433Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:56:30.5147014Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:56:30.5148456Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:56:30.5150169Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:56:30.5151643Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:56:30.5153132Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:56:30.5154534Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:56:30.5155979Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:56:30.5157495Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:56:30.5159024Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:56:30.5160388Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:56:30.5161763Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:56:30.5163203Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:56:30.5164736Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:56:30.5166245Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:56:30.5167639Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:56:30.5169075Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:56:30.5170566Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:56:36.1752455Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:56:36.1754279Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:56:36.1755770Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:56:36.1757312Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:56:36.1758547Z [ 93%] Linking CXX static library libportable_kernels.a 2025-06-05T23:56:36.1759957Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:56:36.1761529Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:56:36.1762990Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:56:36.1764546Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:56:36.1766080Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:56:36.1767586Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:56:36.1769237Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:56:36.1770561Z [ 94%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:56:36.1771186Z [ 94%] Built target portable_kernels 2025-06-05T23:56:36.1771875Z [ 94%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:56:36.1772960Z [ 94%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:56:36.1774226Z [ 94%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:56:36.1775469Z [ 94%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:56:36.1776426Z [ 94%] Generating code for kernel registration 2025-06-05T23:56:36.1777405Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:56:36.1778651Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:56:36.1779887Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:56:36.1781081Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:56:36.1782135Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h:10, 2025-06-05T23:56:36.1783026Z from /pytorch/executorch/kernels/optimized/cpu/op_elu.cpp:9: 2025-06-05T23:56:36.1785569Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:56:36.1789590Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1791503Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:56:36.1792089Z | ^ 2025-06-05T23:56:36.1792997Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:56:36.1794252Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:56:36.1795548Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:56:36.1796843Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:56:36.1798165Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:56:36.1799514Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:56:36.1800714Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:56:36.1801773Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:11, 2025-06-05T23:56:36.1802683Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-06-05T23:56:36.1805147Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:56:36.1809080Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1811007Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:56:36.1811452Z | ^ 2025-06-05T23:56:36.1812377Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:56:36.1813708Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:56:36.1814788Z [ 96%] Built target optimized_portable_kernels 2025-06-05T23:56:36.1815713Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:56:36.1816929Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:56:36.1818112Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:56:36.1819223Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-06-05T23:56:36.1820368Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:56:36.1821339Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-06-05T23:56:36.1823863Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:56:36.1827606Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1829527Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:56:36.1829963Z | ^ 2025-06-05T23:56:36.1831119Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:56:36.1832451Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:56:36.1833778Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:56:36.1835070Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:56:36.1836166Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:56:36.1839636Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-06-05T23:56:36.1845669Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:56:36.1849630Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:36.1851752Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1853208Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:56:36.1853730Z | ^~~~~~~~~~~~~~ 2025-06-05T23:56:36.1856535Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-06-05T23:56:36.1862461Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:56:36.1866074Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:36.1868058Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1872036Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-06-05T23:56:36.1877329Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-06-05T23:56:36.1883452Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:56:36.1887087Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:36.1889041Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1890653Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:56:36.1891204Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:36.1894320Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-06-05T23:56:36.1899406Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-06-05T23:56:36.1905298Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:56:36.1908902Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:36.1910969Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1912528Z In file included from /usr/include/c++/11/utility:70, 2025-06-05T23:56:36.1913040Z from /usr/include/c++/11/array:38, 2025-06-05T23:56:36.1913647Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-05T23:56:36.1914477Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-05T23:56:36.1915338Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:56:36.1916319Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-05T23:56:36.1920112Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-06-05T23:56:36.1925746Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-06-05T23:56:36.1930815Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-06-05T23:56:36.1936908Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:56:36.1940524Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:36.1942192Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1943283Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-05T23:56:36.1943690Z | ^~~~~~~~~ 2025-06-05T23:56:36.1947067Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-06-05T23:56:36.1959576Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-06-05T23:56:36.1964763Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-06-05T23:56:36.1971009Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-06-05T23:56:36.1974783Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:36.1976496Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1980130Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-06-05T23:56:36.1983943Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1985459Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:56:36.1986032Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:56:36.1989019Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-06-05T23:56:36.1992700Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.1996598Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-06-05T23:56:36.2000365Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:27:6: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.2001910Z 27 | void layer_norm( 2025-06-05T23:56:36.2002261Z | ^~~~~~~~~~ 2025-06-05T23:56:36.2005165Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-06-05T23:56:36.2009079Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:27:6: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.2010982Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:56:36.2013898Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float]’: 2025-06-05T23:56:36.2017103Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.2018692Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:56:36.2019232Z | ^~~~~~~~~~~~~~ 2025-06-05T23:56:36.2021481Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double]’: 2025-06-05T23:56:36.2024649Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.2028244Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4]’: 2025-06-05T23:56:36.2031540Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:56:36.2033487Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:56:36.2034047Z | ^~~~~~~~~~~~~~~~~~ 2025-06-06T00:29:23.1735226Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-06-06T00:29:23.1738647Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-06T00:29:23.1740060Z In file included from /usr/include/c++/11/utility:70, 2025-06-06T00:29:23.1740578Z from /usr/include/c++/11/array:38, 2025-06-06T00:29:23.1741190Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-06T00:29:23.1742028Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-06T00:29:23.1742901Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-06T00:29:23.1743764Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-06T00:29:23.1746030Z /usr/include/c++/11/bits/stl_pair.h: In function ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float]’: 2025-06-06T00:29:23.1748639Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-06T00:29:23.1749952Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-06T00:29:23.1750830Z | ^~~~~~~~~ 2025-06-06T00:29:23.1752785Z /usr/include/c++/11/bits/stl_pair.h: In function ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double]’: 2025-06-06T00:29:23.1755390Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-06T00:29:23.1756964Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-06T00:29:23.1758481Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-06T00:29:23.1760103Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-06T00:29:23.1761411Z [ 98%] Linking CXX static library liboptimized_kernels.a 2025-06-06T00:29:23.1762193Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-06T00:29:23.1762752Z [ 98%] Built target portable_ops_lib 2025-06-06T00:29:23.1763180Z [ 98%] Built target optimized_kernels 2025-06-06T00:29:23.1763890Z [ 98%] Generating selected_operators.yaml for optimized_ops_lib 2025-06-06T00:29:23.1764644Z [ 98%] Merging kernel yaml files 2025-06-06T00:29:23.1765640Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-06T00:29:23.1766460Z [ 99%] Generating code for kernel registration 2025-06-06T00:29:23.1767263Z [ 99%] Generating code for kernel registration 2025-06-06T00:29:23.1768624Z [ 99%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-06T00:29:23.1769942Z [ 99%] Linking CXX static library liboptimized_ops_lib.a 2025-06-06T00:29:23.1770516Z [ 99%] Built target optimized_ops_lib 2025-06-06T00:29:23.1771886Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-06T00:29:23.1773381Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-06T00:29:23.1774030Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-06-06T00:29:23.1775107Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-06T00:29:23.1776520Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-06T00:29:23.1777809Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-06T00:29:23.1779047Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-06T00:29:23.1780326Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-06T00:29:23.1781716Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-06T00:29:23.1782769Z [100%] Linking CXX executable executor_runner 2025-06-06T00:29:23.1783272Z [100%] Built target executor_runner 2025-06-06T00:29:23.1783817Z + ./cmake-out/executor_runner --model_path ./emformer_join.pte 2025-06-06T00:29:23.1784627Z I 00:00:00.000812 executorch:cpuinfo_utils.cpp:71] Reading file /sys/devices/soc0/image_version 2025-06-06T00:29:23.1785633Z I 00:00:00.000853 executorch:cpuinfo_utils.cpp:87] Failed to open midr file /sys/devices/soc0/image_version 2025-06-06T00:29:23.1786795Z I 00:00:00.000869 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-06-06T00:29:23.1788046Z I 00:00:00.000921 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu1/regs/identification/midr_el1 2025-06-06T00:29:23.1789447Z I 00:00:00.000947 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu2/regs/identification/midr_el1 2025-06-06T00:29:23.1790705Z I 00:00:00.000970 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu3/regs/identification/midr_el1 2025-06-06T00:29:23.1791952Z I 00:00:00.000994 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu4/regs/identification/midr_el1 2025-06-06T00:29:23.1793209Z I 00:00:00.001016 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu5/regs/identification/midr_el1 2025-06-06T00:29:23.1794542Z I 00:00:00.001039 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu6/regs/identification/midr_el1 2025-06-06T00:29:23.1795817Z I 00:00:00.001065 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu7/regs/identification/midr_el1 2025-06-06T00:29:23.1796927Z I 00:00:00.001091 executorch:executor_runner.cpp:142] Resetting threadpool with num threads = 8 2025-06-06T00:29:23.1797873Z I 00:00:00.008106 executorch:executor_runner.cpp:166] Model file ./emformer_join.pte is loaded. 2025-06-06T00:29:23.1798808Z I 00:00:00.008135 executorch:executor_runner.cpp:175] Using method forward 2025-06-06T00:29:23.1799649Z I 00:00:00.008149 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 537002016. 2025-06-06T00:29:23.1800561Z I 00:00:00.576916 executorch:executor_runner.cpp:251] Method loaded. 2025-06-06T00:29:23.1801453Z I 00:32:38.177253 executorch:executor_runner.cpp:286] Model executed successfully 1 time(s) in 1957599.006220 ms. 2025-06-06T00:29:23.1802386Z I 00:32:38.177289 executorch:executor_runner.cpp:295] 3 outputs: 2025-06-06T00:29:23.1802963Z Output 0: tensor(sizes=[1, 128, 128, 4097], [ 2025-06-06T00:29:23.1803614Z -259.225, -258.838, -260.409, -260.31, -146.771, -179.79, -132.939, -134.098, -148.569, -154.578, 2025-06-06T00:29:23.1804413Z -157.31, -156.433, -158.847, -202.557, -150.509, -161.706, -150.843, -156.49, -156.201, -172.792, 2025-06-06T00:29:23.1805213Z -154.716, -157.539, -153.549, -151.981, -159.841, -161.401, -141.042, -154.976, -159.154, -162.746, 2025-06-06T00:29:23.1805996Z -153.06, -156.491, -178.26, -148.183, -144.298, -162.046, -149.113, -162.957, -155.1, -177.367, 2025-06-06T00:29:23.1806785Z -150.331, -158.324, -163.604, -155.345, -151.794, -150.571, -167.542, -152.688, -171.445, -164.294, 2025-06-06T00:29:23.1807587Z -167.477, -155.326, -187.544, -173.87, -184.866, -169.227, -179.747, -155.634, -246.928, -180.146, 2025-06-06T00:29:23.1808387Z -155.184, -165.478, -169.316, -167.606, -178.015, -172.735, -168.43, -236.944, -188.536, -164.502, 2025-06-06T00:29:23.1809189Z -168.774, -168.623, -185.595, -204.248, -198.085, -200.956, -161.099, -177.133, -162.758, -183.917, 2025-06-06T00:29:23.1809982Z -159.242, -173.77, -222.43, -158.234, -176.493, -149.983, -174.69, -170.593, -170.899, -172.122, 2025-06-06T00:29:23.1810782Z -463.639, -158.086, -165.918, -177.969, -183.345, -174.283, -202.459, -195.318, -165.754, -158.667, 2025-06-06T00:29:23.1811376Z ..., 2025-06-06T00:29:23.1811855Z -333.701, -364.989, -292.036, -347.49, -335.664, -305.655, -359.433, -344.883, -333.939, -345.768, 2025-06-06T00:29:23.1812650Z -305.467, -333.462, -374.457, -341.882, -351.377, -341.761, -346.471, -245.666, -281.363, -361.998, 2025-06-06T00:29:23.1813455Z -384.975, -310.105, -302.11, -285.169, -303.454, -320.213, -328.608, -319.769, -323.587, -305.338, 2025-06-06T00:29:23.1814253Z -328.291, -316.158, -369.999, -309.918, -353.525, -265.174, -278.098, -354.087, -305.08, -336.749, 2025-06-06T00:29:23.1815054Z -327.552, -317.636, -365.556, -354.93, -337.708, -333.825, -299.081, -327.278, -282.482, -369.761, 2025-06-06T00:29:23.1815844Z -313.483, -254.19, -412.65, -333.281, -321.173, -274.533, -356.502, -288.733, -314.774, -323.426, 2025-06-06T00:29:23.1816633Z -354.977, -354.658, -464.868, -392.999, -235.988, -274.903, -298.085, -323.373, -283.612, -288.911, 2025-06-06T00:29:23.1817572Z -427.716, -196.381, -146.91, -161.752, -148.405, -159.731, -154.858, -148.742, -166.173, -140.165, 2025-06-06T00:29:23.1818377Z -150.717, -151.562, -153.238, -155.226, -150.354, -158.475, -158.323, -167.258, -160.181, -141.748, 2025-06-06T00:29:23.2058651Z -160.741, -150.149, -162.572, -166.428, -147.408, -195.451, -177.035, -357.668, -181.722, -34.7976, 2025-06-06T00:29:23.2059325Z ]) 2025-06-06T00:29:23.2059620Z Output 1: tensor(sizes=[1], [1]) 2025-06-06T00:29:23.2060029Z Output 2: tensor(sizes=[1], [1]) 2025-06-06T00:29:23.2191320Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-06T00:29:23.2192050Z with: 2025-06-06T00:29:23.2192457Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:23.2192995Z fail-on-empty: false 2025-06-06T00:29:23.2193314Z env: 2025-06-06T00:29:23.2193682Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:23.2194219Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:23.2194601Z PR_NUMBER: 2025-06-06T00:29:23.2196944Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:23.2199921Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:23.2200729Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:23.2201489Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:23.2202013Z ##[endgroup] 2025-06-06T00:29:23.2927901Z Prepare all required actions 2025-06-06T00:29:23.2980378Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:29:23.2980884Z with: 2025-06-06T00:29:23.2981341Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:29:23.2981941Z ALPINE_IMAGE: arm64v8/alpine 2025-06-06T00:29:23.2982295Z env: 2025-06-06T00:29:23.2982662Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:23.2983165Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:23.2983571Z PR_NUMBER: 2025-06-06T00:29:23.2985934Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:23.2988556Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:23.2989369Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:23.2990114Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:23.2990644Z ##[endgroup] 2025-06-06T00:29:23.3021667Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:29:23.3022638Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:29:23.3034691Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:29:23.3035209Z env: 2025-06-06T00:29:23.3035580Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:23.3036100Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:23.3036475Z PR_NUMBER: 2025-06-06T00:29:23.3038965Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:23.3041800Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:23.3042602Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:23.3043354Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:23.3043905Z ALPINE_IMAGE: arm64v8/alpine 2025-06-06T00:29:23.3044448Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:29:23.3045024Z ##[endgroup] 2025-06-06T00:29:23.3256557Z Unable to find image 'arm64v8/alpine:latest' locally 2025-06-06T00:29:23.4839188Z latest: Pulling from arm64v8/alpine 2025-06-06T00:29:23.5407899Z d69d4d41cfe2: Pulling fs layer 2025-06-06T00:29:23.6060175Z d69d4d41cfe2: Verifying Checksum 2025-06-06T00:29:23.6060653Z d69d4d41cfe2: Download complete 2025-06-06T00:29:23.7224974Z d69d4d41cfe2: Pull complete 2025-06-06T00:29:23.7363849Z Digest: sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-06T00:29:23.7405121Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-06-06T00:29:24.9159198Z Prepare all required actions 2025-06-06T00:29:24.9199024Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:29:24.9199533Z with: 2025-06-06T00:29:24.9199908Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:29:24.9200407Z ALPINE_IMAGE: arm64v8/alpine 2025-06-06T00:29:24.9200774Z env: 2025-06-06T00:29:24.9201131Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:24.9201644Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:24.9202018Z PR_NUMBER: 2025-06-06T00:29:24.9204390Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:24.9207031Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:24.9207906Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:24.9208661Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:24.9209187Z ##[endgroup] 2025-06-06T00:29:24.9239748Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:29:24.9240708Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:29:24.9251907Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:29:24.9252422Z env: 2025-06-06T00:29:24.9252787Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:24.9253305Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:24.9253685Z PR_NUMBER: 2025-06-06T00:29:24.9256037Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:24.9258676Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:24.9259481Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:24.9260416Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:24.9260975Z ALPINE_IMAGE: arm64v8/alpine 2025-06-06T00:29:24.9261430Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:29:24.9261912Z ##[endgroup] 2025-06-06T00:29:25.5888894Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-06T00:29:25.5889770Z # Only do these steps if we actually want to upload an artifact 2025-06-06T00:29:25.5890435Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-06T00:29:25.5891172Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-06T00:29:25.5892016Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-06T00:29:25.5892693Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-06T00:29:25.5893275Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:29:25.5893742Z  fi 2025-06-06T00:29:25.5894106Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-06T00:29:25.5894718Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:29:25.5895262Z  fi 2025-06-06T00:29:25.5895588Z fi 2025-06-06T00:29:25.5895873Z  2025-06-06T00:29:25.5896167Z upload_docs=0 2025-06-06T00:29:25.5896711Z # Check if there are files in the documentation folder to upload, note that 2025-06-06T00:29:25.5897562Z # empty folders do not count 2025-06-06T00:29:25.5898184Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-06T00:29:25.5898995Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-06T00:29:25.5899673Z  # upload will probably not work correctly 2025-06-06T00:29:25.5900138Z  upload_docs=1 2025-06-06T00:29:25.5900481Z fi 2025-06-06T00:29:25.5900901Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-06T00:29:25.5908168Z shell: /usr/bin/bash -e {0} 2025-06-06T00:29:25.5908534Z env: 2025-06-06T00:29:25.5908903Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:25.5909429Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:25.5909818Z PR_NUMBER: 2025-06-06T00:29:25.5912145Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:25.5914766Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:25.5915562Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:25.5916326Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:25.5916869Z UPLOAD_ARTIFACT_NAME: 2025-06-06T00:29:25.5917216Z ##[endgroup] 2025-06-06T00:29:25.6047360Z Prepare all required actions 2025-06-06T00:29:25.6097045Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-06T00:29:25.6097539Z with: 2025-06-06T00:29:25.6097811Z env: 2025-06-06T00:29:25.6098185Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:25.6098702Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:25.6099077Z PR_NUMBER: 2025-06-06T00:29:25.6101407Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:25.6104255Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:25.6105100Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:25.6105850Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:25.6106378Z ##[endgroup] 2025-06-06T00:29:25.6140043Z ##[group]Run set -eou pipefail 2025-06-06T00:29:25.6140481Z set -eou pipefail 2025-06-06T00:29:25.6140840Z  2025-06-06T00:29:25.6141332Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-06T00:29:25.6141960Z for _ in $(seq 1440); do 2025-06-06T00:29:25.6142400Z  # Break if no ssh session exists anymore 2025-06-06T00:29:25.6142873Z  if [ "$(who)" = "" ]; then 2025-06-06T00:29:25.6143268Z  break 2025-06-06T00:29:25.6143582Z  fi 2025-06-06T00:29:25.6143895Z  echo "." 2025-06-06T00:29:25.6144228Z  sleep 5 2025-06-06T00:29:25.6144543Z done 2025-06-06T00:29:25.6152240Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:29:25.6152758Z env: 2025-06-06T00:29:25.6153121Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:25.6153638Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:25.6154200Z PR_NUMBER: 2025-06-06T00:29:25.6156539Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:25.6159269Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:25.6160083Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:25.6160840Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:25.6161371Z ##[endgroup] 2025-06-06T00:29:25.6189421Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-06T00:29:25.6307174Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:29:25.6307957Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:29:25.6308539Z # shellcheck disable=SC2046 2025-06-06T00:29:25.6308983Z docker stop $(docker ps -q) || true 2025-06-06T00:29:25.6309455Z # Prune all of the docker images 2025-06-06T00:29:25.6309894Z docker system prune -af 2025-06-06T00:29:25.6317055Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:29:25.6317555Z env: 2025-06-06T00:29:25.6317922Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:25.6318569Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:25.6318955Z PR_NUMBER: 2025-06-06T00:29:25.6321595Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:25.6324252Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:25.6325061Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:25.6325813Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:25.6326337Z ##[endgroup] 2025-06-06T00:29:36.1276926Z 8e0b5ac69d6a 2025-06-06T00:29:36.6352711Z Deleted Containers: 2025-06-06T00:29:36.6353323Z 8e0b5ac69d6aaa5efdf7ecc31139f7f3485935c733fe7126ab0d2595b316120b 2025-06-06T00:29:36.6353793Z 2025-06-06T00:29:40.3229094Z Deleted Images: 2025-06-06T00:29:40.3229591Z untagged: arm64v8/alpine:latest 2025-06-06T00:29:40.3230374Z untagged: arm64v8/alpine@sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-06T00:29:40.3231408Z deleted: sha256:2abc5e83407155714f171c293f197e1310176959e106f8ad63ffa2e7e9635d4a 2025-06-06T00:29:40.3232281Z deleted: sha256:1231a673589ac9e2f8a98ed916d1fa8301b36a44dd14fc40eba5a05905da69f1 2025-06-06T00:29:40.3233555Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-06T00:29:40.3235380Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-06T00:29:40.3236852Z deleted: sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363 2025-06-06T00:29:40.3237757Z deleted: sha256:be1ab99562fc68cb177ad39743ed237cb7cb45f238f5a7e2358c86241c3bb9aa 2025-06-06T00:29:40.3238734Z deleted: sha256:79ec9d97f0ecffb37a842ac534944fed09764a9999957e6f5b8fda9e053b6f7b 2025-06-06T00:29:40.3239644Z deleted: sha256:94dd602baac322fa36df80d2ca11e5741bfc7fdd0b88add0326a6d371cf34027 2025-06-06T00:29:40.3240928Z deleted: sha256:447daf1cccc0f6be50bc9a4da4c7fe2375cf02f38a8345499fc6505c15c91967 2025-06-06T00:29:40.3241823Z deleted: sha256:158692508898a921c9554c9285c45de3283607796da14d3b367ab2487365aa5a 2025-06-06T00:29:40.3242689Z deleted: sha256:03205e8e18fda040a7bf77c0e1e909f022e79182c9a6d0e7da3637e3e50897df 2025-06-06T00:29:40.3243560Z deleted: sha256:924877ae822c3e697ada9fc675755c52d48832f59aa2f35118dc3654cddeb6b7 2025-06-06T00:29:40.3244425Z deleted: sha256:23878c36bc12491273890821391ecc5781935950a85cbee285081ae3546050cb 2025-06-06T00:29:40.3245283Z deleted: sha256:8c9d6006aba59fc1008ce3a40c87969d016b828139360492a03a8f0c6b6a9fb3 2025-06-06T00:29:40.3246158Z deleted: sha256:443e22597927901a0265a303a55c0dd8bca18ab889cc8542420a3d494207c0fc 2025-06-06T00:29:40.3247048Z deleted: sha256:499a63ee0ac7db81c64725b6c94e7bf18c2a047c36b8ab6c3e6c6cc808629e61 2025-06-06T00:29:40.3247939Z deleted: sha256:63f9f4cda365bb3f5b9957b4843f50141ff2eb3b69e2eb94bb960b42776269d7 2025-06-06T00:29:40.3248835Z deleted: sha256:c917cc62120b555a9f29e23ab988b58457f9020eee73130b41bb5cf7c7d768fa 2025-06-06T00:29:40.3249900Z deleted: sha256:2b0897d415a9802ab47f028b75dee9d5d39e4e5626449fbd7da4e68d623d5d0a 2025-06-06T00:29:40.3250821Z deleted: sha256:daefa7cfac9a657e6490afbde6650e9df8c68d4d42df69f5c9685ec282be3b5b 2025-06-06T00:29:40.3251713Z deleted: sha256:363d48b081593e408461ebe2a4bef7403438095d9f0bb4057f634a5bd9f1dc00 2025-06-06T00:29:40.3252587Z deleted: sha256:3032924c0a254b965237f988cdeda16b13638db10b3f7d879a7c5afb9ef5464d 2025-06-06T00:29:40.3253464Z deleted: sha256:d2eed274a3682f123a63078e0983be46ca1b4a34523b83d5417d1d0348f92b71 2025-06-06T00:29:40.3254324Z deleted: sha256:296c38303185a27375032711f5ed6923a14ab0958043885f260e10be321135f3 2025-06-06T00:29:40.3256233Z deleted: sha256:754bf621747ca6f16e9689090b77b403029dca87c4d48f9371295f8a07e14ecd 2025-06-06T00:29:40.3257176Z deleted: sha256:af2a5b0adf1a10f5ac7a5c98e071a997ccc4b24a3c06a78f1b308ec1bf7ed785 2025-06-06T00:29:40.3258084Z deleted: sha256:e8b33316103a9f94fb503a5e5649ddab77e808b4efc3d972c2fcf2518fe8c6af 2025-06-06T00:29:40.3258989Z deleted: sha256:00ebbd0b076ee061eef407ed3a73b7b8edcd11fef7ca175bf90bc13cfee4ed33 2025-06-06T00:29:40.3259901Z deleted: sha256:522cb1a30cee5975a28afcb57262b3b1ddb988c9f84982b0283b34fbeaa4755f 2025-06-06T00:29:40.3260794Z deleted: sha256:55bd126091fd1658ba33a960eefcc2a4065bf83a6698ba23e9b0d3b3075970c4 2025-06-06T00:29:40.3261664Z deleted: sha256:d79ca358214286c4f888f92391795c3918a460c5860e0addb47b123a05995034 2025-06-06T00:29:40.3262643Z deleted: sha256:4d195976a446c056a47d9c33329acc6ebe85cf9f3e9df4b746675408c12ed9e2 2025-06-06T00:29:40.3263710Z deleted: sha256:8103dee6b79f832c181a708e3ef885acc60ba6b5fc00df0252f72a0be5e0a45c 2025-06-06T00:29:40.3264607Z deleted: sha256:1b8aed2757a1e9c577335ec334f49510975ecaf002dddc4c2ae8d11bf87c0ce6 2025-06-06T00:29:40.3265509Z deleted: sha256:4e9247053cb38aecacb1feb98e7a74e09dd2009e900516fa48961f6b5bf0a871 2025-06-06T00:29:40.3266386Z deleted: sha256:83d09048f0b2d97f65948c59d7c19d54bc8930bd7998b365ad141fe14ae9f223 2025-06-06T00:29:40.3267268Z deleted: sha256:98537e9ca41239b48b8ad77e557c36c2b3c9b96c32e62dc6ae7d5f5c42dfe605 2025-06-06T00:29:40.3268145Z deleted: sha256:c2c46863e3241957f62b5321b5cdaa9a7ca24ea0c17742caf734f21c71a40b5d 2025-06-06T00:29:40.3269012Z deleted: sha256:7490216c65886219a84195456ff1d21ce1c0298573418c4c3ff1c91121efaafc 2025-06-06T00:29:40.3269872Z deleted: sha256:3138534fb0806ea64a2240f2cd27bb60ec9bd5070d60d1a15bd9b857b6be7565 2025-06-06T00:29:40.3270782Z deleted: sha256:1e7a4fd46befdfdb6bd98a60dada1bd3be4776c5732812530c91ee5be8e96727 2025-06-06T00:29:40.3271352Z 2025-06-06T00:29:40.3271585Z Total reclaimed space: 6.213GB 2025-06-06T00:29:40.3318795Z ##[group]Run set +e 2025-06-06T00:29:40.3319245Z set +e 2025-06-06T00:29:40.3319586Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-06T00:29:40.3320135Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:29:40.3320629Z else 2025-06-06T00:29:40.3321009Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:29:40.3321661Z fi 2025-06-06T00:29:40.3321954Z set -e 2025-06-06T00:29:40.3331525Z shell: /usr/bin/bash -e {0} 2025-06-06T00:29:40.3331908Z env: 2025-06-06T00:29:40.3332288Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-06T00:29:40.3332813Z REPOSITORY: pytorch/executorch 2025-06-06T00:29:40.3333198Z PR_NUMBER: 2025-06-06T00:29:40.3335579Z 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}" MODEL_NAME=emformer_join BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-06T00:29:40.3338208Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:29:40.3339011Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:29:40.3339773Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:29:40.3340301Z NO_SUDO: false 2025-06-06T00:29:40.3340612Z ##[endgroup] 2025-06-06T00:29:41.8300690Z Post job cleanup. 2025-06-06T00:29:41.9608979Z Post job cleanup. 2025-06-06T00:29:42.0835120Z [command]/usr/bin/git version 2025-06-06T00:29:42.0890244Z git version 2.47.1 2025-06-06T00:29:42.0950270Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9723baa2-fb04-4e78-baae-0bf8dc5a9656' before making global git config changes 2025-06-06T00:29:42.0951651Z Adding repository directory to the temporary git global config as a safe directory 2025-06-06T00:29:42.0959363Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-06T00:29:42.1005895Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-06T00:29:42.1062543Z [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-06T00:29:42.1390156Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-06T00:29:42.1415252Z http.https://github.com/.extraheader 2025-06-06T00:29:42.1433756Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-06T00:29:42.1468615Z [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-06T00:29:42.1865367Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-06T00:29:42.1895986Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-06T00:29:42.1902310Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:29:42.1902858Z ##[endgroup] 2025-06-06T00:29:42.2001835Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-06T00:29:56.7584089Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-06T00:30:20.1551558Z Cleaning up orphan processes