2025-06-05T23:50:33.3487905Z Current runner version: '2.325.0' 2025-06-05T23:50:33.3498502Z Runner name: 'i-06704175642129774' 2025-06-05T23:50:33.3500488Z Machine name: 'ip-10-0-11-244' 2025-06-05T23:50:33.3505558Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:50:33.3509764Z Contents: read 2025-06-05T23:50:33.3510683Z Metadata: read 2025-06-05T23:50:33.3511536Z ##[endgroup] 2025-06-05T23:50:33.3514891Z Secret source: Actions 2025-06-05T23:50:33.3516170Z Prepare workflow directory 2025-06-05T23:50:33.4338622Z Prepare all required actions 2025-06-05T23:50:33.4397037Z Getting action download info 2025-06-05T23:50:33.7762282Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:50:34.1053818Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:50:44.8395215Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:50:45.2621666Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:50:45.3882521Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:50:45.7838385Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:50:46.1008151Z Getting action download info 2025-06-05T23:50:46.1885415Z Download action repository 'pytorch/pytorch@main' (SHA:28796f71d04302029290f473a286efc2aba339c2) 2025-06-05T23:51:00.4926105Z Complete job name: test-models-linux-aarch64 (mv3, portable, linux.arm64.2xlarge) / linux-job 2025-06-05T23:51:00.5591028Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:51:00.5744071Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:51:00.5757145Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:00.5758120Z ##[endgroup] 2025-06-05T23:51:02.1786562Z Runner Type: linux.arm64.2xlarge 2025-06-05T23:51:02.1787283Z Instance Type: t4g.2xlarge 2025-06-05T23:51:02.1787684Z AMI Name: unknown 2025-06-05T23:51:02.1818651Z AMI ID: ami-0013610ea966aafe0 2025-06-05T23:51:09.8325270Z ##[group]Run set -euxo pipefail 2025-06-05T23:51:09.8325951Z set -euxo pipefail 2025-06-05T23:51:09.8326399Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:51:09.8326937Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:51:09.8327474Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:51:09.8327901Z else 2025-06-05T23:51:09.8328272Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:51:09.8328775Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:51:09.8329180Z fi 2025-06-05T23:51:09.8329517Z  2025-06-05T23:51:09.8329830Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:51:09.8330287Z echo "::endgroup::" 2025-06-05T23:51:09.8344162Z shell: /usr/bin/bash -e {0} 2025-06-05T23:51:09.8344687Z env: 2025-06-05T23:51:09.8345154Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:09.8345871Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:09.8346339Z PR_NUMBER: 2025-06-05T23:51:09.8349019Z 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=mv3 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.8352049Z NO_SUDO: false 2025-06-05T23:51:09.8352414Z ##[endgroup] 2025-06-05T23:51:09.8390115Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:51:09.8410792Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:51:09.8415066Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:51:09.8415769Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:51:09.9377847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:51:09.9404475Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:51:09.9417592Z + echo ::endgroup:: 2025-06-05T23:51:09.9419073Z ##[endgroup] 2025-06-05T23:51:09.9579582Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:51:09.9580356Z with: 2025-06-05T23:51:09.9580858Z repository: pytorch/test-infra 2025-06-05T23:51:09.9581340Z path: test-infra 2025-06-05T23:51:09.9581736Z submodules: recursive 2025-06-05T23:51:09.9582703Z token: *** 2025-06-05T23:51:09.9583030Z ssh-strict: true 2025-06-05T23:51:09.9583340Z ssh-user: git 2025-06-05T23:51:09.9583694Z persist-credentials: true 2025-06-05T23:51:09.9584057Z clean: true 2025-06-05T23:51:09.9584390Z sparse-checkout-cone-mode: true 2025-06-05T23:51:09.9584858Z fetch-depth: 1 2025-06-05T23:51:09.9585178Z fetch-tags: false 2025-06-05T23:51:09.9585504Z show-progress: true 2025-06-05T23:51:09.9585891Z lfs: false 2025-06-05T23:51:09.9586263Z set-safe-directory: true 2025-06-05T23:51:09.9586666Z env: 2025-06-05T23:51:09.9587030Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:09.9587666Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:09.9588213Z PR_NUMBER: 2025-06-05T23:51:09.9590879Z 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=mv3 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.9593469Z ##[endgroup] 2025-06-05T23:51:10.1139701Z Syncing repository: pytorch/test-infra 2025-06-05T23:51:10.1140866Z ##[group]Getting Git version info 2025-06-05T23:51:10.1141622Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:51:10.1142648Z [command]/usr/bin/git version 2025-06-05T23:51:10.1143037Z git version 2.47.1 2025-06-05T23:51:10.1165512Z ##[endgroup] 2025-06-05T23:51:10.1187032Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6b43f336-c276-46f1-9bd3-7697c8784ad4' before making global git config changes 2025-06-05T23:51:10.1188431Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:51:10.1197389Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:51:10.1242815Z ##[group]Initializing the repository 2025-06-05T23:51:10.1251339Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:51:10.1294306Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:51:10.1295271Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:51:10.1296087Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:51:10.1296676Z hint: 2025-06-05T23:51:10.1297090Z hint: git config --global init.defaultBranch 2025-06-05T23:51:10.1297634Z hint: 2025-06-05T23:51:10.1298117Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:51:10.1298903Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:51:10.1299530Z hint: 2025-06-05T23:51:10.1299888Z hint: git branch -m 2025-06-05T23:51:10.1300729Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:51:10.1314560Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:51:10.1352207Z ##[endgroup] 2025-06-05T23:51:10.1352834Z ##[group]Disabling automatic garbage collection 2025-06-05T23:51:10.1362267Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:51:10.1402223Z ##[endgroup] 2025-06-05T23:51:10.1402833Z ##[group]Setting up auth 2025-06-05T23:51:10.1412757Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:51:10.1452585Z [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:10.1854967Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:51:10.1892376Z [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:10.2234598Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:10.2289629Z ##[endgroup] 2025-06-05T23:51:10.2290295Z ##[group]Determining the default branch 2025-06-05T23:51:10.2293414Z Retrieving the default branch name 2025-06-05T23:51:10.4337755Z Default branch 'main' 2025-06-05T23:51:10.4338629Z ##[endgroup] 2025-06-05T23:51:10.4339237Z ##[group]Fetching the repository 2025-06-05T23:51:10.4346245Z [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:10.8494182Z From https://github.com/pytorch/test-infra 2025-06-05T23:51:10.8494851Z * [new branch] main -> origin/main 2025-06-05T23:51:10.8524592Z ##[endgroup] 2025-06-05T23:51:10.8525177Z ##[group]Determining the checkout info 2025-06-05T23:51:10.8526582Z ##[endgroup] 2025-06-05T23:51:10.8532807Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:51:10.8582315Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:51:10.8623674Z ##[group]Checking out the ref 2025-06-05T23:51:10.8629709Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:51:10.9875931Z Switched to a new branch 'main' 2025-06-05T23:51:10.9877261Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:51:10.9887846Z ##[endgroup] 2025-06-05T23:51:10.9888485Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:51:10.9895321Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:10.9953929Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:51:10.9998091Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:51:11.0049843Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:51:11.0094856Z ##[endgroup] 2025-06-05T23:51:11.0095433Z ##[group]Fetching submodules 2025-06-05T23:51:11.0101561Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:51:11.0447415Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:51:11.0788021Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:51:11.1125971Z ##[endgroup] 2025-06-05T23:51:11.1126624Z ##[group]Persisting credentials for submodules 2025-06-05T23:51:11.1134177Z [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:11.1493826Z [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:11.1840220Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:51:11.2203186Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:51:11.2535703Z ##[endgroup] 2025-06-05T23:51:11.2584807Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:51:11.2618556Z e339ed56a2ad5e0f901a4edc5e1d5770100696d3 2025-06-05T23:51:11.2874931Z Prepare all required actions 2025-06-05T23:51:11.2875645Z Getting action download info 2025-06-05T23:51:11.3870416Z Download action repository 'pytorch/test-infra@main' (SHA:e339ed56a2ad5e0f901a4edc5e1d5770100696d3) 2025-06-05T23:51:12.9956743Z Getting action download info 2025-06-05T23:51:13.1077344Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:51:13.3867683Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:51:13.3868168Z env: 2025-06-05T23:51:13.3868530Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:13.3869030Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:13.3869412Z PR_NUMBER: 2025-06-05T23:51:13.3871708Z 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=mv3 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:13.3874055Z ##[endgroup] 2025-06-05T23:51:13.3993935Z ##[group]Run set -euo pipefail 2025-06-05T23:51:13.3994381Z set -euo pipefail 2025-06-05T23:51:13.3994801Z function get_ec2_metadata() { 2025-06-05T23:51:13.3995302Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:51:13.3996162Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:51:13.3996911Z  category=$1 2025-06-05T23:51:13.3998091Z  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:13.3999316Z } 2025-06-05T23:51:13.3999675Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:51:13.4000241Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:51:13.4000870Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:51:13.4001429Z echo "system info $(uname -a)" 2025-06-05T23:51:13.4009888Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:13.4010404Z env: 2025-06-05T23:51:13.4010758Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:13.4011251Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:13.4011623Z PR_NUMBER: 2025-06-05T23:51:13.4014038Z 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=mv3 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:13.4016363Z ##[endgroup] 2025-06-05T23:51:13.4173729Z ami-id: ami-0013610ea966aafe0 2025-06-05T23:51:13.4296972Z instance-id: i-06704175642129774 2025-06-05T23:51:13.4416998Z instance-type: t4g.2xlarge 2025-06-05T23:51:13.4428328Z system info Linux ip-10-0-11-244.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:13.4476108Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:51:13.4477388Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:51:13.4485332Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:13.4485833Z env: 2025-06-05T23:51:13.4486511Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:13.4487039Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:13.4487436Z PR_NUMBER: 2025-06-05T23:51:13.4489667Z 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=mv3 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:13.4492253Z ##[endgroup] 2025-06-05T23:51:13.4602646Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:51:13.4603398Z if systemctl is-active --quiet docker; then 2025-06-05T23:51:13.4603916Z  echo "Docker daemon is running..."; 2025-06-05T23:51:13.4604417Z else 2025-06-05T23:51:13.4604911Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:51:13.4605570Z fi 2025-06-05T23:51:13.4614407Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:13.4614924Z env: 2025-06-05T23:51:13.4615295Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:13.4615903Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:13.4616294Z PR_NUMBER: 2025-06-05T23:51:13.4618952Z 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=mv3 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:13.4621593Z ##[endgroup] 2025-06-05T23:51:13.4720370Z Docker daemon is running... 2025-06-05T23:51:13.4759413Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:51:13.4760298Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:51:13.4761001Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:51:13.4761831Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:51:13.4762825Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:51:13.4770521Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:13.4771027Z env: 2025-06-05T23:51:13.4771395Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:13.4771898Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:13.4772415Z PR_NUMBER: 2025-06-05T23:51:13.4774677Z 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=mv3 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:13.4777047Z AWS_RETRY_MODE: standard 2025-06-05T23:51:13.4777452Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:51:13.4778254Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:51:13.4778622Z ##[endgroup] 2025-06-05T23:51:14.8812303Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:14.8813141Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:14.8813915Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:14.8814438Z 2025-06-05T23:51:14.8814574Z Login Succeeded 2025-06-05T23:51:14.8867322Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:14.8868542Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:14.8869261Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:14.8876944Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:14.8877446Z env: 2025-06-05T23:51:14.8877809Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:14.8878333Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:14.8878711Z PR_NUMBER: 2025-06-05T23:51:14.8880947Z 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=mv3 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:14.8883293Z ##[endgroup] 2025-06-05T23:51:14.9008002Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:51:14.9008656Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:51:14.9009190Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:51:14.9009664Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:51:14.9010271Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:14.9010866Z  2025-06-05T23:51:14.9011271Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:51:14.9011846Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:51:14.9012462Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:51:14.9013115Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:14.9013809Z  2025-06-05T23:51:14.9014127Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:51:14.9014588Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:51:14.9015033Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:51:14.9015568Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:14.9023177Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:14.9023672Z env: 2025-06-05T23:51:14.9024035Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:14.9024538Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:14.9024928Z PR_NUMBER: 2025-06-05T23:51:14.9027169Z 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=mv3 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:14.9029537Z ##[endgroup] 2025-06-05T23:51:15.0606407Z ##[group]Run needs=0 2025-06-05T23:51:15.0606785Z needs=0 2025-06-05T23:51:15.0607289Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:51:15.0607883Z  needs=1 2025-06-05T23:51:15.0608184Z fi 2025-06-05T23:51:15.0608519Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:51:15.0616733Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:15.0617653Z env: 2025-06-05T23:51:15.0618020Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:15.0618536Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:15.0618919Z PR_NUMBER: 2025-06-05T23:51:15.0621394Z 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=mv3 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:15.0623963Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:15.0624763Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:15.0625510Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:15.0626052Z ##[endgroup] 2025-06-05T23:51:15.0962244Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:51:15.0963046Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:51:15.0963624Z # shellcheck disable=SC2046 2025-06-05T23:51:15.0964076Z docker stop $(docker ps -q) || true 2025-06-05T23:51:15.0964543Z # Prune all of the docker images 2025-06-05T23:51:15.0965056Z docker system prune -af 2025-06-05T23:51:15.0973594Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:15.0974104Z env: 2025-06-05T23:51:15.0974474Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:15.0974979Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:15.0975363Z PR_NUMBER: 2025-06-05T23:51:15.0977606Z 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=mv3 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:15.0980222Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:15.0981025Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:15.0981773Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:15.0982314Z ##[endgroup] 2025-06-05T23:51:15.1252115Z "docker stop" requires at least 1 argument. 2025-06-05T23:51:15.1252656Z See 'docker stop --help'. 2025-06-05T23:51:15.1252890Z 2025-06-05T23:51:15.1253115Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:51:15.1253482Z 2025-06-05T23:51:15.1253629Z Stop one or more running containers 2025-06-05T23:51:15.1450114Z Total reclaimed space: 0B 2025-06-05T23:51:15.1580489Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:51:15.1581034Z with: 2025-06-05T23:51:15.1581954Z github-secret: *** 2025-06-05T23:51:15.1582907Z 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:15.1583932Z activate-with-label: false 2025-06-05T23:51:15.1584292Z label: with-ssh 2025-06-05T23:51:15.1584610Z remove-existing-keys: true 2025-06-05T23:51:15.1584980Z fail-silently: true 2025-06-05T23:51:15.1585288Z env: 2025-06-05T23:51:15.1585645Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:15.1586138Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:15.1586518Z PR_NUMBER: 2025-06-05T23:51:15.1588802Z 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=mv3 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:15.1591715Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:15.1592508Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:15.1593250Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:15.1593765Z ##[endgroup] 2025-06-05T23:51:15.2965172Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:51:15.2967398Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:51:15.3133700Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:51:15.3134350Z with: 2025-06-05T23:51:15.3134682Z repository: pytorch/executorch 2025-06-05T23:51:15.3135104Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:15.3135558Z path: pytorch/executorch 2025-06-05T23:51:15.3135910Z fetch-depth: 1 2025-06-05T23:51:15.3136211Z submodules: recursive 2025-06-05T23:51:15.3136750Z token: *** 2025-06-05T23:51:15.3137036Z ssh-strict: true 2025-06-05T23:51:15.3137341Z ssh-user: git 2025-06-05T23:51:15.3137648Z persist-credentials: true 2025-06-05T23:51:15.3138013Z clean: true 2025-06-05T23:51:15.3138331Z sparse-checkout-cone-mode: true 2025-06-05T23:51:15.3138718Z fetch-tags: false 2025-06-05T23:51:15.3139032Z show-progress: true 2025-06-05T23:51:15.3139346Z lfs: false 2025-06-05T23:51:15.3139646Z set-safe-directory: true 2025-06-05T23:51:15.3139976Z env: 2025-06-05T23:51:15.3140379Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:15.3140878Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:15.3141260Z PR_NUMBER: 2025-06-05T23:51:15.3143499Z 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=mv3 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:15.3146032Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:15.3146824Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:15.3147559Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:15.3148081Z ##[endgroup] 2025-06-05T23:51:15.4373045Z Syncing repository: pytorch/executorch 2025-06-05T23:51:15.4385137Z ##[group]Getting Git version info 2025-06-05T23:51:15.4385927Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:51:15.4423334Z [command]/usr/bin/git version 2025-06-05T23:51:15.4471504Z git version 2.47.1 2025-06-05T23:51:15.4507100Z ##[endgroup] 2025-06-05T23:51:15.4525710Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b256fea0-d2a4-4dee-8026-e97ba7bdcf9f' before making global git config changes 2025-06-05T23:51:15.4527017Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:51:15.4534821Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:51:15.4577165Z ##[group]Initializing the repository 2025-06-05T23:51:15.4585234Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:51:15.4624490Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:51:15.4625518Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:51:15.4627089Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:51:15.4627882Z hint: 2025-06-05T23:51:15.4628398Z hint: git config --global init.defaultBranch 2025-06-05T23:51:15.4629083Z hint: 2025-06-05T23:51:15.4629776Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:51:15.4630716Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:51:15.4631492Z hint: 2025-06-05T23:51:15.4631960Z hint: git branch -m 2025-06-05T23:51:15.4632936Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:51:15.4642573Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:51:15.4679456Z ##[endgroup] 2025-06-05T23:51:15.4680393Z ##[group]Disabling automatic garbage collection 2025-06-05T23:51:15.4687222Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:51:15.4722911Z ##[endgroup] 2025-06-05T23:51:15.4723712Z ##[group]Setting up auth 2025-06-05T23:51:15.4731701Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:51:15.4767478Z [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:15.5093905Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:51:15.5131717Z [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:15.5463178Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:15.5515737Z ##[endgroup] 2025-06-05T23:51:15.5516359Z ##[group]Fetching the repository 2025-06-05T23:51:15.5527784Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:17.3771911Z From https://github.com/pytorch/executorch 2025-06-05T23:51:17.3772775Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:51:17.3800105Z ##[endgroup] 2025-06-05T23:51:17.3800837Z ##[group]Determining the checkout info 2025-06-05T23:51:17.3802485Z ##[endgroup] 2025-06-05T23:51:17.3809733Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:51:17.3855497Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:51:17.3892826Z ##[group]Checking out the ref 2025-06-05T23:51:17.3898827Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:17.9907616Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:51:17.9908118Z 2025-06-05T23:51:17.9908429Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:51:17.9909182Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:51:17.9909925Z state without impacting any branches by switching back to a branch. 2025-06-05T23:51:17.9910372Z 2025-06-05T23:51:17.9910658Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:51:17.9911349Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:51:17.9911744Z 2025-06-05T23:51:17.9911899Z git switch -c 2025-06-05T23:51:17.9912179Z 2025-06-05T23:51:17.9912324Z Or undo this operation with: 2025-06-05T23:51:17.9912572Z 2025-06-05T23:51:17.9912700Z git switch - 2025-06-05T23:51:17.9912885Z 2025-06-05T23:51:17.9913233Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:51:17.9913717Z 2025-06-05T23:51:17.9914086Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:51:17.9947049Z ##[endgroup] 2025-06-05T23:51:17.9947643Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:51:17.9955332Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:18.0044450Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:51:18.0134729Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:51:18.0178361Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:51:18.0215923Z ##[endgroup] 2025-06-05T23:51:18.0216649Z ##[group]Fetching submodules 2025-06-05T23:51:18.0222788Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:51:18.0608017Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:51:18.0989184Z 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:18.0991510Z 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:18.0993308Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:51:18.0995062Z 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:18.0997326Z 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:18.0999329Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:51:18.1001792Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:18.1005465Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:18.1008944Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:18.1011095Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:18.1014661Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:18.1017719Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:51:18.1021504Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:18.1025797Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:51:18.1029133Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:51:18.1032708Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:51:18.1039059Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:51:18.1042176Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:51:18.1046288Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:51:18.1049891Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:51:18.1054335Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:51:18.1058568Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:51:18.1062702Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:51:18.1067225Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:51:18.1105483Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:51:18.9986233Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:51:19.7260608Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:51:20.0094708Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:51:20.4881235Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:51:20.7649199Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:51:21.0273171Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:51:21.2753923Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:51:21.5040882Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:51:22.3022385Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:51:22.7382048Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:51:23.0321663Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:51:23.3114635Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:51:24.0446342Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:51:24.2899774Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:51:24.7725242Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:51:25.1774387Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:51:25.4923167Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:51:25.7135663Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:51:25.9931707Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:51:26.2114890Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:51:26.7368457Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:51:26.9504390Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:51:27.4000234Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:51:29.1449800Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:51:29.1450674Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:51:29.1572128Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:51:30.5367718Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:51:30.5368477Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:51:30.5498376Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:51:30.5518199Z 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:30.5548390Z 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:31.7216672Z From https://github.com/google/flatbuffers 2025-06-05T23:51:31.7217345Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:51:31.8402648Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:51:32.4484619Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:51:32.4485293Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:51:32.4576743Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:51:33.3348768Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:51:33.3349459Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:51:33.3924149Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:51:34.1471909Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:51:34.1472741Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:51:34.1883822Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:51:34.7200340Z From https://github.com/zeux/volk 2025-06-05T23:51:34.7200992Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:51:34.7285952Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:51:35.2531286Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:51:35.2531955Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:51:35.2638144Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:51:35.7098373Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:51:35.7099051Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:51:35.7165672Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:51:37.5426759Z From https://github.com/google/XNNPACK 2025-06-05T23:51:37.5427452Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:51:38.2348226Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:51:38.7981151Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:51:38.7981824Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:51:38.8928881Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:51:40.2376895Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:51:40.2377579Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:51:40.2477621Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:51:40.7301770Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:51:40.7302634Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:51:40.7574854Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:51:40.7592513Z 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:40.7594614Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:40.7597035Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:40.7599593Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:40.7602795Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:40.7633009Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:51:41.2209891Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:51:41.6524951Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:51:41.9956036Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:51:42.3066171Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:51:43.9773285Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:51:43.9773957Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:51:44.0899880Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:51:44.7813489Z From https://github.com/nlohmann/json 2025-06-05T23:51:44.7814267Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:51:44.8946151Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:51:45.5137223Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:51:45.5137892Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:51:45.5964177Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:51:45.5982647Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:45.6012089Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:51:46.5092225Z From https://github.com/zherczeg/sljit 2025-06-05T23:51:46.5092967Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:51:46.5314505Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:51:47.0502386Z From https://github.com/google/re2 2025-06-05T23:51:47.0503048Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:51:47.0696400Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:51:47.6540038Z From https://github.com/google/sentencepiece 2025-06-05T23:51:47.6540711Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:51:47.7886624Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:51:49.4134483Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:51:49.4135178Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:51:49.5661316Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:51:50.2241089Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:51:50.2241786Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:51:50.2479245Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:51:50.9250591Z From https://github.com/pytorch/ao 2025-06-05T23:51:50.9251252Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:51:51.0477692Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:51:51.0499973Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:51.0531450Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:51:53.1544921Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:51:53.1545683Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:51:53.8009340Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:51:54.5099181Z From https://github.com/google/flatbuffers 2025-06-05T23:51:54.5099855Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:51:54.6291191Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:51:55.1823780Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:51:55.1824436Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:51:55.2171700Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:51:55.7715126Z From https://github.com/gflags/gflags 2025-06-05T23:51:55.7715785Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:51:55.7821720Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:51:56.6061525Z From https://github.com/google/googletest 2025-06-05T23:51:56.6062211Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:51:56.6455734Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:51:57.1537500Z From https://github.com/leetal/ios-cmake 2025-06-05T23:51:57.1538153Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:51:57.1659877Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:51:58.1064634Z From https://github.com/nlohmann/json 2025-06-05T23:51:58.1065333Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:51:58.2156526Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:51:58.2331095Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:51:58.8610180Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:51:58.8610860Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:51:59.0214499Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:51:59.6962405Z From https://github.com/pybind/pybind11 2025-06-05T23:51:59.6963089Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:51:59.7294518Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:51:59.7338871Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:51:59.7669744Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:59.7716875Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:59.7765859Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:59.7821265Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:59.7869867Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:59.7918407Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:59.7968824Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:59.8019484Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:59.8070780Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:59.8119930Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:59.8183129Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:59.8233086Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:59.8281245Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:59.8328723Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:59.8376250Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:59.8426310Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:59.8473344Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:59.8523292Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:59.8570350Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:59.8623054Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:59.8674448Z Entering 'shim' 2025-06-05T23:51:59.8720913Z Entering 'third-party/ao' 2025-06-05T23:51:59.8767352Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:59.8828226Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:59.8881461Z Entering 'third-party/flatcc' 2025-06-05T23:51:59.8930025Z Entering 'third-party/gflags' 2025-06-05T23:51:59.8977932Z Entering 'third-party/googletest' 2025-06-05T23:51:59.9027222Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:59.9075159Z Entering 'third-party/json' 2025-06-05T23:51:59.9125322Z Entering 'third-party/pocketfft' 2025-06-05T23:51:59.9171610Z Entering 'third-party/prelude' 2025-06-05T23:51:59.9223071Z Entering 'third-party/pybind11' 2025-06-05T23:51:59.9284255Z ##[endgroup] 2025-06-05T23:51:59.9284866Z ##[group]Persisting credentials for submodules 2025-06-05T23:51:59.9293383Z [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:59.9636522Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:59.9700402Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:59.9761097Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:59.9832310Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:59.9894672Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:59.9959735Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:00.0145414Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:00.0255396Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:00.0454522Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:00.0508641Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:00.0653771Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:00.0725698Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:00.0811374Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:00.0906681Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:00.1038354Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:00.1137678Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:00.1207590Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:00.1311583Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:00.1438787Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:00.1603747Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:00.1695342Z Entering 'shim' 2025-06-05T23:52:00.1796200Z Entering 'third-party/ao' 2025-06-05T23:52:00.1947029Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:00.2060724Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:00.2213631Z Entering 'third-party/flatcc' 2025-06-05T23:52:00.2316702Z Entering 'third-party/gflags' 2025-06-05T23:52:00.2395442Z Entering 'third-party/googletest' 2025-06-05T23:52:00.2546236Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:00.2641097Z Entering 'third-party/json' 2025-06-05T23:52:00.2727124Z Entering 'third-party/pocketfft' 2025-06-05T23:52:00.2810033Z Entering 'third-party/prelude' 2025-06-05T23:52:00.2896166Z Entering 'third-party/pybind11' 2025-06-05T23:52:00.3000668Z [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:52:00.3464178Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:52:00.3543606Z 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:52:00.3568919Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:52:00.3687438Z 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:52:00.3724851Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:52:00.3787167Z 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:52:00.3827942Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:52:00.3915606Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:52:00.3944552Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:52:00.4020515Z 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:52:00.4046359Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:00.4121197Z 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:52:00.4147732Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:00.4225453Z 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:52:00.4252185Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:00.4324389Z 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:52:00.4349018Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:00.4423844Z 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:52:00.4449483Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:00.4531376Z 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:52:00.4574459Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:00.4648912Z 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:52:00.4674156Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:00.4747730Z 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:52:00.4771289Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:00.4843503Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:52:00.4864727Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:00.4938881Z 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:52:00.4962925Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:00.5035104Z 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:52:00.5060530Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:00.5135959Z 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:52:00.5151089Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:00.5227768Z 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:52:00.5262800Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:00.5335376Z 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:52:00.5360405Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:00.5433506Z 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:52:00.5459512Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:00.5529002Z 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:52:00.5553740Z Entering 'shim' 2025-06-05T23:52:00.5624044Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:52:00.5646867Z Entering 'third-party/ao' 2025-06-05T23:52:00.5718928Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:52:00.5741035Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:00.5814460Z 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:52:00.5845943Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:00.5915016Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:52:00.5939002Z Entering 'third-party/flatcc' 2025-06-05T23:52:00.6005789Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:52:00.6028462Z Entering 'third-party/gflags' 2025-06-05T23:52:00.6093226Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:52:00.6114486Z Entering 'third-party/googletest' 2025-06-05T23:52:00.6181185Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:52:00.6201435Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:00.6265602Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:52:00.6286496Z Entering 'third-party/json' 2025-06-05T23:52:00.6350671Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:52:00.6373403Z Entering 'third-party/pocketfft' 2025-06-05T23:52:00.6438081Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:52:00.6457950Z Entering 'third-party/prelude' 2025-06-05T23:52:00.6519415Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:52:00.6541939Z Entering 'third-party/pybind11' 2025-06-05T23:52:00.6603742Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:52:00.7221929Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:52:00.7552906Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:52:00.7601041Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:52:00.7649577Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:52:00.7703902Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:52:00.7754044Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:52:00.7805851Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:00.7861116Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:00.7912057Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:00.7963734Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:00.8020223Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:00.8083702Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:00.8133574Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:00.8182498Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:00.8230662Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:00.8285982Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:00.8336648Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:00.8390335Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:00.8443694Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:00.8491017Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:00.8545453Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:00.8599376Z Entering 'shim' 2025-06-05T23:52:00.8651569Z Entering 'third-party/ao' 2025-06-05T23:52:00.8705520Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:00.8787062Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:00.8842296Z Entering 'third-party/flatcc' 2025-06-05T23:52:00.8892989Z Entering 'third-party/gflags' 2025-06-05T23:52:00.8945847Z Entering 'third-party/googletest' 2025-06-05T23:52:00.8998981Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:00.9049910Z Entering 'third-party/json' 2025-06-05T23:52:00.9101697Z Entering 'third-party/pocketfft' 2025-06-05T23:52:00.9152990Z Entering 'third-party/prelude' 2025-06-05T23:52:00.9208782Z Entering 'third-party/pybind11' 2025-06-05T23:52:00.9278090Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:52:00.9619165Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:52:00.9670743Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:52:00.9720015Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:52:00.9778605Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:52:00.9832165Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:52:00.9885641Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:00.9939851Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:00.9992581Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:01.0052985Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:01.0108720Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:01.0178652Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:01.0233433Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:01.0286629Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:01.0337964Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:01.0390500Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:01.0443372Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:01.0493328Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:01.0549094Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:01.0597821Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:01.0651506Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:01.0706487Z Entering 'shim' 2025-06-05T23:52:01.0758714Z Entering 'third-party/ao' 2025-06-05T23:52:01.0809143Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:01.0870747Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:01.0928032Z Entering 'third-party/flatcc' 2025-06-05T23:52:01.0981092Z Entering 'third-party/gflags' 2025-06-05T23:52:01.1034472Z Entering 'third-party/googletest' 2025-06-05T23:52:01.1086591Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:01.1139971Z Entering 'third-party/json' 2025-06-05T23:52:01.1196755Z Entering 'third-party/pocketfft' 2025-06-05T23:52:01.1253888Z Entering 'third-party/prelude' 2025-06-05T23:52:01.1313059Z Entering 'third-party/pybind11' 2025-06-05T23:52:01.1381769Z ##[endgroup] 2025-06-05T23:52:01.1432723Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:52:01.1464544Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:52:01.1762189Z Prepare all required actions 2025-06-05T23:52:01.1763302Z Getting action download info 2025-06-05T23:52:01.2816305Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:52:01.4740015Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:52:01.4740568Z with: 2025-06-05T23:52:01.4740963Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:01.4741491Z docker-build-dir: .ci/docker 2025-06-05T23:52:01.4741888Z working-directory: pytorch/executorch 2025-06-05T23:52:01.4742330Z docker-build-script: ./build.sh 2025-06-05T23:52:01.4742845Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:01.4743760Z force-push: false 2025-06-05T23:52:01.4744061Z env: 2025-06-05T23:52:01.4744415Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:01.4744916Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:01.4745285Z PR_NUMBER: 2025-06-05T23:52:01.4747592Z 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=mv3 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:01.4750127Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:01.4750924Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:01.4751673Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:01.4752209Z ##[endgroup] 2025-06-05T23:52:01.4790751Z ##[group]Run set -ex 2025-06-05T23:52:01.4791170Z set -ex 2025-06-05T23:52:01.4791462Z  2025-06-05T23:52:01.4792013Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:52:01.4792910Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:52:01.4793678Z # job could then download the pre-built image as usual 2025-06-05T23:52:01.4794421Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:52:01.4795101Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4795692Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4796237Z  2025-06-05T23:52:01.4796709Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:52:01.4797320Z  exit 0 2025-06-05T23:52:01.4797610Z else 2025-06-05T23:52:01.4797959Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4798394Z fi 2025-06-05T23:52:01.4798669Z  2025-06-05T23:52:01.4799122Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:52:01.4799929Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:52:01.4800639Z  # use it as it is, but first let's extract the tag 2025-06-05T23:52:01.4801285Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:52:01.4801967Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4803143Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4803691Z else 2025-06-05T23:52:01.4804031Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:52:01.4804563Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:52:01.4805093Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:52:01.4805541Z  fi 2025-06-05T23:52:01.4806573Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:52:01.4807421Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4808284Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4809397Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4809969Z fi 2025-06-05T23:52:01.4817864Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:01.4818362Z env: 2025-06-05T23:52:01.4818728Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:01.4819224Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:01.4819885Z PR_NUMBER: 2025-06-05T23:52:01.4822146Z 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=mv3 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:01.4824678Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:01.4825471Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:01.4826217Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:01.4826745Z REPO_NAME: executorch 2025-06-05T23:52:01.4827186Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:01.4827700Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:52:01.4828095Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:52:01.4828595Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:01.4829125Z CUSTOM_TAG_PREFIX: 2025-06-05T23:52:01.4829449Z ##[endgroup] 2025-06-05T23:52:01.4862682Z + [[ ! -d .ci/docker ]] 2025-06-05T23:52:01.4863058Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:52:01.4863446Z + echo skip=false 2025-06-05T23:52:01.4864161Z + [[ 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:52:01.4865014Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *:* ]] 2025-06-05T23:52:01.4867260Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:52:01.4886342Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:01.4886929Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:01.4888089Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:01.4889462Z + echo custom-tag-prefix= 2025-06-05T23:52:01.4939031Z ##[group]Run set +e 2025-06-05T23:52:01.4939486Z set +e 2025-06-05T23:52:01.4939815Z set -x 2025-06-05T23:52:01.4940107Z  2025-06-05T23:52:01.4940385Z login() { 2025-06-05T23:52:01.4941023Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:52:01.4941724Z } 2025-06-05T23:52:01.4941995Z  2025-06-05T23:52:01.4942274Z retry () { 2025-06-05T23:52:01.4942634Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:52:01.4943057Z } 2025-06-05T23:52:01.4943344Z  2025-06-05T23:52:01.4943651Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:52:01.4944063Z  2025-06-05T23:52:01.4944357Z START_TIME=$(date +%s) 2025-06-05T23:52:01.4944766Z # Wait up to 120 minutes 2025-06-05T23:52:01.4945241Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:52:01.4945896Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:52:01.4946885Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:52:01.4947397Z  exit 0 2025-06-05T23:52:01.4947705Z  fi 2025-06-05T23:52:01.4947988Z  2025-06-05T23:52:01.4948504Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:52:01.4949408Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:52:01.4950310Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:52:01.4951006Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:52:01.4951537Z  # It's a Docker build job, let's build the image 2025-06-05T23:52:01.4952218Z  break 2025-06-05T23:52:01.4952514Z  else 2025-06-05T23:52:01.4952969Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:52:01.4953530Z  sleep 300 2025-06-05T23:52:01.4953905Z  fi 2025-06-05T23:52:01.4954197Z done 2025-06-05T23:52:01.4954490Z  2025-06-05T23:52:01.4954951Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:52:01.4955723Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:52:01.4956411Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:52:01.4957025Z  # if we're on the base branch then use the parent commit 2025-06-05T23:52:01.4957572Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:52:01.4957993Z else 2025-06-05T23:52:01.4958424Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:52:01.4959071Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:52:01.4959573Z fi 2025-06-05T23:52:01.4959888Z  2025-06-05T23:52:01.4960209Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:52:01.4960683Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4961130Z  2025-06-05T23:52:01.4961761Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:52:01.4962503Z  exit 0 2025-06-05T23:52:01.4962798Z fi 2025-06-05T23:52:01.4963071Z  2025-06-05T23:52:01.4963473Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:52:01.4964395Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:52:01.4965198Z  exit 1 2025-06-05T23:52:01.4965494Z fi 2025-06-05T23:52:01.4965777Z  2025-06-05T23:52:01.4966258Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:52:01.4967161Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:52:01.4967961Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:52:01.4968887Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:52:01.4969930Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:52:01.4970549Z fi 2025-06-05T23:52:01.4970834Z  2025-06-05T23:52:01.4971178Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:01.4979288Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:01.4979796Z env: 2025-06-05T23:52:01.4980700Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:01.4981769Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:01.4982149Z PR_NUMBER: 2025-06-05T23:52:01.4984598Z 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=mv3 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:01.4987147Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:01.4987939Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:01.4988679Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:01.4989367Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:52:01.4989816Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:52:01.4990371Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:01.4990971Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:01.4991492Z DOCKER_PUSH: 2025-06-05T23:52:01.4991793Z ##[endgroup] 2025-06-05T23:52:01.5023686Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:01.5024304Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:01.5026354Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:52:01.5027506Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:02.2449610Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:52:02.2450445Z Configure a credential helper to remove this warning. See 2025-06-05T23:52:02.2451298Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:52:02.2451886Z 2025-06-05T23:52:02.2452033Z Login Succeeded 2025-06-05T23:52:02.2470593Z ++ date +%s 2025-06-05T23:52:02.2481021Z + START_TIME=1749167522 2025-06-05T23:52:02.2484909Z ++ date +%s 2025-06-05T23:52:02.2494843Z + [[ 1749160322 -lt 1749167522 ]] 2025-06-05T23:52:02.2495970Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:02.4897365Z { 2025-06-05T23:52:02.4898190Z "schemaVersion": 2, 2025-06-05T23:52:02.4898792Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:52:02.4899388Z "config": { 2025-06-05T23:52:02.4899823Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:52:02.4900371Z "size": 15130, 2025-06-05T23:52:02.4900929Z "digest": "sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363" 2025-06-05T23:52:02.4901574Z }, 2025-06-05T23:52:02.4901870Z "layers": [ 2025-06-05T23:52:02.4902483Z { 2025-06-05T23:52:02.4902923Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4903469Z "size": 28396680, 2025-06-05T23:52:02.4904042Z "digest": "sha256:19d897f6134856d62a1402d9f78fa7db1e0f38d57d8b4c08f166eec8cfad1a37" 2025-06-05T23:52:02.4904664Z }, 2025-06-05T23:52:02.4904909Z { 2025-06-05T23:52:02.4905326Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4905870Z "size": 628, 2025-06-05T23:52:02.4906404Z "digest": "sha256:e5c00e17150a8defe6ec789a32318565dc2f7c32b396d9d4af80cde62095468a" 2025-06-05T23:52:02.4907032Z }, 2025-06-05T23:52:02.4907285Z { 2025-06-05T23:52:02.4907706Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4908272Z "size": 146900767, 2025-06-05T23:52:02.4908821Z "digest": "sha256:e5779288aa125cb0e8ea8d78d8dd8e390e7f06c67071f64b67922753a327aae0" 2025-06-05T23:52:02.4909452Z }, 2025-06-05T23:52:02.4909702Z { 2025-06-05T23:52:02.4910127Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4910677Z "size": 622, 2025-06-05T23:52:02.4911686Z "digest": "sha256:d26f5aff9549787f3f5052cc25941f197d8d6d7ca81d1466e297fb3ed6f7e213" 2025-06-05T23:52:02.4912342Z }, 2025-06-05T23:52:02.4912596Z { 2025-06-05T23:52:02.4913024Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4913566Z "size": 18985025, 2025-06-05T23:52:02.4914128Z "digest": "sha256:d3fe47f6feba3b73008dd7c8c6d58b66b43b7d18f3bf43c5e0b4a0037735378a" 2025-06-05T23:52:02.4914755Z }, 2025-06-05T23:52:02.4915007Z { 2025-06-05T23:52:02.4915546Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4916106Z "size": 735, 2025-06-05T23:52:02.4916639Z "digest": "sha256:39941e1182910aa102a4a542936b8fd15f03244636cf2298e15b5068a2d080f0" 2025-06-05T23:52:02.4917249Z }, 2025-06-05T23:52:02.4917491Z { 2025-06-05T23:52:02.4918174Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4918719Z "size": 104, 2025-06-05T23:52:02.4919665Z "digest": "sha256:60041ae2fad5f1c6c019043be7ef726006d6e66bea4f8ab801a399de27ff6b0e" 2025-06-05T23:52:02.4920353Z }, 2025-06-05T23:52:02.4920607Z { 2025-06-05T23:52:02.4921038Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4921587Z "size": 446, 2025-06-05T23:52:02.4922135Z "digest": "sha256:0d576e0baee0083951e522cfcd9fc5941be90dd19d6c076f813f20f3eb138c04" 2025-06-05T23:52:02.4922768Z }, 2025-06-05T23:52:02.4923023Z { 2025-06-05T23:52:02.4923451Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4924011Z "size": 2741, 2025-06-05T23:52:02.4924558Z "digest": "sha256:46b6eec64e641d8c6333a176e84dadc5ca2a206953eb521c1f4df02d733f2c7b" 2025-06-05T23:52:02.4925198Z }, 2025-06-05T23:52:02.4925452Z { 2025-06-05T23:52:02.4925879Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4926450Z "size": 634, 2025-06-05T23:52:02.4926988Z "digest": "sha256:0e772bd57ccd13fa0d05c128f7915868ecf6e6942357cb9d6661bfde92daa9f3" 2025-06-05T23:52:02.4927633Z }, 2025-06-05T23:52:02.4927888Z { 2025-06-05T23:52:02.4928327Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4928879Z "size": 35138131, 2025-06-05T23:52:02.4929442Z "digest": "sha256:2898dcbb555a1f56108ad74f0a328e2a36dc0d7cdcd48057283691a890acecf1" 2025-06-05T23:52:02.4930076Z }, 2025-06-05T23:52:02.4930323Z { 2025-06-05T23:52:02.4930754Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4931304Z "size": 317, 2025-06-05T23:52:02.4931847Z "digest": "sha256:79ddb610b7aa485e17969895a9dc4e5c5ff3869b11a6cb6835a264e09669d3f5" 2025-06-05T23:52:02.4932583Z }, 2025-06-05T23:52:02.4932844Z { 2025-06-05T23:52:02.4933278Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4933856Z "size": 246601961, 2025-06-05T23:52:02.4934416Z "digest": "sha256:430d9f2748c59a98a6e9460c7e05d67fde4f916818be85ec416a1a11872bba39" 2025-06-05T23:52:02.4935051Z }, 2025-06-05T23:52:02.4935305Z { 2025-06-05T23:52:02.4935745Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4936303Z "size": 473, 2025-06-05T23:52:02.4936847Z "digest": "sha256:d7c077eb34f9eac9c393c83b515129c9c6c6b0f873d37e6bc0fae49fee88b5e5" 2025-06-05T23:52:02.4937495Z }, 2025-06-05T23:52:02.4937749Z { 2025-06-05T23:52:02.4938176Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4938723Z "size": 1043, 2025-06-05T23:52:02.4939286Z "digest": "sha256:3f7dec1f62f17bc38595db9867c48a91cab44da3b15b7aecfd694f5c989514df" 2025-06-05T23:52:02.4939931Z }, 2025-06-05T23:52:02.4940189Z { 2025-06-05T23:52:02.4940627Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4941176Z "size": 613, 2025-06-05T23:52:02.4941739Z "digest": "sha256:84172107b5a7727d653f9fabee4a1bfb3232992bb9c0d05c90a04cce903fe8d8" 2025-06-05T23:52:02.4942367Z }, 2025-06-05T23:52:02.4942623Z { 2025-06-05T23:52:02.4943381Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4943976Z "size": 108851012, 2025-06-05T23:52:02.4944529Z "digest": "sha256:691aa9d79c12a237f1d1c6d43d6b3584f2f1537b207b543c451aa2a93059d1a4" 2025-06-05T23:52:02.4945162Z }, 2025-06-05T23:52:02.4945412Z { 2025-06-05T23:52:02.4945854Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4946408Z "size": 574, 2025-06-05T23:52:02.4946944Z "digest": "sha256:f914b1c5ae28e70100f0e5007da228173f0b47e4939cdea97e888ecf5c4b951e" 2025-06-05T23:52:02.4947678Z }, 2025-06-05T23:52:02.4947935Z { 2025-06-05T23:52:02.4948377Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4948931Z "size": 207, 2025-06-05T23:52:02.4949688Z "digest": "sha256:8609a913f2b1cb51905df3c846cee7dcc0200eae1afe77ffdf9d7412b83e80be" 2025-06-05T23:52:02.4950337Z }, 2025-06-05T23:52:02.4950594Z { 2025-06-05T23:52:02.4951036Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4951599Z "size": 1189, 2025-06-05T23:52:02.4952165Z "digest": "sha256:3aa0ae69cbbafcef5adede80235406eedec9962af059e8d3a90c08323608f7ed" 2025-06-05T23:52:02.4952809Z }, 2025-06-05T23:52:02.4953065Z { 2025-06-05T23:52:02.4953494Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4954053Z "size": 677, 2025-06-05T23:52:02.4954605Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:52:02.4955267Z }, 2025-06-05T23:52:02.4955511Z { 2025-06-05T23:52:02.4955947Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4956510Z "size": 1166943149, 2025-06-05T23:52:02.4957074Z "digest": "sha256:b14b3b360ade87f58c1b9940999c2bfdd4603ae5160a3a743a1f5269bacd09a3" 2025-06-05T23:52:02.4957733Z }, 2025-06-05T23:52:02.4957995Z { 2025-06-05T23:52:02.4958438Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4959000Z "size": 1383, 2025-06-05T23:52:02.4959552Z "digest": "sha256:f15f38e054b1007ebdaae386ed48f1d66824cd49c0028ce18315cecb02fc7c52" 2025-06-05T23:52:02.4960194Z }, 2025-06-05T23:52:02.4960452Z { 2025-06-05T23:52:02.4960884Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4961443Z "size": 677, 2025-06-05T23:52:02.4962001Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:52:02.4962645Z }, 2025-06-05T23:52:02.4962898Z { 2025-06-05T23:52:02.4963324Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4963890Z "size": 225678517, 2025-06-05T23:52:02.4964452Z "digest": "sha256:9df3438b7178446f991f60044bc0a1593d3fd6ddfc68a7a83a06d9fbdaf29bc1" 2025-06-05T23:52:02.4965103Z }, 2025-06-05T23:52:02.4965360Z { 2025-06-05T23:52:02.4965798Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4966364Z "size": 826, 2025-06-05T23:52:02.4966916Z "digest": "sha256:68be57e33e0da984c38fc8bdcb80c54b49ba23684b833f032547800b9218013b" 2025-06-05T23:52:02.4967563Z }, 2025-06-05T23:52:02.4967821Z { 2025-06-05T23:52:02.4968258Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4968811Z "size": 677, 2025-06-05T23:52:02.4969374Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:52:02.4970019Z }, 2025-06-05T23:52:02.4970276Z { 2025-06-05T23:52:02.4970705Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4971269Z "size": 154712357, 2025-06-05T23:52:02.4971833Z "digest": "sha256:ffe52f464aa4ca386d2899e928b6c359913b767344fd7043774a8b8fe16ac6d6" 2025-06-05T23:52:02.4972597Z }, 2025-06-05T23:52:02.4972860Z { 2025-06-05T23:52:02.4973294Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4973855Z "size": 528, 2025-06-05T23:52:02.4974688Z "digest": "sha256:d4eb43deb195b6e785733f6635bc8509cb58acfe187b36a2b905b208bb799bac" 2025-06-05T23:52:02.4975359Z }, 2025-06-05T23:52:02.4975611Z { 2025-06-05T23:52:02.4976046Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4976606Z "size": 677, 2025-06-05T23:52:02.4977157Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:52:02.4977809Z }, 2025-06-05T23:52:02.4978059Z { 2025-06-05T23:52:02.4978497Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4979048Z "size": 355, 2025-06-05T23:52:02.4979599Z "digest": "sha256:6c31c8daa073b26d7c8042ff6755e99498d2aefd14b7ff3243102bc3f07ca737" 2025-06-05T23:52:02.4980235Z }, 2025-06-05T23:52:02.4980488Z { 2025-06-05T23:52:02.4981104Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.4981670Z "size": 32, 2025-06-05T23:52:02.4982215Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:52:02.4982860Z }, 2025-06-05T23:52:02.5001319Z { 2025-06-05T23:52:02.5001966Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.5002707Z "size": 166, 2025-06-05T23:52:02.5003269Z "digest": "sha256:d4ddcc27fabc62b91200796139914238ed3663936cfa9f104dae3f5694dc2722" 2025-06-05T23:52:02.5003900Z }, 2025-06-05T23:52:02.5004157Z { 2025-06-05T23:52:02.5004586Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.5005146Z "size": 1109, 2025-06-05T23:52:02.5005678Z "digest": "sha256:1918643c0ac60b2b30012ff25c48135d28022df6e006769e8790b1adb500a582" 2025-06-05T23:52:02.5006304Z }, 2025-06-05T23:52:02.5006550Z { 2025-06-05T23:52:02.5006988Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.5007575Z "size": 32, 2025-06-05T23:52:02.5008119Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:52:02.5008766Z }, 2025-06-05T23:52:02.5009033Z { 2025-06-05T23:52:02.5009471Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:02.5010030Z "size": 108, 2025-06-05T23:52:02.5010573Z "digest": "sha256:0d2f99d8350e5486509e92dc162c4d8f8ebd2530d6b23b48138977bb803da7e7" 2025-06-05T23:52:02.5011197Z } 2025-06-05T23:52:02.5011461Z ] 2025-06-05T23:52:02.5011705Z } 2025-06-05T23:52:02.5011990Z + exit 0 2025-06-05T23:52:02.5089342Z ##[group]Run set -eux 2025-06-05T23:52:02.5089716Z set -eux 2025-06-05T23:52:02.5090904Z 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:52:02.5099368Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:02.5099869Z env: 2025-06-05T23:52:02.5100232Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:02.5100735Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:02.5101129Z PR_NUMBER: 2025-06-05T23:52:02.5103613Z 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=mv3 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:02.5106157Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:02.5106975Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:02.5107718Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:02.5108260Z ##[endgroup] 2025-06-05T23:52:02.5142794Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:52:02.5143913Z + jq --raw-output .SecretString 2025-06-05T23:52:02.5144348Z + jq -r .docker_hub_readonly_token 2025-06-05T23:52:02.5145031Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:52:03.2963235Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:52:03.2964073Z Configure a credential helper to remove this warning. See 2025-06-05T23:52:03.2964847Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:52:03.2965373Z 2025-06-05T23:52:03.2965509Z Login Succeeded 2025-06-05T23:52:03.3076805Z Prepare all required actions 2025-06-05T23:52:03.3130575Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:52:03.3131089Z with: 2025-06-05T23:52:03.3132006Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:03.3133561Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.3134083Z env: 2025-06-05T23:52:03.3134435Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:03.3134934Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:03.3135305Z PR_NUMBER: 2025-06-05T23:52:03.3137599Z 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=mv3 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:03.3140137Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:03.3140933Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:03.3141678Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:03.3142195Z ##[endgroup] 2025-06-05T23:52:03.3174735Z ##[group]Run set -x 2025-06-05T23:52:03.3175112Z set -x 2025-06-05T23:52:03.3175409Z set +e 2025-06-05T23:52:03.3175698Z  2025-06-05T23:52:03.3175977Z login() { 2025-06-05T23:52:03.3176601Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:52:03.3177299Z } 2025-06-05T23:52:03.3177579Z  2025-06-05T23:52:03.3177849Z retry () { 2025-06-05T23:52:03.3178223Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:52:03.3178634Z } 2025-06-05T23:52:03.3178914Z  2025-06-05T23:52:03.3179216Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:52:03.3179626Z  2025-06-05T23:52:03.3180293Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:52:03.3181179Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:52:03.3181684Z  2025-06-05T23:52:03.3181952Z set -e 2025-06-05T23:52:03.3182399Z # ignore output since only exit code is used for conditional 2025-06-05T23:52:03.3183055Z # only pull docker image if it's not available locally 2025-06-05T23:52:03.3183783Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:52:03.3184446Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:52:03.3184875Z fi 2025-06-05T23:52:03.3192183Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:03.3192696Z env: 2025-06-05T23:52:03.3193604Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:03.3194665Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:03.3195043Z PR_NUMBER: 2025-06-05T23:52:03.3197263Z 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=mv3 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:03.3199774Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:03.3200913Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:03.3201685Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:03.3202564Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.3203341Z ##[endgroup] 2025-06-05T23:52:03.3232794Z + set +e 2025-06-05T23:52:03.3233207Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.3233774Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.3236033Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:52:03.3237450Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:04.0159746Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:52:04.0160594Z Configure a credential helper to remove this warning. See 2025-06-05T23:52:04.0161849Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:52:04.0162415Z 2025-06-05T23:52:04.0162549Z Login Succeeded 2025-06-05T23:52:04.0184017Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:04.0185283Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:52:04.3857521Z + IMAGE_SIZE=2033.462812423706 2025-06-05T23:52:04.3858041Z Compressed size of image in MB: 2033.462812423706 2025-06-05T23:52:04.3858601Z + echo 'Compressed size of image in MB: 2033.462812423706' 2025-06-05T23:52:04.3859093Z + set -e 2025-06-05T23:52:04.3860095Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:04.3988904Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:04.3990663Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:04.6439030Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:04.6439979Z 19d897f61348: Pulling fs layer 2025-06-05T23:52:04.6440367Z e5c00e17150a: Pulling fs layer 2025-06-05T23:52:04.6440744Z e5779288aa12: Pulling fs layer 2025-06-05T23:52:04.6441115Z d26f5aff9549: Pulling fs layer 2025-06-05T23:52:04.6441510Z d3fe47f6feba: Pulling fs layer 2025-06-05T23:52:04.6441879Z 39941e118291: Pulling fs layer 2025-06-05T23:52:04.6442249Z 60041ae2fad5: Pulling fs layer 2025-06-05T23:52:04.6442616Z 0d576e0baee0: Pulling fs layer 2025-06-05T23:52:04.6442992Z 46b6eec64e64: Pulling fs layer 2025-06-05T23:52:04.6443358Z 0e772bd57ccd: Pulling fs layer 2025-06-05T23:52:04.6443734Z 2898dcbb555a: Pulling fs layer 2025-06-05T23:52:04.6444111Z 79ddb610b7aa: Pulling fs layer 2025-06-05T23:52:04.6444498Z 430d9f2748c5: Pulling fs layer 2025-06-05T23:52:04.6444878Z d7c077eb34f9: Pulling fs layer 2025-06-05T23:52:04.6445231Z d26f5aff9549: Waiting 2025-06-05T23:52:04.6445570Z 3f7dec1f62f1: Pulling fs layer 2025-06-05T23:52:04.6445930Z d3fe47f6feba: Waiting 2025-06-05T23:52:04.6446271Z 84172107b5a7: Pulling fs layer 2025-06-05T23:52:04.6446616Z 39941e118291: Waiting 2025-06-05T23:52:04.6446948Z 691aa9d79c12: Pulling fs layer 2025-06-05T23:52:04.6447318Z f914b1c5ae28: Pulling fs layer 2025-06-05T23:52:04.6447680Z 60041ae2fad5: Waiting 2025-06-05T23:52:04.6448004Z 8609a913f2b1: Pulling fs layer 2025-06-05T23:52:04.6448380Z 3aa0ae69cbba: Pulling fs layer 2025-06-05T23:52:04.6448742Z 0d576e0baee0: Waiting 2025-06-05T23:52:04.6449068Z fce98e07ffd7: Pulling fs layer 2025-06-05T23:52:04.6449427Z 46b6eec64e64: Waiting 2025-06-05T23:52:04.6449756Z b14b3b360ade: Pulling fs layer 2025-06-05T23:52:04.6450136Z f15f38e054b1: Pulling fs layer 2025-06-05T23:52:04.6450490Z 0e772bd57ccd: Waiting 2025-06-05T23:52:04.6451213Z 9df3438b7178: Pulling fs layer 2025-06-05T23:52:04.6451592Z 2898dcbb555a: Waiting 2025-06-05T23:52:04.6451921Z 68be57e33e0d: Pulling fs layer 2025-06-05T23:52:04.6452275Z 79ddb610b7aa: Waiting 2025-06-05T23:52:04.6452712Z ffe52f464aa4: Pulling fs layer 2025-06-05T23:52:04.6453302Z d4eb43deb195: Pulling fs layer 2025-06-05T23:52:04.6453659Z f914b1c5ae28: Waiting 2025-06-05T23:52:04.6453974Z 3aa0ae69cbba: Waiting 2025-06-05T23:52:04.6454285Z b14b3b360ade: Waiting 2025-06-05T23:52:04.6454720Z 3f7dec1f62f1: Waiting 2025-06-05T23:52:04.6455030Z fce98e07ffd7: Waiting 2025-06-05T23:52:04.6455340Z 8609a913f2b1: Waiting 2025-06-05T23:52:04.6455687Z 6c31c8daa073: Pulling fs layer 2025-06-05T23:52:04.6456047Z f15f38e054b1: Waiting 2025-06-05T23:52:04.6456378Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:52:04.6456731Z 84172107b5a7: Waiting 2025-06-05T23:52:04.6457037Z 691aa9d79c12: Waiting 2025-06-05T23:52:04.6457363Z d4ddcc27fabc: Pulling fs layer 2025-06-05T23:52:04.6457724Z 9df3438b7178: Waiting 2025-06-05T23:52:04.6458054Z 1918643c0ac6: Pulling fs layer 2025-06-05T23:52:04.6458418Z d4eb43deb195: Waiting 2025-06-05T23:52:04.6458730Z ffe52f464aa4: Waiting 2025-06-05T23:52:04.6459040Z 68be57e33e0d: Waiting 2025-06-05T23:52:04.6459363Z 0d2f99d8350e: Pulling fs layer 2025-06-05T23:52:04.6459734Z 4f4fb700ef54: Waiting 2025-06-05T23:52:04.6460047Z d4ddcc27fabc: Waiting 2025-06-05T23:52:04.6460367Z 6c31c8daa073: Waiting 2025-06-05T23:52:04.6460678Z 1918643c0ac6: Waiting 2025-06-05T23:52:04.6460977Z 0d2f99d8350e: Waiting 2025-06-05T23:52:04.7124286Z e5c00e17150a: Download complete 2025-06-05T23:52:04.7844984Z d26f5aff9549: Verifying Checksum 2025-06-05T23:52:04.7845475Z d26f5aff9549: Download complete 2025-06-05T23:52:04.9920102Z 19d897f61348: Verifying Checksum 2025-06-05T23:52:04.9920607Z 19d897f61348: Download complete 2025-06-05T23:52:05.0345592Z d3fe47f6feba: Verifying Checksum 2025-06-05T23:52:05.0346099Z d3fe47f6feba: Download complete 2025-06-05T23:52:05.0755637Z 39941e118291: Download complete 2025-06-05T23:52:05.1191383Z 60041ae2fad5: Download complete 2025-06-05T23:52:05.1647538Z 0d576e0baee0: Verifying Checksum 2025-06-05T23:52:05.1648230Z 0d576e0baee0: Download complete 2025-06-05T23:52:05.1879496Z 46b6eec64e64: Download complete 2025-06-05T23:52:05.2453019Z 0e772bd57ccd: Verifying Checksum 2025-06-05T23:52:05.2453628Z 0e772bd57ccd: Download complete 2025-06-05T23:52:05.3224450Z 79ddb610b7aa: Verifying Checksum 2025-06-05T23:52:05.3224940Z 79ddb610b7aa: Download complete 2025-06-05T23:52:05.5911790Z 2898dcbb555a: Verifying Checksum 2025-06-05T23:52:05.5912338Z 2898dcbb555a: Download complete 2025-06-05T23:52:05.6708417Z d7c077eb34f9: Verifying Checksum 2025-06-05T23:52:05.6708885Z d7c077eb34f9: Download complete 2025-06-05T23:52:05.7586407Z 3f7dec1f62f1: Download complete 2025-06-05T23:52:05.8230471Z 84172107b5a7: Verifying Checksum 2025-06-05T23:52:05.8231049Z 84172107b5a7: Download complete 2025-06-05T23:52:06.1463018Z 19d897f61348: Pull complete 2025-06-05T23:52:06.1685652Z e5779288aa12: Verifying Checksum 2025-06-05T23:52:06.1686182Z e5779288aa12: Download complete 2025-06-05T23:52:06.1686900Z e5c00e17150a: Pull complete 2025-06-05T23:52:06.2471113Z f914b1c5ae28: Verifying Checksum 2025-06-05T23:52:06.2472176Z f914b1c5ae28: Download complete 2025-06-05T23:52:06.3160791Z 8609a913f2b1: Verifying Checksum 2025-06-05T23:52:06.3161277Z 8609a913f2b1: Download complete 2025-06-05T23:52:06.3948978Z 3aa0ae69cbba: Verifying Checksum 2025-06-05T23:52:06.3949477Z 3aa0ae69cbba: Download complete 2025-06-05T23:52:06.4774635Z fce98e07ffd7: Verifying Checksum 2025-06-05T23:52:06.4775120Z fce98e07ffd7: Download complete 2025-06-05T23:52:06.9634729Z 691aa9d79c12: Verifying Checksum 2025-06-05T23:52:06.9635210Z 691aa9d79c12: Download complete 2025-06-05T23:52:07.0260633Z f15f38e054b1: Verifying Checksum 2025-06-05T23:52:07.0261128Z f15f38e054b1: Download complete 2025-06-05T23:52:07.8614308Z 430d9f2748c5: Verifying Checksum 2025-06-05T23:52:07.8614786Z 430d9f2748c5: Download complete 2025-06-05T23:52:07.9519114Z 68be57e33e0d: Verifying Checksum 2025-06-05T23:52:07.9519958Z 68be57e33e0d: Download complete 2025-06-05T23:52:09.3373462Z 9df3438b7178: Verifying Checksum 2025-06-05T23:52:09.4187026Z d4eb43deb195: Verifying Checksum 2025-06-05T23:52:09.4187515Z d4eb43deb195: Download complete 2025-06-05T23:52:09.5049928Z 6c31c8daa073: Download complete 2025-06-05T23:52:09.5177961Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:52:09.5474067Z ffe52f464aa4: Verifying Checksum 2025-06-05T23:52:09.5474545Z ffe52f464aa4: Download complete 2025-06-05T23:52:09.5981737Z d4ddcc27fabc: Download complete 2025-06-05T23:52:09.6384418Z 1918643c0ac6: Verifying Checksum 2025-06-05T23:52:09.6384889Z 1918643c0ac6: Download complete 2025-06-05T23:52:09.6870323Z 0d2f99d8350e: Download complete 2025-06-05T23:52:10.6415328Z e5779288aa12: Pull complete 2025-06-05T23:52:10.8196735Z d26f5aff9549: Pull complete 2025-06-05T23:52:11.0828408Z d3fe47f6feba: Pull complete 2025-06-05T23:52:11.1042797Z 39941e118291: Pull complete 2025-06-05T23:52:11.1257369Z 60041ae2fad5: Pull complete 2025-06-05T23:52:11.1479291Z 0d576e0baee0: Pull complete 2025-06-05T23:52:11.1765724Z 46b6eec64e64: Pull complete 2025-06-05T23:52:11.1992972Z 0e772bd57ccd: Pull complete 2025-06-05T23:52:11.6568017Z 2898dcbb555a: Pull complete 2025-06-05T23:52:11.6788242Z 79ddb610b7aa: Pull complete 2025-06-05T23:52:17.7460499Z 430d9f2748c5: Pull complete 2025-06-05T23:52:17.8990340Z d7c077eb34f9: Pull complete 2025-06-05T23:52:18.0265617Z 3f7dec1f62f1: Pull complete 2025-06-05T23:52:18.2170272Z b14b3b360ade: Verifying Checksum 2025-06-05T23:52:18.2170748Z b14b3b360ade: Download complete 2025-06-05T23:52:18.2356182Z 84172107b5a7: Pull complete 2025-06-05T23:52:20.7004696Z 691aa9d79c12: Pull complete 2025-06-05T23:52:20.9169819Z f914b1c5ae28: Pull complete 2025-06-05T23:52:21.1341243Z 8609a913f2b1: Pull complete 2025-06-05T23:52:21.3413477Z 3aa0ae69cbba: Pull complete 2025-06-05T23:52:21.5469766Z fce98e07ffd7: Pull complete 2025-06-05T23:52:54.0174192Z b14b3b360ade: Pull complete 2025-06-05T23:52:54.1849852Z f15f38e054b1: Pull complete 2025-06-05T23:53:01.0281105Z 9df3438b7178: Pull complete 2025-06-05T23:53:01.1891732Z 68be57e33e0d: Pull complete 2025-06-05T23:53:08.1750735Z ffe52f464aa4: Pull complete 2025-06-05T23:53:08.3891762Z d4eb43deb195: Pull complete 2025-06-05T23:53:08.5215759Z 6c31c8daa073: Pull complete 2025-06-05T23:53:08.5436925Z 4f4fb700ef54: Pull complete 2025-06-05T23:53:08.5659620Z d4ddcc27fabc: Pull complete 2025-06-05T23:53:08.5878219Z 1918643c0ac6: Pull complete 2025-06-05T23:53:08.6327996Z 0d2f99d8350e: Pull complete 2025-06-05T23:53:08.6447972Z Digest: sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:53:08.6490556Z 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:08.6521731Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:53:08.6578321Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:53:08.6579682Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:53:08.6589555Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:53:08.6590063Z env: 2025-06-05T23:53:08.6590420Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:53:08.6590931Z REPOSITORY: pytorch/executorch 2025-06-05T23:53:08.6591309Z PR_NUMBER: 2025-06-05T23:53:08.6593604Z 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=mv3 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:08.6596135Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:53:08.6596930Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:53:08.6598029Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:53:08.6598549Z ##[endgroup] 2025-06-05T23:53:08.6739230Z ##[group]Run set -ex 2025-06-05T23:53:08.6739671Z set -ex 2025-06-05T23:53:08.6739969Z { 2025-06-05T23:53:08.6740280Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:53:08.6740709Z  echo "set -eou pipefail"; 2025-06-05T23:53:08.6741148Z  # shellcheck disable=SC2016 2025-06-05T23:53:08.6741620Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:53:08.6742074Z  echo "set -x"; 2025-06-05T23:53:08.6742435Z  echo "${SCRIPT}"; 2025-06-05T23:53:08.6742823Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:53:08.6743287Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:53:08.6744255Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:53:08.6752208Z shell: /usr/bin/bash -e {0} 2025-06-05T23:53:08.6752569Z env: 2025-06-05T23:53:08.6753525Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:53:08.6754582Z REPOSITORY: pytorch/executorch 2025-06-05T23:53:08.6754965Z PR_NUMBER: 2025-06-05T23:53:08.6757204Z 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=mv3 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:08.6759743Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:53:08.6760538Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:53:08.6761302Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:53:08.6762190Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:53:08.6762634Z ##[endgroup] 2025-06-05T23:53:08.6793054Z + echo '#!/usr/bin/env bash' 2025-06-05T23:53:08.6793487Z + echo 'set -eou pipefail' 2025-06-05T23:53:08.6793898Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:53:08.6794306Z + echo 'set -x' 2025-06-05T23:53:08.6794841Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:53:08.6795573Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:53:08.6796077Z conda activate "${CONDA_ENV}" 2025-06-05T23:53:08.6796330Z 2025-06-05T23:53:08.6796456Z MODEL_NAME=mv3 2025-06-05T23:53:08.6796753Z BUILD_TOOL="cmake" 2025-06-05T23:53:08.6797069Z BACKEND=portable 2025-06-05T23:53:08.6797257Z 2025-06-05T23:53:08.6797650Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-06-05T23:53:08.6798360Z # Build and test ExecuTorch 2025-06-05T23:53:08.6799154Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:53:08.6799878Z ' 2025-06-05T23:53:08.6800276Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:53:08.6805641Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:53:27.6996719Z Running command: 2025-06-05T23:53:27.7005159Z 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_95bad6af-73ed-4eff-b0e3-c613e85bdfbb":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_95bad6af-73ed-4eff-b0e3-c613e85bdfbb" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:53:27.7013245Z 2025-06-05T23:53:27.7013687Z cb24d239ecb71bc757df112214a5a24198e6319b8e116aa2e280c6badd17232f 2025-06-05T23:53:27.7014621Z Running command: docker exec -t cb24d239ecb71bc757df112214a5a24198e6319b8e116aa2e280c6badd17232f /exec 2025-06-05T23:53:27.7015386Z ++ conda env list --json 2025-06-05T23:53:27.7015726Z ++ local cmd=env 2025-06-05T23:53:27.7016016Z ++ case "$cmd" in 2025-06-05T23:53:27.7016336Z ++ __conda_exe env list --json 2025-06-05T23:53:27.7016706Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:53:27.7017060Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:53:27.7017492Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:53:27.7017920Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:53:27.7018335Z + local cmd=activate 2025-06-05T23:53:27.7018644Z + case "$cmd" in 2025-06-05T23:53:27.7019024Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:53:27.7019470Z + '[' -n '' ']' 2025-06-05T23:53:27.7019769Z + local ask_conda 2025-06-05T23:53:27.7020071Z ++ PS1='(base) ' 2025-06-05T23:53:27.7020475Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:27.7021138Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:27.7021705Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:53:27.7022885Z 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:27.7024130Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:27.7024607Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:27.7024991Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:27.7025465Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:27.7025947Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:27.7026415Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:27.7026851Z export _CE_M='\'''\'' 2025-06-05T23:53:27.7027179Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:27.7027616Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:27.7028105Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:53:27.7029263Z 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:27.7030508Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:27.7030987Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:27.7031380Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:27.7031848Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:27.7032324Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:27.7032776Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:27.7033214Z export _CE_M='\'''\'' 2025-06-05T23:53:27.7033747Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:27.7034183Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:27.7034666Z ++ PS1='(py_3.10) ' 2025-06-05T23:53:27.7035893Z ++ 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:27.7037796Z ++ 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:27.7038959Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:27.7039426Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:27.7039837Z ++ export CONDA_SHLVL=2 2025-06-05T23:53:27.7040170Z ++ CONDA_SHLVL=2 2025-06-05T23:53:27.7040492Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:27.7040910Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:27.7041323Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:53:27.7041785Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:53:27.7042205Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:27.7042612Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:27.7043003Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:27.7043430Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:27.7043816Z ++ export _CE_M= 2025-06-05T23:53:27.7044107Z ++ _CE_M= 2025-06-05T23:53:27.7044389Z ++ export _CE_CONDA= 2025-06-05T23:53:27.7044697Z ++ _CE_CONDA= 2025-06-05T23:53:27.7045056Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:27.7045544Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:27.7045952Z + __conda_hashr 2025-06-05T23:53:27.7046254Z + '[' -n '' ']' 2025-06-05T23:53:27.7046537Z + '[' -n '' ']' 2025-06-05T23:53:27.7046828Z + hash -r 2025-06-05T23:53:27.7047105Z + MODEL_NAME=mv3 2025-06-05T23:53:27.7047419Z + BUILD_TOOL=cmake 2025-06-05T23:53:27.7047728Z + BACKEND=portable 2025-06-05T23:53:27.7048059Z + PYTHON_EXECUTABLE=python 2025-06-05T23:53:27.7048498Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:53:27.7049004Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:53:27.7049432Z + source .ci/scripts/utils.sh 2025-06-05T23:53:27.7049839Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:53:27.7050278Z ++ parse_args --build-tool cmake 2025-06-05T23:53:27.7050667Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:53:27.7051034Z ++ local args 2025-06-05T23:53:27.7051309Z ++ local i 2025-06-05T23:53:27.7051589Z ++ local BUILD_TOOL= 2025-06-05T23:53:27.7051901Z ++ local BUILD_MODE= 2025-06-05T23:53:27.7052220Z ++ local EDITABLE= 2025-06-05T23:53:27.7052633Z ++ (( i=0 )) 2025-06-05T23:53:27.7052940Z ++ (( i<2 )) 2025-06-05T23:53:27.7053223Z ++ case "${args[$i]}" in 2025-06-05T23:53:27.7053564Z ++ BUILD_TOOL=cmake 2025-06-05T23:53:27.7053857Z ++ i=1 2025-06-05T23:53:27.7054135Z ++ (( i++ )) 2025-06-05T23:53:27.7054415Z ++ (( i<2 )) 2025-06-05T23:53:27.7054694Z ++ '[' -z cmake ']' 2025-06-05T23:53:27.7055029Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:53:27.7055401Z ++ BUILD_MODE=Release 2025-06-05T23:53:27.7055748Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:53:27.7056148Z ++ EDITABLE=false 2025-06-05T23:53:27.7056470Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:53:27.7056852Z ++ echo 'cmake Release false' 2025-06-05T23:53:27.7057219Z + [[ false == \t\r\u\e ]] 2025-06-05T23:53:27.7057602Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:53:27.7058035Z + which pip 2025-06-05T23:53:27.7058384Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:53:27.7058815Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:53:27.7059448Z 2025-06-05 23:53:26,420 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:53:27.7060319Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:27.7061420Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:53:27.7062894Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:53:27.7064259Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:53:27.7065257Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:53:27.7065929Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:53:27.7067065Z 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:27.7068269Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.7069016Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:53:27.7070240Z 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:27.7071463Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:53:27.7072368Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-06-05T23:53:27.7073666Z 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:27.7075195Z 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:27.7076774Z 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:27.7078341Z 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:27.7079872Z 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:27.7081420Z 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:27.7083111Z 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:27.7084900Z 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:27.7086715Z 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:27.7088556Z 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:31.8924373Z 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:31.8926380Z 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:31.8928294Z 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:31.8930211Z 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:31.8932105Z 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:31.8934894Z 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:31.8936990Z 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:31.8939011Z 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:31.8940618Z 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:31.8941883Z 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:31.8943135Z 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:31.8944446Z 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:31.8945595Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8946444Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:53:31.8947249Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8948053Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:53:31.8948855Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8949669Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:53:31.8950505Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8951861Z 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:31.8954051Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:53:31.8955033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 77.3 MB/s eta 0:00:00 2025-06-05T23:53:31.8956004Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8957060Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB) 2025-06-05T23:53:31.8958093Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8959077Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:53:31.8960103Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8961120Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:53:31.8962111Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8963096Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB) 2025-06-05T23:53:31.8964641Z 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:31.8966179Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8967356Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.4 kB) 2025-06-05T23:53:31.8968919Z 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:31.8970990Z 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:31.8972263Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8973339Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB) 2025-06-05T23:53:31.8974303Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8975316Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:53:31.8976790Z 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:31.8978213Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8979508Z 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:31.8980837Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.8981977Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:53:31.8983101Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:53:31.8983971Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:53:31.8985018Z 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:31.8986281Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.6 kB) 2025-06-05T23:53:31.8987677Z 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:31.8988915Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:53:31.8990086Z 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:31.8991228Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:53:31.8992401Z 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:31.8993555Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:53:31.8995140Z 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:31.8997134Z 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:31.8998484Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (17 kB) 2025-06-05T23:53:31.8999845Z 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:31.9001187Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.3 kB) 2025-06-05T23:53:31.9002922Z 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:31.9004686Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB) 2025-06-05T23:53:31.9006189Z 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:31.9007483Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (72 kB) 2025-06-05T23:53:34.2967012Z 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:34.2969534Z 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:34.2971630Z 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:34.2973445Z 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:34.2974677Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.7 kB) 2025-06-05T23:53:34.2975948Z 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:34.2977261Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.2978456Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:53:34.2979584Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:34.2981237Z [?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:34.2983399Z 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:34.2985430Z 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:34.2987562Z 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:34.2988934Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:53:34.2989789Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:34.2990943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 88.8 MB/s eta 0:00:00 2025-06-05T23:53:34.2991998Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-06-05T23:53:34.2993061Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-06-05T23:53:34.2994028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 27.0/27.2 MB 169.9 MB/s eta 0:00:01 2025-06-05T23:53:34.2994996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 114.1 MB/s eta 0:00:00 2025-06-05T23:53:34.2995801Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:53:34.2996652Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:53:34.2997993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 78.6 MB/s eta 0:00:00 2025-06-05T23:53:34.2999003Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:53:34.2999908Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB) 2025-06-05T23:53:34.3001013Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-06-05T23:53:34.3001924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 142.5 MB/s eta 0:00:00 2025-06-05T23:53:34.3002934Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:53:34.3003533Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:53:34.3004346Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB) 2025-06-05T23:53:34.3005488Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:34.3006439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 123.3 MB/s eta 0:00:00 2025-06-05T23:53:34.3007238Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:53:34.3008105Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-06-05T23:53:34.3009139Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327 kB) 2025-06-05T23:53:34.3009979Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:53:34.3010633Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:53:34.3011489Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225 kB) 2025-06-05T23:53:34.3012662Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (206 kB) 2025-06-05T23:53:34.3013614Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl (40.7 MB) 2025-06-05T23:53:34.3014573Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.7 MB ? eta -:--:-- 2025-06-05T23:53:34.3015515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/40.7 MB 240.7 MB/s eta 0:00:00 2025-06-05T23:53:34.3016599Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB) 2025-06-05T23:53:34.3017653Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.7 MB ? eta -:--:-- 2025-06-05T23:53:34.3018775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 132.3 MB/s eta 0:00:00 2025-06-05T23:53:34.3019548Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:53:34.3020362Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB) 2025-06-05T23:53:34.3021392Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) 2025-06-05T23:53:34.3023003Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2025-06-05T23:53:34.3023924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 95.0 MB/s eta 0:00:00 2025-06-05T23:53:34.3024771Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:53:34.3028220Z  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:34.3031321Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2025-06-05T23:53:34.3032967Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=a9296a6c768c0e369224689b7960ecf2c0f0cfd6cd9df6454ffafca3a8f0a26c 2025-06-05T23:53:34.3034605Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:53:34.3035715Z Successfully built antlr4-python3-runtime 2025-06-05T23:53:40.2545145Z 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:40.2547473Z [?25l 2025-06-05T23:53:40.2548134Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/27 [xxhash] 2025-06-05T23:53:40.2549029Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:40.2552169Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:40.2553114Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:40.2553981Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2554820Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2555645Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2556525Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2557362Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2558596Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2559627Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2560473Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2561307Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2562114Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:40.2562936Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:40.2563586Z  Attempting uninstall: fsspec 2025-06-05T23:53:40.2564250Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:40.2564972Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:53:40.2565751Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:40.2566393Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:53:40.2567101Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:40.2567770Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:53:40.2568522Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:40.2569340Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:40.2570161Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11/27 [frozenlist] 2025-06-05T23:53:40.2570981Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2571777Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2572738Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2573551Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2574339Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2575152Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2575976Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2576794Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2577607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 17/27 [tiktoken] 2025-06-05T23:53:40.2578455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:53:40.2579713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 22/27 [torchdata] 2025-06-05T23:53:40.2580542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:40.2581170Z  Attempting uninstall: timm 2025-06-05T23:53:40.2581832Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:40.2582496Z  Found existing installation: timm 0.6.13 2025-06-05T23:53:40.2583194Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:40.2583820Z  Uninstalling timm-0.6.13: 2025-06-05T23:53:40.2584488Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:40.2585270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2585962Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:53:40.2586680Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2587463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2588242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2589032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:58.8249666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:58.8252519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:58.8253441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:58.8254251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:58.8255672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:58.8256546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:58.8257373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:58.8258153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:53:58.8258695Z [?25h 2025-06-05T23:53:58.8261641Z 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:58.8264510Z Processing ./third-party/ao 2025-06-05T23:53:58.8265112Z Preparing metadata (setup.py) ... [?25l- \ done 2025-06-05T23:53:58.8265750Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:53:58.8266397Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:58.8267642Z [?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:58.8269174Z 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:58.8270706Z 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:58.8272312Z 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:58.8273964Z 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:58.8275740Z 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:58.8277568Z 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:58.8279312Z 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:58.8281124Z 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:58.8282937Z 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:58.8284773Z 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:58.8286706Z 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:58.8288640Z 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:58.8290553Z 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:58.8292868Z 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:58.8294920Z 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:58.8296905Z 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:58.8298215Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:58.8301465Z  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:58.8304662Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | done 2025-06-05T23:53:58.8306262Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_aarch64.whl size=956243 sha256=bed1a50fb6c673398d0da0ce7cbb5c73bbc9efc7326f4b31c828e69aca69496f 2025-06-05T23:53:58.8307959Z Stored in directory: /tmp/pip-ephem-wheel-cache-t7zmutc1/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:53:58.8309207Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ | done 2025-06-05T23:53:58.8310824Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=3f63d2d6199a8de3e44b37d0390c0f3ffc0e45f925e93e730f5bdc161795a63f 2025-06-05T23:53:58.8312518Z Stored in directory: /tmp/pip-ephem-wheel-cache-t7zmutc1/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:53:58.8313476Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:53:58.8314060Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:58.8314637Z [?25l 2025-06-05T23:53:58.8315172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:58.8315875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:58.8316580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:58.8317297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:58.8318018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:58.8318761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:58.8319527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:53:58.8320101Z [?25h 2025-06-05T23:53:58.8320732Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:53:58.8321612Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:53:58.8322572Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:58.8323280Z Processing /pytorch/executorch 2025-06-05T23:53:58.8323748Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:53:58.8325078Z /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:58.8326295Z !! 2025-06-05T23:53:58.8326841Z 2025-06-05T23:54:02.1907128Z ******************************************************************************** 2025-06-05T23:54:02.1908883Z 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:02.1909884Z 2025-06-05T23:54:02.1910207Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:54:02.1910849Z or your builds will no longer be supported. 2025-06-05T23:54:02.1911185Z 2025-06-05T23:54:02.1911678Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:02.1912462Z ******************************************************************************** 2025-06-05T23:54:02.1912795Z 2025-06-05T23:54:02.1912905Z !! 2025-06-05T23:54:02.1913196Z corresp(dist, value, root_dir) 2025-06-05T23:54:02.1914356Z /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:02.1915526Z !! 2025-06-05T23:54:02.1915680Z 2025-06-05T23:54:02.1915846Z ******************************************************************************** 2025-06-05T23:54:02.1916594Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:02.1917172Z 2025-06-05T23:54:02.1917379Z License :: OSI Approved :: BSD License 2025-06-05T23:54:02.1917685Z 2025-06-05T23:54:02.1918164Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:02.1918960Z ******************************************************************************** 2025-06-05T23:54:02.1919284Z 2025-06-05T23:54:02.1919396Z !! 2025-06-05T23:54:02.1919697Z dist._finalize_license_expression() 2025-06-05T23:54:02.1920737Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:02.1921763Z !! 2025-06-05T23:54:02.1921915Z 2025-06-05T23:54:02.1922088Z ******************************************************************************** 2025-06-05T23:54:02.1922828Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:02.1923408Z 2025-06-05T23:54:02.1923579Z License :: OSI Approved :: BSD License 2025-06-05T23:54:02.1923886Z 2025-06-05T23:54:02.1924359Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:02.1925152Z ******************************************************************************** 2025-06-05T23:54:02.1925477Z 2025-06-05T23:54:02.1925594Z !! 2025-06-05T23:54:02.1925885Z self._finalize_license_expression() 2025-06-05T23:54:02.1926298Z running dist_info 2025-06-05T23:54:02.1926773Z creating /tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info 2025-06-05T23:54:02.1927550Z writing /tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info/PKG-INFO 2025-06-05T23:54:02.1928539Z writing dependency_links to /tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info/dependency_links.txt 2025-06-05T23:54:02.1929655Z writing entry points to /tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info/entry_points.txt 2025-06-05T23:54:02.1930691Z writing requirements to /tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info/requires.txt 2025-06-05T23:54:02.1931723Z writing top-level names to /tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info/top_level.txt 2025-06-05T23:54:02.1932864Z writing manifest file '/tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:02.1933859Z reading manifest file '/tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:02.1934579Z adding license file 'LICENSE' 2025-06-05T23:54:02.1935618Z writing manifest file '/tmp/pip-modern-metadata-jppgnzvx/executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:02.1936826Z creating '/tmp/pip-modern-metadata-jppgnzvx/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:54:02.1937899Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:54:02.1938967Z 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:54:02.1940032Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:02.1941695Z 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:54:02.1943450Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:54:02.1944645Z 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:54:02.1946167Z 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:54:02.1947844Z 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:54:02.1949385Z 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:54:02.1950943Z 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:54:02.1952460Z 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:54:02.1953960Z 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:54:02.1955005Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:02.1956641Z 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:54:02.1958304Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:54:02.1959044Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:02.1960855Z 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:54:02.1962650Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:54:02.1963799Z 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:54:02.1965301Z 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:54:02.1966786Z 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:54:02.1967791Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:02.1969305Z 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:54:02.1970881Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:54:02.1972053Z 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:54:02.1973514Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:02.1974118Z Downloading coremltools-8.3.0.tar.gz (1.6 MB) 2025-06-05T23:54:02.1975170Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:54:02.1976093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 95.8 MB/s eta 0:00:00 2025-06-05T23:54:02.1976817Z [?25h Running command python setup.py egg_info 2025-06-05T23:54:02.1977271Z running egg_info 2025-06-05T23:54:02.1977730Z creating /tmp/pip-pip-egg-info-5ixc0fjb/coremltools.egg-info 2025-06-05T23:54:02.1978445Z writing /tmp/pip-pip-egg-info-5ixc0fjb/coremltools.egg-info/PKG-INFO 2025-06-05T23:54:02.1979387Z writing dependency_links to /tmp/pip-pip-egg-info-5ixc0fjb/coremltools.egg-info/dependency_links.txt 2025-06-05T23:54:02.1980427Z writing requirements to /tmp/pip-pip-egg-info-5ixc0fjb/coremltools.egg-info/requires.txt 2025-06-05T23:54:02.1981433Z writing top-level names to /tmp/pip-pip-egg-info-5ixc0fjb/coremltools.egg-info/top_level.txt 2025-06-05T23:54:02.1982414Z writing manifest file '/tmp/pip-pip-egg-info-5ixc0fjb/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:54:02.1983367Z reading manifest file '/tmp/pip-pip-egg-info-5ixc0fjb/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:54:02.1984083Z reading manifest template 'MANIFEST.in' 2025-06-05T23:54:02.1984524Z adding license file 'LICENSE.txt' 2025-06-05T23:54:02.1984944Z adding license file 'NOTICE.txt' 2025-06-05T23:54:02.1985606Z writing manifest file '/tmp/pip-pip-egg-info-5ixc0fjb/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:54:02.1986479Z Preparing metadata (setup.py) ... [?25l[?25hdone 2025-06-05T23:54:02.1987143Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:02.1988932Z 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:54:02.1990836Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl.metadata (593 bytes) 2025-06-05T23:54:02.1992142Z 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:54:02.1993797Z 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:54:03.9461357Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.9463037Z 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:54:03.9464729Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:54:03.9465440Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.9468114Z 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:03.9469638Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:54:03.9470893Z 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:03.9472626Z 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:03.9474273Z 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:03.9476033Z 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:03.9477925Z 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:03.9479771Z 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:03.9481464Z 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:03.9483050Z 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:03.9484631Z 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:03.9485707Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.9487209Z 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:03.9488769Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:54:03.9489924Z 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:03.9491103Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.9492835Z 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:03.9494418Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:54:03.9495650Z 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:03.9496924Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl (322 kB) 2025-06-05T23:54:03.9497595Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:54:03.9498209Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:54:03.9498815Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:54:03.9499432Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:54:03.9500050Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:54:03.9500619Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:54:03.9501352Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:54:03.9501908Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:54:03.9502891Z Building wheels for collected packages: executorch, coremltools 2025-06-05T23:54:03.9503805Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:54:03.9505220Z /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:03.9506432Z !! 2025-06-05T23:54:03.9506586Z 2025-06-05T23:54:03.9506753Z ******************************************************************************** 2025-06-05T23:54:03.9507895Z 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:03.9508854Z 2025-06-05T23:54:03.9509155Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:54:03.9509794Z or your builds will no longer be supported. 2025-06-05T23:54:03.9510125Z 2025-06-05T23:54:03.9510620Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:03.9511413Z ******************************************************************************** 2025-06-05T23:54:03.9511739Z 2025-06-05T23:54:03.9511855Z !! 2025-06-05T23:54:03.9512141Z corresp(dist, value, root_dir) 2025-06-05T23:54:03.9513294Z /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:03.9514436Z !! 2025-06-05T23:54:03.9514588Z 2025-06-05T23:54:03.9514753Z ******************************************************************************** 2025-06-05T23:54:03.9515494Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:03.9516066Z 2025-06-05T23:54:03.9516269Z License :: OSI Approved :: BSD License 2025-06-05T23:54:03.9516595Z 2025-06-05T23:54:03.9517071Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:03.9517856Z ******************************************************************************** 2025-06-05T23:54:03.9518187Z 2025-06-05T23:54:03.9518299Z !! 2025-06-05T23:54:03.9518597Z dist._finalize_license_expression() 2025-06-05T23:54:03.9519632Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:03.9520646Z !! 2025-06-05T23:54:03.9520794Z 2025-06-05T23:54:03.9520965Z ******************************************************************************** 2025-06-05T23:54:03.9521704Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:03.9522274Z 2025-06-05T23:54:03.9522452Z License :: OSI Approved :: BSD License 2025-06-05T23:54:03.9522768Z 2025-06-05T23:54:03.9523245Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:03.9524035Z ******************************************************************************** 2025-06-05T23:54:03.9524357Z 2025-06-05T23:54:03.9524468Z !! 2025-06-05T23:54:03.9524764Z self._finalize_license_expression() 2025-06-05T23:54:03.9525176Z running bdist_wheel 2025-06-05T23:54:03.9525490Z running build 2025-06-05T23:54:03.9525820Z command options for 'CustomBuild': 2025-06-05T23:54:03.9526232Z build_base = pip-out 2025-06-05T23:54:03.9526597Z build_purelib = pip-out/lib 2025-06-05T23:54:03.9527084Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:54:03.9527662Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:54:03.9528157Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:54:03.9528688Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-06-05T23:54:03.9529453Z plat_name = linux-aarch64 2025-06-05T23:54:03.9529823Z compiler = None 2025-06-05T23:54:03.9530128Z parallel = None 2025-06-05T23:54:03.9530544Z debug = None 2025-06-05T23:54:03.9530845Z force = None 2025-06-05T23:54:03.9531213Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:54:03.9531906Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:03.9532905Z clearing /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:03.9533561Z Preset CMake variables: 2025-06-05T23:54:03.9533789Z 2025-06-05T23:54:03.9533943Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:54:03.9534607Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:54:03.9535144Z 2025-06-05T23:54:03.9535327Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:54:03.9535840Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:54:03.9536310Z -- Detecting C compiler ABI info 2025-06-05T23:54:03.9536747Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:03.9537288Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:03.9537812Z -- Detecting C compile features 2025-06-05T23:54:03.9538234Z -- Detecting C compile features - done 2025-06-05T23:54:03.9538668Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:03.9539111Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:03.9539655Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:03.9540195Z -- Detecting CXX compile features 2025-06-05T23:54:03.9540618Z -- Detecting CXX compile features - done 2025-06-05T23:54:03.9541248Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:54:03.9541871Z -- --- Configured Options --- 2025-06-05T23:54:03.9542124Z 2025-06-05T23:54:03.9542287Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:54:03.9542780Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:54:03.9543288Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:54:03.9543888Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:54:03.9544479Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:54:03.9544983Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:54:03.9545454Z -- BUCK2 : 2025-06-05T23:54:03.9546119Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:54:03.9546833Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:54:03.9547312Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:54:03.9547819Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:54:03.9548333Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:54:03.9549084Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:54:08.3129604Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:54:08.3130321Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:54:08.3130846Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:54:08.3131351Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:54:08.3131853Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:54:08.3132442Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:54:08.3132947Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:54:08.3133447Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:54:08.3133961Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:54:08.3134471Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:54:08.3134980Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:54:08.3135480Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:54:08.3135989Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:54:08.3136969Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:54:08.3137658Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:54:08.3138195Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:54:08.3138687Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:54:08.3139182Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:54:08.3139671Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:54:08.3140162Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:54:08.3140639Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:54:08.3141142Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:54:08.3141654Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:54:08.3142159Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:54:08.3142650Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:54:08.3143131Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:54:08.3143642Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:54:08.3144142Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:54:08.3144637Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:54:08.3145121Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:54:08.3145620Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:54:08.3146096Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:54:08.3146579Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:54:08.3147073Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:54:08.3147553Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:54:08.3148060Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:08.3148562Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:54:08.3149061Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:54:08.3149565Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:08.3150073Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:54:08.3150596Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:54:08.3151107Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:54:08.3151569Z -- -------------------------- 2025-06-05T23:54:08.3152162Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:54:08.3153118Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:54:08.3154015Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:08.3154596Z CMake. 2025-06-05T23:54:08.3154753Z 2025-06-05T23:54:08.3155070Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:08.3155829Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:08.3156496Z to work with policies introduced by or earlier. 2025-06-05T23:54:08.3156857Z 2025-06-05T23:54:08.3156863Z 2025-06-05T23:54:08.3156989Z -- pybind11 v2.13.6 2025-06-05T23:54:08.3157762Z -- 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:08.3158730Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:54:08.3159287Z -- Performing Test HAS_FLTO 2025-06-05T23:54:08.3159694Z -- Performing Test HAS_FLTO - Success 2025-06-05T23:54:08.3160394Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:08.3161276Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:08.3161846Z CMake. 2025-06-05T23:54:08.3162005Z 2025-06-05T23:54:08.3162313Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:08.3163069Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:08.3163987Z to work with policies introduced by or earlier. 2025-06-05T23:54:08.3164344Z 2025-06-05T23:54:08.3164349Z 2025-06-05T23:54:08.3164701Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:08.3165334Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:08.3165932Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:08.3166430Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:08.3167082Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:08.3167710Z -- GCC_VERSION: 11 2025-06-05T23:54:08.3167908Z 2025-06-05T23:54:08.3169055Z -- 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:08.3170858Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:08.3171843Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:08.3172558Z CMake. 2025-06-05T23:54:08.3172724Z 2025-06-05T23:54:08.3173043Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:08.3173801Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:08.3174469Z to work with policies introduced by or earlier. 2025-06-05T23:54:08.3174823Z 2025-06-05T23:54:08.3174828Z 2025-06-05T23:54:08.3175369Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:08.3176372Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:08.3176950Z CMake. 2025-06-05T23:54:08.3177112Z 2025-06-05T23:54:08.3177422Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:08.3178198Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:08.3178869Z to work with policies introduced by or earlier. 2025-06-05T23:54:08.3179235Z 2025-06-05T23:54:08.3179241Z 2025-06-05T23:54:08.3179415Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:54:08.3179929Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:54:08.3180418Z -- Found Threads: TRUE 2025-06-05T23:54:08.3181214Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:08.3182239Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:08.3182822Z CMake. 2025-06-05T23:54:08.3182982Z 2025-06-05T23:54:08.3183288Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:08.3184050Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:08.3184718Z to work with policies introduced by or earlier. 2025-06-05T23:54:08.3185080Z 2025-06-05T23:54:08.3185086Z 2025-06-05T23:54:08.3185608Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:54:08.3186404Z -- Killing buck2 daemon 2025-06-05T23:54:08.3187090Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:54:08.3187870Z -- executorch: Generating source lists 2025-06-05T23:54:08.3189055Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:08.3190496Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:08.3191908Z '/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:08.3193045Z -- Generating operator lib: 2025-06-05T23:54:08.3193438Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:08.3194087Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:08.3194683Z -- ROOT_OPS: 2025-06-05T23:54:08.3194989Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:08.3196810Z 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:08.3198731Z -- Generating kernel bindings: 2025-06-05T23:54:08.3199125Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:08.3199692Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:08.3200264Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:08.3200619Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:08.3203604Z 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:08.3206332Z -- Generating operator lib: 2025-06-05T23:54:08.3206720Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:08.3207115Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:54:08.3207521Z -- DEPS: executorch_core 2025-06-05T23:54:08.3207900Z -- Generating operator lib: 2025-06-05T23:54:08.3208284Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:08.3208855Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:08.3209428Z -- ROOT_OPS: 2025-06-05T23:54:08.3209738Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:08.3211569Z 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:08.3213580Z -- Generating kernel bindings: 2025-06-05T23:54:08.3213981Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:08.3214548Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:08.3215139Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:08.3215485Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:14.9157327Z 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:14.9160241Z -- Generating operator lib: 2025-06-05T23:54:14.9160639Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:14.9161073Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:54:14.9161485Z -- DEPS: executorch_core 2025-06-05T23:54:14.9161863Z -- Merging kernel yaml files: 2025-06-05T23:54:14.9162533Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:54:14.9163511Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:54:14.9164533Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations 2025-06-05T23:54:14.9165296Z -- Generating operator lib: 2025-06-05T23:54:14.9165715Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:14.9166584Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:14.9167849Z -- ROOT_OPS: 2025-06-05T23:54:14.9168163Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:14.9170477Z 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:14.9172846Z -- Generating kernel bindings: 2025-06-05T23:54:14.9173268Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:14.9174156Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:14.9175006Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:14.9175356Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:14.9178246Z 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:14.9181136Z -- Generating operator lib: 2025-06-05T23:54:14.9181575Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:14.9193992Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:54:14.9194549Z -- DEPS: executorch_core 2025-06-05T23:54:14.9195214Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:54:14.9196101Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:14.9196660Z CMake. 2025-06-05T23:54:14.9196822Z 2025-06-05T23:54:14.9197137Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:14.9197894Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:14.9198588Z to work with policies introduced by or earlier. 2025-06-05T23:54:14.9198949Z 2025-06-05T23:54:14.9198956Z 2025-06-05T23:54:14.9199108Z -- Looking for C++ include unistd.h 2025-06-05T23:54:14.9199542Z -- Looking for C++ include unistd.h - found 2025-06-05T23:54:14.9199995Z -- Looking for C++ include stdint.h 2025-06-05T23:54:14.9200431Z -- Looking for C++ include stdint.h - found 2025-06-05T23:54:14.9200886Z -- Looking for C++ include inttypes.h 2025-06-05T23:54:14.9201333Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:54:14.9201796Z -- Looking for C++ include sys/types.h 2025-06-05T23:54:14.9202491Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:54:14.9202959Z -- Looking for C++ include sys/stat.h 2025-06-05T23:54:14.9203403Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:54:14.9203855Z -- Looking for C++ include fnmatch.h 2025-06-05T23:54:14.9204313Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:54:14.9204763Z -- Looking for C++ include stddef.h 2025-06-05T23:54:14.9205214Z -- Looking for C++ include stddef.h - found 2025-06-05T23:54:14.9205648Z -- Check size of uint32_t 2025-06-05T23:54:14.9206019Z -- Check size of uint32_t - done 2025-06-05T23:54:14.9206407Z -- Looking for strtoll 2025-06-05T23:54:14.9206758Z -- Looking for strtoll - found 2025-06-05T23:54:14.9207180Z -- The ASM compiler identification is GNU 2025-06-05T23:54:14.9207625Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:54:14.9208094Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-06-05T23:54:14.9208923Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.17") found components: Interpreter 2025-06-05T23:54:14.9209719Z -- Generating microkernels.cmake 2025-06-05T23:54:14.9210233Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:54:14.9210819Z No microkernel found in src/reference/packing.cc 2025-06-05T23:54:14.9211833Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:54:14.9213150Z '/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:14.9214597Z 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:14.9215561Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:54:14.9216063Z Call Stack (most recent call first): 2025-06-05T23:54:14.9217001Z /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:14.9217965Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:54:14.9218431Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:54:14.9218729Z 2025-06-05T23:54:14.9218735Z 2025-06-05T23:54:14.9219123Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:54:14.9220531Z -- 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:14.9221673Z -- Generating operator lib: 2025-06-05T23:54:14.9222051Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:14.9222614Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:14.9223182Z -- ROOT_OPS: 2025-06-05T23:54:14.9223486Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:14.9225320Z 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:14.9227262Z -- Generating kernel bindings: 2025-06-05T23:54:14.9227659Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:14.9228046Z -- FUNCTIONS_YAML: 2025-06-05T23:54:14.9228555Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:14.9229158Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:14.9234413Z 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:14.9239663Z -- Generating operator lib: 2025-06-05T23:54:14.9240049Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:14.9240459Z -- OPS_SCHEMA_YAML: 2025-06-05T23:54:14.9244068Z -- 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:14.9247673Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:14.9252799Z 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:14.9257794Z -- Generating kernel bindings: 2025-06-05T23:54:14.9258193Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:14.9258597Z -- FUNCTIONS_YAML: 2025-06-05T23:54:14.9259097Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:14.9259714Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:14.9260128Z -- Generating custom ops aot lib: 2025-06-05T23:54:14.9260549Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:14.9261295Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:54:16.0544593Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:54:16.0545818Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:54:16.0546981Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:54:16.0548105Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:54:16.0549231Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:54:16.0550393Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:54:16.0551531Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:54:16.0552651Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:54:16.0553740Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:54:16.0554855Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:54:16.0556017Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:54:16.0556838Z -- Generating operator lib: 2025-06-05T23:54:16.0557237Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:16.0557838Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:16.0558422Z -- ROOT_OPS: 2025-06-05T23:54:16.0558718Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:16.0560607Z 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:16.0562575Z -- Generating kernel bindings: 2025-06-05T23:54:16.0562991Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:16.0563404Z -- FUNCTIONS_YAML: 2025-06-05T23:54:16.0563918Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:16.0564525Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:16.0564942Z -- Generating operator lib: 2025-06-05T23:54:16.0565343Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:16.0565805Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:54:16.0566743Z -- DEPS: portable_lib 2025-06-05T23:54:16.0567102Z -- Generating operator lib: 2025-06-05T23:54:16.0567494Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:16.0568092Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:54:16.0568525Z -- DEPS: executorch_core 2025-06-05T23:54:16.0568898Z -- Configuring done (11.5s) 2025-06-05T23:54:16.0569270Z -- Generating done (0.5s) 2025-06-05T23:54:16.0569992Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:16.0571746Z 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:16.0573363Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:54:16.0573966Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:54:16.0574900Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:54:16.0576167Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:54:16.0577308Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:54:16.0578407Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:54:16.0579627Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:54:16.0580696Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:54:16.0581246Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:54:16.0581777Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:54:16.0582307Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:54:16.0582804Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:54:16.0583334Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:54:16.0583951Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:54:16.0584613Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:54:16.0585125Z CMake Warning: 2025-06-05T23:54:16.0585537Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:16.0585924Z 2025-06-05T23:54:16.0586054Z CMake Warning: 2025-06-05T23:54:16.0586462Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:16.0586847Z 2025-06-05T23:54:16.0586852Z 2025-06-05T23:54:16.0586857Z 2025-06-05T23:54:16.0587173Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:16.0587952Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:16.0588527Z CMake. 2025-06-05T23:54:16.0588684Z 2025-06-05T23:54:16.0589006Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:16.0589769Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:16.0590440Z to work with policies introduced by or earlier. 2025-06-05T23:54:16.0590793Z 2025-06-05T23:54:16.0590798Z 2025-06-05T23:54:16.0590984Z fatal: No names found, cannot describe anything. 2025-06-05T23:54:16.0591533Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:54:16.0592040Z git describe failed with exit code: 128 2025-06-05T23:54:16.0592344Z 2025-06-05T23:54:16.0592573Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:54:16.0593108Z Call Stack (most recent call first): 2025-06-05T23:54:16.0593524Z CMakeLists.txt:5 (include) 2025-06-05T23:54:16.0593778Z 2025-06-05T23:54:16.0593784Z 2025-06-05T23:54:16.0593935Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:54:16.0594673Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:54:16.0596041Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:54:16.0597180Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:54:16.0598026Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:54:16.0598774Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:54:16.0599538Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:54:16.0600014Z -- Detecting C compiler ABI info 2025-06-05T23:54:16.0600746Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:54:16.0601507Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:16.0602420Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:54:16.0603230Z [ 1%] Linking C static library libpthreadpool.a 2025-06-05T23:54:16.0603695Z [ 1%] Built target pthreadpool 2025-06-05T23:54:16.0604457Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:54:16.0605635Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:54:16.0606833Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:54:16.0608030Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:54:16.0608871Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:16.0609665Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:54:16.0610562Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:16.0611098Z -- Detecting C compile features 2025-06-05T23:54:16.0611511Z -- Detecting C compile features - done 2025-06-05T23:54:16.0612412Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:54:16.0613614Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:54:16.0614547Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:16.0615160Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:16.0615719Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:16.0616516Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:54:16.0617357Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:16.0617861Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:16.0618495Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:16.0619131Z -- GCC_VERSION: 11 2025-06-05T23:54:16.0619331Z 2025-06-05T23:54:16.0620679Z -- 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:16.0622472Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:54:16.0623281Z -- Configuring done (0.2s) 2025-06-05T23:54:16.0623763Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:16.0624318Z -- Detecting CXX compile features 2025-06-05T23:54:16.0624743Z -- Detecting CXX compile features - done 2025-06-05T23:54:16.0625184Z -- Generating done (0.0s) 2025-06-05T23:54:16.0625930Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:54:16.0627506Z -- 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:16.0629224Z -- Looking for strtof_l 2025-06-05T23:54:16.0629684Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:54:16.0630546Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:54:16.0631474Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:16.0632433Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:54:16.0633397Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:16.2982147Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:16.2982784Z [ 2%] Linking C static library libcpuinfo.a 2025-06-05T23:54:16.2984180Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:16.2985099Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:54:16.2985842Z [ 2%] Built target cpuinfo 2025-06-05T23:54:16.2986734Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:16.2987616Z -- Looking for strtof_l - found 2025-06-05T23:54:16.2988027Z -- Looking for strtoull_l 2025-06-05T23:54:16.2988571Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:16.2989690Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:54:16.2991090Z [ 2%] 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:16.2992892Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:54:16.2994724Z [ 2%] 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:16.2996076Z [ 27%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:16.2997109Z [ 27%] Built target flatccrt 2025-06-05T23:54:16.2998509Z [ 2%] 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:16.3000158Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:54:16.3001663Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:54:16.3002656Z -- Looking for strtoull_l - found 2025-06-05T23:54:16.3003062Z -- Looking for realpath 2025-06-05T23:54:16.3003655Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:54:16.3005662Z /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:16.3009083Z /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:16.3011228Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:16.3012341Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.3012839Z | | 2025-06-05T23:54:16.3013342Z | const xnn_float16 * 2025-06-05T23:54:16.3015454Z 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:16.3017881Z /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.3019288Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.3019714Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.3021807Z /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:16.3023871Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:16.3024563Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.3025067Z | | 2025-06-05T23:54:16.3025558Z | const xnn_float16 * 2025-06-05T23:54:16.3026666Z 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:16.3028662Z /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.3029795Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.3030225Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.3032038Z /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:16.3033850Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:16.3034555Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.3035029Z | | 2025-06-05T23:54:16.3035517Z | const xnn_float16 * 2025-06-05T23:54:16.3036612Z 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:16.3038576Z /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.3039716Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.3040140Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.3042021Z /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:16.3043935Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:54:16.3044681Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.3045090Z | | 2025-06-05T23:54:16.3045510Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:54:16.3046613Z 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:16.3049058Z /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:16.3050567Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:54:16.3051232Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:16.3052838Z /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:16.3055494Z /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:16.3057298Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:16.3058006Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.3058491Z | | 2025-06-05T23:54:16.3058995Z | const xnn_float16 * 2025-06-05T23:54:16.3060091Z 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:16.3062017Z /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.3063146Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.3063575Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.3065816Z /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:16.3067629Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:16.3068346Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.3068831Z | | 2025-06-05T23:54:16.3069319Z | const xnn_float16 * 2025-06-05T23:54:16.3070397Z 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:16.3072357Z /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.3073517Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.7775668Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.7777819Z /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:16.7779692Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:16.7780381Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.7780866Z | | 2025-06-05T23:54:16.7781350Z | const xnn_float16 * 2025-06-05T23:54:16.7782443Z 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:16.7784375Z /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.7785932Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.7786360Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.7788362Z /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:16.7790268Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:54:16.7791011Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.7791406Z | | 2025-06-05T23:54:16.7791823Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:54:16.7792890Z 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:16.7794859Z /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:16.7796130Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:54:16.7796674Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:16.7797777Z [ 2%] 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:16.7799629Z [ 2%] 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:16.7801201Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:54:16.7803512Z /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:16.7806473Z /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:16.7808355Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:16.7809041Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.7809514Z | | 2025-06-05T23:54:16.7810002Z | const xnn_float16 * 2025-06-05T23:54:16.7811163Z 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:16.7813270Z /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:16.7814435Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.7814864Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.7816748Z /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:16.7818594Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:16.7819264Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:16.7819751Z | | 2025-06-05T23:54:16.7820235Z | const xnn_float16 * 2025-06-05T23:54:16.7821856Z 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:16.7823902Z /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:16.7825029Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:16.7825462Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:16.7826281Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:54:16.7827353Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:54:16.7828385Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:54:16.7829202Z -- Looking for realpath - found 2025-06-05T23:54:16.7829688Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:54:16.7830172Z -- Configuring done (0.7s) 2025-06-05T23:54:16.7830975Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:54:16.7831799Z -- Generating done (0.0s) 2025-06-05T23:54:16.7833027Z -- 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:16.7834986Z [ 2%] 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:16.7836383Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:54:16.7837213Z [ 2%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:54:16.7837878Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:54:16.7838671Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:54:16.7840029Z [ 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:16.7841128Z [ 2%] Built target logging 2025-06-05T23:54:16.7841879Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:54:16.7843354Z [ 2%] 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:16.7844901Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:54:16.7845691Z [ 2%] Built target indirection 2025-06-05T23:54:16.7846319Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:54:16.7847221Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:54:16.7848331Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:54:16.7849344Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:54:16.7850252Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:54:16.7851838Z [ 2%] 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:16.7853194Z [ 2%] Built target microparams-init 2025-06-05T23:54:16.7854420Z [ 2%] 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:16.7856234Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:54:16.7857337Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:54:16.7858041Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:54:16.7858744Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:54:16.7859655Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:54:16.7860786Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:54:16.7861715Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:54:16.7862434Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:54:17.6340817Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:54:17.6342313Z [ 2%] 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:17.6343891Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:54:17.6345122Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:54:17.6346112Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:54:17.6347097Z [ 3%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:54:17.6348280Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:54:17.6349405Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:54:17.6350285Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:54:17.6350807Z [ 3%] Built target normalization 2025-06-05T23:54:17.6352039Z [ 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:17.6353907Z [ 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:17.6355145Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:54:17.6356117Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:54:17.6357525Z [ 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:17.6358560Z [ 3%] Built target packing 2025-06-05T23:54:17.6359296Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:54:17.6360253Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:54:17.6361219Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:54:17.6362338Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:54:17.6363430Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:54:17.6364409Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:54:17.6365174Z [ 5%] Built target allocator 2025-06-05T23:54:17.6365764Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:54:17.6366740Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:54:17.6368730Z [ 6%] 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:17.6369926Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:54:17.6370855Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:54:17.6371776Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:54:17.6372596Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:54:17.6373361Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:54:17.6374224Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:54:17.6375469Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:54:17.6376848Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:54:17.6377857Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:54:17.6378862Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:54:17.6379842Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:54:17.6381265Z [ 6%] 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:17.6383212Z [ 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:17.6384731Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:54:17.6385646Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:54:17.6386418Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:54:17.6387393Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:54:17.6388554Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:54:17.6389506Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:54:17.6390272Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:54:17.6391690Z [ 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:17.6393584Z [ 6%] 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:17.6395394Z [ 6%] 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:17.6397284Z [ 6%] 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:17.6398523Z [ 6%] Linking CXX static library libeigen_blas.a 2025-06-05T23:54:17.6399819Z [ 6%] 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:17.6401071Z [ 6%] Built target eigen_blas 2025-06-05T23:54:17.6401677Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:54:17.6402817Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:54:17.6404878Z [ 6%] 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:17.6407009Z [ 6%] 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:17.6408438Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:54:17.6409822Z [ 6%] 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:17.6411023Z [ 93%] Built target flatcc 2025-06-05T23:54:17.6411726Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:54:17.6412585Z [ 6%] Built target cache 2025-06-05T23:54:17.6413105Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:54:17.6413990Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:54:17.6415414Z [ 6%] 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:17.6417009Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:54:17.6418021Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:54:17.6418572Z [ 7%] Built target datatype 2025-06-05T23:54:17.6419137Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:54:17.6420043Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:54:17.6420783Z [ 7%] Built target microkernel-utils 2025-06-05T23:54:17.6421200Z [ 7%] Built target memory 2025-06-05T23:54:17.6422138Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:54:17.6423550Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:54:17.6424393Z [100%] Built target flatcc_cli 2025-06-05T23:54:17.6424862Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:54:17.6425364Z [ 7%] Built target mutex 2025-06-05T23:54:17.6426286Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:54:17.6427954Z [ 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:17.6429049Z [ 21%] Built target flatccrt 2025-06-05T23:54:17.6429444Z [ 8%] Built target operator-utils 2025-06-05T23:54:17.6429854Z [ 93%] Built target flatcc 2025-06-05T23:54:17.6668000Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:54:17.6668884Z [100%] Built target flatcc_cli 2025-06-05T23:54:17.6669423Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:54:17.6670153Z Install the project... 2025-06-05T23:54:17.6670530Z -- Install configuration: "" 2025-06-05T23:54:17.6671490Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:54:17.6673119Z -- 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:17.6674840Z -- 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:17.6677257Z -- 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:17.6679060Z -- 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:17.6680807Z -- 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:17.6682569Z -- 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:17.6684318Z -- 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:17.6686070Z -- 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:17.6687874Z -- 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:17.6689668Z -- 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:17.6691417Z -- 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:17.6693288Z -- 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:17.6695095Z -- 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:17.6696905Z -- 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:17.6698680Z -- 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:17.6700430Z -- 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:17.6702492Z -- 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:17.6704253Z -- 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:17.6705997Z -- 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:17.6707782Z -- 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:17.6709534Z -- 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:17.6711243Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:54:17.6712956Z -- 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:17.6714718Z -- 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:17.6716943Z -- 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:17.6718792Z -- 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:17.6720625Z -- 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:17.6722424Z -- 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:17.6724215Z -- 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:17.6726042Z -- 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:17.6727948Z -- 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:17.6729815Z -- 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:17.6731693Z -- 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:17.6733737Z -- 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:17.6735667Z -- 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:17.6737626Z -- 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:17.6739520Z -- 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:17.6741359Z -- 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:17.6743184Z -- 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:17.6744957Z -- 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:17.6746746Z -- 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:17.6748610Z -- 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:17.6750496Z -- 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:17.6752327Z -- 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:17.6754154Z -- 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:17.6755973Z -- 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:17.6758094Z -- 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:17.6759933Z -- 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:17.6761739Z -- 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:18.0860184Z -- 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:18.0862127Z -- 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:18.0864040Z -- 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:18.0866014Z -- 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:18.0867884Z -- 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:18.0869702Z -- 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:18.0871539Z -- 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:18.0873460Z -- 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:18.0875386Z -- 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:18.0877198Z -- 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:18.0879008Z -- 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:18.0880936Z -- 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:18.0882758Z -- 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:18.0884581Z -- 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:18.0886331Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:54:18.0888091Z -- 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:18.0890206Z -- 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:18.0892367Z -- 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:18.0894845Z -- 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:18.0896983Z -- 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:18.0898989Z -- 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:18.0900818Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:54:18.0902703Z -- 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:18.0904474Z -- 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:18.0906316Z -- 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:18.0908095Z -- 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:18.0909883Z -- 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:18.0911569Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:54:18.0913149Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:54:18.0914688Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:54:18.0916057Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:54:18.0916766Z [ 8%] Completed 'flatcc_external_project' 2025-06-05T23:54:18.0917339Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:54:18.0917924Z [ 8%] Built target flatcc_external_project 2025-06-05T23:54:18.0918635Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:18.0919346Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:18.0919942Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:54:18.0921246Z [ 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:18.0922400Z [ 10%] Built target operator-run 2025-06-05T23:54:18.0923294Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:54:18.0924491Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:18.0925265Z [ 10%] Built target hardware-config 2025-06-05T23:54:18.0925962Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:18.0927360Z [ 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:18.0928731Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:18.0929837Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:54:18.0930560Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:54:18.0931426Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:18.0932716Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:54:18.0933860Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:18.0934777Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:54:18.0936155Z [ 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:18.0938136Z [ 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:18.0940174Z [ 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:18.0946562Z [ 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:18.0948822Z [ 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:18.0950314Z [ 10%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:18.0951765Z [ 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:18.0953155Z [ 10%] Built target flatccrt 2025-06-05T23:54:18.0954350Z [ 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:18.0955862Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:54:18.0957272Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:54:18.0958427Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:54:18.0959169Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:54:18.6096548Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:54:18.6097786Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:54:18.6098895Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:54:18.6100019Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:54:18.6101809Z [ 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:18.6106773Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:54:18.6108202Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:54:18.6109582Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:54:18.6111177Z [ 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:18.6113006Z [ 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:18.6115065Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:54:18.6116603Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:54:18.6117732Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:54:18.6118388Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:54:18.6119402Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:54:18.6120863Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:54:18.6122310Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:54:18.6123920Z [ 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:18.6125194Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:54:18.6126220Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:54:18.6127535Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:54:18.6128518Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:54:18.6129552Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:54:18.6131872Z /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:18.6134686Z /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:18.6136552Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:18.6137280Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.6137768Z | | 2025-06-05T23:54:18.6138268Z | const xnn_float16 * 2025-06-05T23:54:18.6139368Z 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:18.6141319Z /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:18.6142474Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.6142910Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.6144719Z /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:18.6146547Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:18.6147280Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.6147771Z | | 2025-06-05T23:54:18.6148262Z | const xnn_float16 * 2025-06-05T23:54:18.6149366Z 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:18.6151578Z /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:18.6152735Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.6153165Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.6154075Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:54:18.6155717Z [ 11%] 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:18.6157063Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:54:18.6158202Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:54:18.6159280Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:54:18.6160259Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:54:18.6161242Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:54:18.6162945Z /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:18.6165729Z /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:18.6167589Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:18.6168333Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.6168832Z | | 2025-06-05T23:54:18.6169325Z | const xnn_float16 * 2025-06-05T23:54:18.6170442Z 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:18.6172499Z /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:18.6173628Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.6174057Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.6175860Z /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:18.6177736Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:18.6178475Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.6178954Z | | 2025-06-05T23:54:18.6179452Z | const xnn_float16 * 2025-06-05T23:54:18.6180565Z 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:18.6182539Z /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:18.6183888Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.6184311Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.9859228Z /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:18.9861431Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:54:18.9862394Z | ^~~~~~~~~~ 2025-06-05T23:54:18.9862892Z | | 2025-06-05T23:54:18.9863406Z | const xnn_float16 * 2025-06-05T23:54:18.9864533Z 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:18.9866588Z /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:18.9867742Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.9868168Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.9869297Z [ 11%] 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:18.9871028Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:54:18.9872470Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:54:18.9873486Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:54:18.9874298Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:54:18.9875384Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:54:18.9877376Z /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:18.9880089Z /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:18.9881934Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:18.9882668Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.9883176Z | | 2025-06-05T23:54:18.9883704Z | const xnn_float16 * 2025-06-05T23:54:18.9884821Z 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:18.9886774Z /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:18.9887904Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.9888339Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.9890153Z /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:18.9892554Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:18.9893317Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.9893803Z | | 2025-06-05T23:54:18.9894306Z | const xnn_float16 * 2025-06-05T23:54:18.9895408Z 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:18.9897410Z /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:18.9898561Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.9899008Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.9900839Z /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:18.9905188Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:54:18.9906148Z | ^~~~~~~~~~ 2025-06-05T23:54:18.9906633Z | | 2025-06-05T23:54:18.9907132Z | const xnn_float16 * 2025-06-05T23:54:18.9908244Z 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:18.9910310Z /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:18.9911440Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.9911875Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.9912940Z [ 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:18.9914464Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:54:18.9915546Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:54:18.9916682Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:54:18.9917832Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:54:18.9919526Z /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:18.9922091Z /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:18.9923871Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:18.9924585Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.9925075Z | | 2025-06-05T23:54:18.9925567Z | const xnn_float16 * 2025-06-05T23:54:18.9927004Z 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:18.9929087Z /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:18.9930237Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.9930665Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.9931718Z [ 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:18.9933163Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:54:18.9934065Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:54:18.9935174Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:54:18.9936294Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:54:18.9937839Z [ 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:18.9939809Z [ 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:18.9940894Z [ 12%] Built target operators 2025-06-05T23:54:18.9941869Z [ 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:18.9943565Z [ 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:19.8569213Z /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:19.8572567Z /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:19.8574571Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-06-05T23:54:19.8575060Z | ^~~ 2025-06-05T23:54:19.8575407Z | | 2025-06-05T23:54:19.8575752Z | xnn_float16 * 2025-06-05T23:54:19.8577169Z 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:19.8579266Z /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:19.8580441Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-06-05T23:54:19.8580992Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:19.8582014Z [ 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:19.8583798Z [ 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:19.8585587Z [ 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:19.8587257Z [ 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:19.8588767Z [100%] Linking CXX executable flatc 2025-06-05T23:54:19.8589728Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:54:19.8591145Z [ 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:19.8592838Z [ 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:19.8594616Z [ 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:19.8596325Z [ 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:19.8597676Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:54:19.8599071Z [ 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:19.8600749Z [ 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:19.8605779Z [ 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:19.8607196Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:54:19.8608419Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:54:19.8609933Z [ 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:19.8611636Z [ 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:19.8613252Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:54:19.8614782Z [ 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:19.8616469Z [ 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:19.8618234Z [ 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:19.8620000Z [ 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:19.8621626Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:54:19.8623140Z [ 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:19.8624960Z [ 13%] 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:19.8626677Z [ 13%] 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:19.8628380Z [ 13%] 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:19.8629844Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:54:19.8631806Z [ 13%] 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:19.8633538Z [ 13%] 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:19.8635213Z [ 13%] 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:19.8636671Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:54:19.8637954Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:54:19.8639451Z [ 15%] 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:19.8641123Z [ 15%] 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:19.8642535Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:54:19.8643786Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:54:19.8645328Z [ 15%] 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:19.8647046Z [ 15%] 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:19.8648734Z [ 15%] 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:19.8650204Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:54:19.8651509Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:54:19.8653251Z [ 15%] 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:19.8655027Z [ 15%] 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:19.8656566Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:54:19.8657918Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:54:19.8659379Z [ 16%] 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:19.8661032Z [ 16%] 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:19.8662677Z [ 16%] 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:19.8664215Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:54:20.1483988Z [ 16%] 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:20.1485641Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:54:20.1499199Z [ 16%] 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:20.1504113Z [ 16%] 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:20.1506219Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:54:20.1507913Z [ 16%] 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:20.1509700Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:54:20.1511389Z [ 17%] 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:20.1512766Z [100%] Built target flatc 2025-06-05T23:54:20.1513392Z [ 17%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:54:20.1515081Z [ 17%] 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:20.1517537Z [ 17%] 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:20.1519468Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:54:20.1521088Z [ 17%] 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:20.1522937Z [ 17%] 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:20.1524775Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:54:20.1526634Z [ 17%] 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:20.1527858Z [100%] Built target flatc 2025-06-05T23:54:20.1528921Z [ 17%] 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:20.1530559Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:54:20.1531441Z Install the project... 2025-06-05T23:54:20.1531812Z -- Install configuration: "" 2025-06-05T23:54:20.1533438Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:54:20.1535326Z -- 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:20.1537349Z -- 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:20.1539382Z -- 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:20.1541308Z -- 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:20.1543321Z -- 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:20.1545272Z -- 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:20.1547814Z -- 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:20.1550268Z -- 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:20.1552379Z -- 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:20.1554375Z -- 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:20.1556404Z -- 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:20.1558444Z -- 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:20.1560470Z -- 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:20.1562527Z -- 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:20.1564671Z -- 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:20.1566696Z -- 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:20.1568850Z -- 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:20.1571050Z -- 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:20.1572919Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:54:20.1574870Z -- 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:20.1576812Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:54:20.1578992Z -- 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:20.1581145Z -- 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:20.1583208Z -- 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:20.1585314Z -- 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:20.1587597Z -- 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:20.1589972Z -- 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:20.1592835Z -- 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:20.1594931Z -- 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:20.1597149Z -- 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:20.1599089Z -- 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:20.1601059Z -- 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:20.1603371Z -- 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:21.0047377Z -- 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:21.0049421Z -- 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:21.0051456Z -- 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:21.0053671Z -- 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:21.0055553Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:54:21.0057223Z [ 17%] 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:21.0059041Z -- 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:21.0061066Z -- 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:21.0062351Z [ 17%] Completed 'flatbuffers_external_project' 2025-06-05T23:54:21.0063296Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:54:21.0064228Z [ 17%] Built target flatbuffers_external_project 2025-06-05T23:54:21.0065167Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:54:21.0066740Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:54:21.0068433Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:54:21.0069860Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:54:21.0071432Z [ 17%] 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:21.0072489Z [ 17%] Generating common_schema headers 2025-06-05T23:54:21.0072940Z [ 18%] Generating xnnpack_schema headers 2025-06-05T23:54:21.0073996Z [ 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:21.0075999Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:54:21.0077074Z [ 18%] Built target common_schema 2025-06-05T23:54:21.0077952Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:54:21.0079613Z [ 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:21.0080670Z [ 18%] Built target xnnpack_schema 2025-06-05T23:54:21.0081109Z [ 18%] Generating program_schema headers 2025-06-05T23:54:21.0081546Z [ 18%] Built target program_schema 2025-06-05T23:54:21.0082611Z [ 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:21.0084115Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:54:21.0085620Z [ 20%] 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:21.0087054Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:54:21.0088271Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:54:21.0089733Z [ 21%] 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:21.0091567Z [ 21%] 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:21.0093598Z [ 21%] 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:21.0095071Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:54:21.0096546Z [ 21%] 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:21.0098477Z [ 21%] 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:21.0099948Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:54:21.0101310Z [ 21%] 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:21.0103193Z [ 21%] 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:21.0104470Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:54:21.0105777Z [ 21%] 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:21.0107546Z [ 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:21.0108651Z [ 21%] Built target subgraph 2025-06-05T23:54:21.0109432Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:54:21.0110998Z [ 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:21.0112820Z [ 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:21.0114810Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:54:21.0115967Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:54:21.0117344Z [ 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:21.0119014Z [ 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:21.0120257Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:54:21.0121131Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:54:21.0122468Z [ 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:21.0123787Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:54:21.0124721Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:54:21.0126089Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:21.0127798Z [ 24%] 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:21.0129092Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:54:21.0130380Z [ 24%] 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:21.0131704Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:54:21.0133180Z [ 24%] 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:21.0134587Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:54:21.0135691Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:54:21.0136741Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:54:21.0138196Z [ 24%] 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:21.7796621Z [ 24%] 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:21.7798100Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:54:21.7799462Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:21.7801191Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:54:21.7803140Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:54:21.7804053Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:54:21.7804996Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:54:21.7806302Z [ 24%] 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:21.7808001Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:54:21.7809512Z [ 24%] 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:21.7810845Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:54:21.7811797Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:54:21.7813438Z [ 24%] 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:21.7815419Z [ 24%] 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:21.7817370Z [ 24%] 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:21.7819349Z [ 24%] 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:21.7821394Z [ 24%] 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:21.7822748Z [ 24%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:54:21.7823982Z [ 24%] 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:21.7825165Z [ 24%] Built target executorch_core 2025-06-05T23:54:21.7826373Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-06-05T23:54:21.7828403Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:21.7830440Z [ 25%] 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:21.7832408Z [ 25%] 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:21.7834357Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:54:21.7836355Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:21.7838432Z [ 25%] 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:21.7840471Z [ 25%] 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:21.7842440Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:54:21.7844462Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:21.7846276Z [ 25%] 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:21.7848187Z [ 25%] 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:21.7849922Z [ 25%] 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:21.7851641Z [ 25%] 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:21.7853049Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:54:21.7854378Z [ 25%] 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:21.7855991Z [ 26%] 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:21.7857558Z [ 26%] 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:21.7859279Z [ 26%] 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:21.7861267Z [ 26%] 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:21.7863294Z [ 26%] 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:21.7865430Z [ 26%] 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:21.7867464Z [ 26%] 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:21.7869439Z [ 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-acc2.S.o 2025-06-05T23:54:21.7871421Z [ 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:21.7873274Z [ 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:21.7874969Z [ 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:21.7876622Z [ 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:21.7877865Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:54:21.7879106Z [ 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:21.7880671Z [ 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:21.7882381Z [ 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:21.7884293Z [ 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:21.7885743Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:54:21.7887407Z [ 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:21.7889118Z [ 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:22.8557592Z [ 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:22.8559227Z [ 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:22.8560840Z [ 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:22.8562414Z [ 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:22.8564256Z [ 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:22.8566279Z [ 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:22.8567755Z [ 27%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:54:22.8569270Z [ 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:22.8571301Z [ 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:22.8573380Z [ 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:22.8575343Z [ 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:22.8577181Z [ 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:22.8578886Z [ 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:22.8580668Z [ 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:22.8582661Z [ 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:22.8584700Z [ 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:22.8585942Z [ 29%] Linking CXX static library libexecutorch.a 2025-06-05T23:54:22.8587186Z [ 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:22.8589161Z [ 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:22.8590373Z [ 29%] Built target executorch 2025-06-05T23:54:22.8591189Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:54:22.8592453Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:54:22.8594187Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:54:22.8595322Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:54:22.8596934Z [ 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:22.8598929Z [ 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:22.8600455Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:54:22.8601864Z [ 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:22.8603442Z [ 29%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:54:22.8604544Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:54:22.8605704Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:54:22.8606569Z [ 30%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:54:22.8607474Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:54:22.8608310Z [ 30%] Built target extension_data_loader 2025-06-05T23:54:22.8608749Z [ 30%] Generating etdump headers 2025-06-05T23:54:22.8609532Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:54:22.8610685Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:54:22.8612223Z [ 30%] 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:22.8613541Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:54:22.8614384Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:54:22.8615685Z [ 30%] 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:22.8616851Z [ 30%] Linking CXX static library libextension_tensor.a 2025-06-05T23:54:22.8617351Z [ 30%] Built target extension_tensor 2025-06-05T23:54:22.8618441Z [ 30%] 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:22.8619689Z [ 30%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:54:22.8620217Z [ 30%] Built target extension_threadpool 2025-06-05T23:54:22.8620675Z [ 30%] Generating bundled_program headers 2025-06-05T23:54:22.8621452Z [ 30%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:54:22.8622452Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:54:22.8623723Z [ 30%] 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:22.8624964Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:54:22.8626022Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:54:22.8627483Z [ 30%] 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:22.8629343Z [ 31%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:54:22.8630404Z [ 31%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:54:22.8631747Z [ 31%] 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:22.8633167Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:54:22.8634042Z [ 31%] Linking CXX static library libbundled_program.a 2025-06-05T23:54:22.8634880Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:54:22.8635676Z [ 31%] Built target bundled_program 2025-06-05T23:54:22.8636498Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:54:22.8638129Z [ 32%] 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:22.8640096Z [ 32%] 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:22.8642050Z [ 32%] 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:22.8643274Z [ 32%] Linking CXX static library libetdump.a 2025-06-05T23:54:22.8644341Z [ 32%] 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:22.8645370Z [ 32%] Built target etdump 2025-06-05T23:54:22.8646169Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:54:22.8647633Z [ 32%] 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:23.9714095Z [ 32%] 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:23.9716006Z [ 32%] 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:23.9717701Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:54:23.9718991Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:54:23.9720264Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:54:23.9721448Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:54:23.9723215Z [ 34%] 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:23.9724897Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:54:23.9726523Z [ 34%] 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:23.9728686Z [ 34%] 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:23.9730918Z [ 34%] 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:23.9733751Z [ 34%] 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:23.9735446Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:54:23.9736712Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:54:23.9738305Z [ 35%] 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:23.9739803Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:23.9741039Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:54:23.9742207Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:54:23.9743812Z [ 35%] 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:23.9745247Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:54:23.9746675Z [ 35%] 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:23.9747741Z [ 35%] Linking CXX static library libutil.a 2025-06-05T23:54:23.9748776Z [ 36%] 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:23.9749894Z [ 36%] Built target util 2025-06-05T23:54:23.9750633Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:54:23.9751778Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:54:23.9753177Z [ 36%] 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:23.9754931Z [ 36%] 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:23.9757082Z [ 36%] 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:23.9758772Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:54:23.9760066Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:54:23.9761540Z [ 36%] 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:23.9763376Z [ 36%] 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:23.9765010Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:54:23.9766289Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:54:23.9767690Z [ 36%] 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:23.9769302Z [ 36%] 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:23.9770880Z 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:23.9772545Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:23.9773750Z 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:23.9774942Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:23.9775930Z from /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp:17: 2025-06-05T23:54:23.9778804Z /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:23.9782856Z /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:23.9784809Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:23.9785258Z | ^ 2025-06-05T23:54:23.9785906Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:54:23.9787086Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:54:23.9788485Z [ 36%] 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:23.9789872Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:54:23.9791099Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:54:23.9792455Z [ 36%] 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:23.9793831Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:54:23.9795044Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:54:23.9796916Z [ 36%] 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:23.9799098Z [ 36%] 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:23.9800437Z [ 36%] Linking CXX static library libcpublas.a 2025-06-05T23:54:23.9800876Z [ 36%] Built target cpublas 2025-06-05T23:54:23.9802351Z [ 36%] 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:23.9804485Z [ 36%] 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:23.9806057Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:54:23.9807236Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:54:23.9808772Z [ 37%] 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:25.5934069Z [ 37%] 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:25.5936254Z [ 37%] 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:25.5937696Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:54:25.5938873Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:54:25.5940474Z [ 39%] 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:25.5942127Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:54:25.5943740Z [ 39%] 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:25.5945827Z [ 39%] 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:25.5947893Z [ 39%] 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:25.5949497Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:54:25.5951045Z [ 39%] 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:25.5952610Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:54:25.5953821Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:54:25.5955276Z [ 39%] 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:25.5956720Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:54:25.5957902Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:54:25.5959069Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:54:25.5960504Z [ 39%] 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:25.5961960Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:54:25.5963119Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:25.5964231Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:54:25.5965651Z [ 39%] 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:25.5967118Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:54:25.5968600Z [ 39%] 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:25.5970064Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:54:25.5971260Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:54:25.5973241Z [ 39%] 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:25.5974771Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:54:25.5975947Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:54:25.5977138Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:54:25.5978362Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:54:25.5979823Z [ 40%] 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:25.5980965Z [ 40%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:54:25.5981948Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:54:25.5982845Z [ 40%] Built target kernels_util_all_deps 2025-06-05T23:54:25.5983929Z [ 40%] 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:25.5985674Z [ 41%] 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:25.5987573Z [ 41%] 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:25.5989175Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:54:25.5990293Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:54:25.5991413Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:54:25.5992915Z [ 41%] 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:25.5994527Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:54:25.5995973Z [ 41%] 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:25.5997449Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:54:25.5999065Z [ 41%] 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:25.6001058Z [ 41%] 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:25.6002794Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:54:25.6003984Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:25.6005095Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:25.6006360Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:25.6007520Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:54:25.6009100Z [ 41%] 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:25.6011137Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:54:25.6012675Z [ 41%] 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:25.6014120Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:54:25.6015233Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:25.6016388Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:54:25.6017556Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:54:25.6018677Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:54:25.6020273Z [ 43%] 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:25.6021847Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:54:25.6023469Z [ 43%] 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:26.9017810Z [ 43%] 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:26.9019469Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:54:26.9021006Z [ 43%] 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:26.9022906Z [ 43%] 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:26.9024398Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:54:26.9025586Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:54:26.9026707Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:54:26.9028213Z [ 43%] 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:26.9030156Z [ 43%] 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:26.9032227Z [ 44%] 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:26.9034066Z [ 44%] 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:26.9035695Z [ 44%] 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:26.9037106Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:54:26.9038553Z [ 44%] 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:26.9040712Z [ 44%] 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:26.9042343Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:54:26.9043489Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:54:26.9044603Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:26.9046019Z [ 44%] 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:26.9047676Z [ 44%] 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:26.9049300Z [ 44%] 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:26.9051003Z [ 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:26.9052824Z [ 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:26.9054236Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:54:26.9055645Z [ 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:26.9057650Z [ 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:26.9059336Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:54:26.9060480Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:54:26.9062163Z [ 45%] 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:26.9063810Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:54:26.9065219Z [ 45%] 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:26.9066928Z [ 45%] 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:26.9068563Z [ 46%] 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:26.9070204Z [ 46%] 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:26.9071849Z [ 46%] 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:26.9073524Z [ 46%] 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:26.9075141Z [ 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:26.9076514Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:54:26.9077892Z [ 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:26.9079583Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:54:26.9080784Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:54:26.9082895Z [ 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:26.9084352Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:54:26.9085377Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:26.9086792Z [ 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:26.9088574Z [ 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:26.9090365Z [ 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:26.9091822Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:54:26.9093026Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:26.9094169Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:54:26.9095588Z [ 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:26.9097213Z [ 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:26.9098542Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:26.9099866Z [ 48%] 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:26.9101457Z [ 48%] 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:26.9103329Z [ 49%] 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:26.9104885Z [ 49%] 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:26.9106459Z [ 49%] 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:26.9107880Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:54:26.9109344Z [ 49%] 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:28.1298150Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:54:28.1299578Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:28.1301041Z [ 49%] 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:28.1304573Z [ 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:28.1306401Z [ 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:28.1309332Z [ 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:28.1311041Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:28.1312613Z [ 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:28.1314412Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:54:28.1315959Z [ 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:28.1317599Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:54:28.1319278Z [ 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:28.1320760Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:28.1322439Z [ 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:28.1324430Z [ 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:28.1326107Z 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:28.1327464Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:28.1328757Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h:10, 2025-06-05T23:54:28.1329774Z from /pytorch/executorch/kernels/optimized/cpu/op_elu.cpp:9: 2025-06-05T23:54:28.1333210Z /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:28.1338035Z /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:28.1340309Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:28.1340947Z | ^ 2025-06-05T23:54:28.1342052Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:54:28.1343390Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:54:28.1344757Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:54:28.1346358Z [ 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:28.1348064Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:54:28.1349278Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:28.1351037Z [ 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:28.1352769Z [ 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:28.1355111Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:28.1356306Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:28.1357329Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:54:28.1358806Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:54:28.1360449Z [ 51%] 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:28.1362198Z 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:28.1363520Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:28.1364877Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:11, 2025-06-05T23:54:28.1366036Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-06-05T23:54:28.1369447Z /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:28.1373969Z /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:28.1376432Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:28.1377006Z | ^ 2025-06-05T23:54:28.1377889Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:28.1379328Z [ 51%] 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:28.1380768Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:28.1381859Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:54:28.1383041Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:28.1384623Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:54:28.1386239Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:28.1388004Z [ 51%] 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:28.1389915Z 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:28.1391380Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:28.1392669Z 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:28.1393990Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:28.1395082Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-06-05T23:54:28.1398514Z /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:28.1403127Z /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:28.1405370Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:28.1405819Z | ^ 2025-06-05T23:54:28.1406609Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:28.1407773Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:28.1984706Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:54:28.1986213Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:54:28.1987543Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:28.1991602Z /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:28.1997930Z /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:28.2001817Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:28.2005331Z /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:28.2006782Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:28.2007302Z | ^~~~~~~~~~~~~~ 2025-06-05T23:54:28.2010509Z /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:28.2016790Z /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:28.2021287Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:28.2024060Z /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:28.2028438Z /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:28.2033809Z /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:28.2039984Z /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:28.2043831Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:28.2045828Z /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:28.2047673Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:28.2048234Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:28.2051595Z /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:28.2060051Z /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:28.2066468Z /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:28.2070318Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:28.2072695Z /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:28.2074422Z In file included from /usr/include/c++/11/utility:70, 2025-06-05T23:54:28.2075060Z from /usr/include/c++/11/array:38, 2025-06-05T23:54:28.2075672Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-05T23:54:28.2076491Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-05T23:54:28.2077352Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:54:28.2078609Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-05T23:54:28.2082616Z /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:28.2133704Z /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:28.2138842Z /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:28.2144714Z /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:28.2148305Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:28.2149997Z /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:28.2151082Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-05T23:54:28.2151492Z | ^~~~~~~~~ 2025-06-05T23:54:28.2154843Z /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:28.2161042Z /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:28.2166099Z /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:28.2171961Z /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:28.2175643Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:28.2177324Z /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:28.2180920Z /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:28.2184587Z /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:28.2185970Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:28.2186507Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:28.2189497Z /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:28.2193141Z /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:28.2194721Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:28.2197468Z /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:28.2200701Z /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:28.2204604Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:28.2205174Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:28.2207659Z /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:28.2210945Z /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:28.2215873Z /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:28.2220354Z /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:28.2221778Z 114 | std::tuple opt_native_layer_norm_out( 2025-06-05T23:54:28.2222364Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:28.2223992Z /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:29.1682432Z /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:29.1684999Z /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:29.1687645Z /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:29.1689034Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:29.1689585Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:29.1691225Z /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:29.1692707Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:29.1693254Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:29.1694281Z [ 51%] 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:29.1695890Z [ 51%] 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:29.1697198Z [ 53%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:29.1698205Z [ 53%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:29.1700196Z [ 53%] 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:29.1701865Z [ 53%] 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:29.1703420Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:54:29.1704827Z [ 53%] 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:29.1706439Z [ 53%] 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:29.1708031Z [ 53%] 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:29.1709629Z [ 53%] 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:29.1711222Z [ 53%] 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:29.1712835Z [ 54%] 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:29.1714461Z [ 54%] 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:29.1716079Z [ 54%] 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:29.1717667Z [ 54%] 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:29.1719226Z [ 54%] 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:29.1720577Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:54:29.1721928Z [ 54%] 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:29.1723483Z [ 54%] 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:29.1725065Z [ 54%] 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:29.1726645Z [ 54%] 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:29.1728203Z [ 54%] 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:29.1729747Z [ 54%] 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:29.1731318Z [ 54%] 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:29.1733047Z [ 54%] 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:29.1734672Z [ 54%] 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:29.1736293Z [ 54%] 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:29.1738246Z [ 55%] 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:29.1740042Z [ 55%] 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:29.1741246Z [ 55%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:54:29.1742377Z [ 55%] 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:29.1744076Z [ 55%] 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:29.1745488Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:54:29.1746873Z [ 55%] 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:29.1748554Z [ 55%] 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:29.1750259Z [ 55%] 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:29.1751874Z [ 55%] 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:29.1753526Z [ 55%] 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:29.1755539Z [ 55%] 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:29.1757288Z [ 55%] 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:29.1758982Z [ 55%] 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:29.1760088Z [ 55%] Built target optimized_kernels 2025-06-05T23:54:29.1761135Z [ 55%] 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:29.1762827Z [ 55%] 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:29.1764451Z [ 55%] 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:29.1766016Z [ 56%] 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:29.1767715Z [ 56%] 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:29.1769492Z [ 56%] 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:29.1770974Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:54:29.1772569Z [ 56%] 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:30.2452146Z [ 56%] 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:30.2453815Z [ 56%] 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:30.2456001Z [ 56%] 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:30.2457790Z [ 56%] 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:30.2459403Z [ 56%] 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:30.2460971Z [ 56%] 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:30.2462498Z [ 56%] 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:30.2464083Z [ 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:30.2465709Z [ 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:30.2467279Z [ 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:30.2468803Z [ 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:30.2470375Z [ 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:30.2471977Z [ 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:30.2473533Z [ 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:30.2474911Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:54:30.2476309Z [ 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:30.2477872Z [ 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:30.2479476Z [ 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:30.2481102Z [ 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:30.2482751Z [ 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:30.2484414Z [ 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:30.2486218Z [ 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:30.2488159Z [ 58%] 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:30.2490076Z [ 58%] 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:30.2491853Z [ 58%] 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:30.2493612Z [ 58%] 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:30.2495582Z [ 59%] 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:30.2497073Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:54:30.2498556Z [ 59%] 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:30.2499971Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:54:30.2501198Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:54:30.2504244Z [ 59%] 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:30.2505767Z [ 59%] 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:30.2507277Z [ 59%] 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:30.2508773Z [ 59%] 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:30.2510267Z [ 59%] 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:30.2511759Z [ 59%] 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:30.2513348Z [ 59%] 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:30.2515250Z [ 59%] 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:30.2517032Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:54:30.2518335Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:54:30.2519481Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:54:30.2521064Z [ 59%] 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:30.2523034Z [ 59%] 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:30.2525023Z [ 59%] 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:30.2526999Z [ 59%] 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:30.2528999Z [ 59%] 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:30.2531101Z [ 60%] 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:30.2533273Z [ 60%] 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:30.2535213Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:54:30.2536921Z [ 62%] 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:30.2538467Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:54:30.2539599Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:30.2540708Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:30.2542276Z [ 62%] 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:30.2544250Z [ 62%] 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:31.8319009Z [ 62%] 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:31.8321289Z [ 62%] 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:31.8322929Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:54:31.8324232Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:54:31.8325709Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:54:31.8327009Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:54:31.8328709Z [ 62%] 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:31.8330440Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:31.8332239Z [ 62%] 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:31.8334416Z [ 62%] 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:31.8336099Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:54:31.8337796Z [ 62%] 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:31.8339596Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:31.8340841Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:54:31.8342119Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:54:31.8343446Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:54:31.8345167Z [ 62%] 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:31.8347618Z [ 62%] 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:31.8350603Z [ 62%] 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:31.8352674Z [ 62%] 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:31.8354246Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:54:31.8355473Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:54:31.8357085Z [ 64%] 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:31.8358957Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:54:31.8360744Z [ 64%] 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:31.8362438Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:54:31.8363658Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:54:31.8365317Z [ 64%] 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:31.8367506Z [ 64%] 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:31.8369186Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:54:31.8370435Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:54:31.8371691Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:54:31.8373410Z [ 64%] 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:31.8375211Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:54:31.8376904Z [ 64%] 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:31.8378614Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:54:31.8380486Z [ 64%] 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:31.8382901Z [ 64%] 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:31.8384793Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:54:31.8386067Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:54:31.8387813Z [ 64%] 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:31.8390050Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:54:31.8391927Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:54:31.8405479Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:54:31.8406953Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:54:31.8408628Z [ 64%] 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:31.8410357Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:54:31.8411801Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:54:31.8413144Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:54:31.8414919Z [ 65%] 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:31.8416637Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:54:31.8417940Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:54:31.8419161Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:54:31.8420824Z [ 65%] 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.8422746Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:54:31.8423995Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:54:31.8425368Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:54:31.8426932Z [ 65%] 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.8428669Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:54:33.7245119Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:54:33.7246377Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:33.7247988Z [ 65%] 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:33.7249519Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:54:33.7250676Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:54:33.7251781Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:54:33.7253030Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:54:33.7254248Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:54:33.7255425Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:54:33.7257534Z [ 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:33.7259074Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:54:33.7260619Z [ 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:33.7262232Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:54:33.7263444Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:54:33.7264604Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:54:33.7265767Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:54:33.7266900Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:33.7268419Z [ 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:33.7269929Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:54:33.7271052Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:54:33.7272173Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:54:33.7273649Z [ 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:33.7275142Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:54:33.7276277Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:54:33.7277851Z [ 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:33.7279401Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:54:33.7280586Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:54:33.7281773Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:54:33.7283321Z [ 69%] 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:33.7284889Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:54:33.7286062Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:54:33.7287262Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:54:33.7288486Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:54:33.7290063Z [ 69%] 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:33.7291673Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:54:33.7293111Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:54:33.7294614Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:54:33.7296167Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:33.7297774Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:54:33.7299004Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:54:33.7300165Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:33.7301658Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:33.7305351Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:54:33.7306669Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:54:33.7308321Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:54:33.7310072Z [ 70%] 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:33.7311722Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:54:33.7313370Z [ 70%] 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:33.7315002Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:54:33.7316586Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:33.7318170Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:54:33.7319826Z [ 70%] 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:33.7321451Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:54:33.7322715Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:54:33.7324297Z [ 70%] 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:33.7325919Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:54:33.7327541Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:33.7329117Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:54:33.7330675Z [ 72%] 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:33.7332312Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:54:33.7333530Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:54:33.7335306Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:54:33.7336883Z [ 72%] 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:34.7325860Z [ 72%] 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:34.7327538Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:54:34.7329184Z [ 72%] 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:34.7330817Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:54:34.7332268Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:54:34.7333520Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:34.7334740Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:54:34.7335998Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:54:34.7337564Z [ 73%] 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:34.7339094Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:54:34.7340694Z [ 73%] 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:34.7342292Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:54:34.7344054Z [ 73%] 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:34.7346286Z [ 73%] 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:34.7348331Z [ 73%] 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:34.7350247Z [ 73%] 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:34.7352233Z [ 73%] 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:34.7354181Z [ 73%] 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:34.7356097Z [ 73%] 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:34.7358040Z [ 73%] 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:34.7359958Z [ 73%] 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:34.7362486Z [ 74%] 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:34.7364436Z [ 74%] 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:34.7366386Z [ 74%] 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:34.7367674Z [ 74%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:54:34.7368936Z [ 74%] 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:34.7370873Z [ 74%] 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:34.7373111Z [ 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:34.7375361Z [ 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:34.7377430Z [ 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:34.7379369Z [ 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:34.7381299Z [ 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:34.7383204Z [ 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:34.7385160Z [ 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:34.7387169Z [ 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:34.7389165Z [ 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:34.7391155Z [ 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:34.7393164Z [ 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:34.7394416Z [ 75%] Built target optimized_portable_kernels 2025-06-05T23:54:34.7394866Z [ 75%] Merging kernel yaml files 2025-06-05T23:54:34.7396023Z [ 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:34.7397917Z [ 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:34.7399797Z [ 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:34.7401957Z [ 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:34.7404025Z [ 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:34.7405953Z [ 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:34.7407846Z [ 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:34.7409704Z [ 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:34.7411593Z [ 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:34.7413471Z [ 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:34.7415134Z [ 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:34.7416324Z [ 75%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:54:34.7417518Z [ 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:35.5356243Z [ 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:35.5358021Z [ 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:35.5359771Z [ 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:35.5361702Z [ 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:35.5363749Z [ 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:35.5365767Z [ 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:35.5367787Z [ 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:35.5369829Z [ 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:35.5371867Z [ 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:35.5374016Z [ 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:35.5376078Z [ 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:35.5378106Z [ 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:35.5380799Z [ 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:35.5382857Z [ 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:35.5384954Z [ 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:35.5386995Z [ 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:35.5389021Z [ 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:35.5391048Z [ 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:35.5393074Z [ 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:35.5394328Z [ 78%] Generating code for kernel registration 2025-06-05T23:54:35.5395573Z [ 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:35.5397514Z [ 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:35.5399406Z [ 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:35.5401344Z [ 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:35.5404872Z [ 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:35.5406863Z [ 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:35.5408825Z [ 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:35.5410750Z [ 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:35.5413013Z [ 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:35.5415292Z [ 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:35.5417426Z [ 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:35.5419433Z [ 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:35.5421371Z [ 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:35.5423880Z [ 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:35.5426058Z [ 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:35.5428315Z [ 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:35.5430443Z [ 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:35.5432454Z [ 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:35.5434746Z [ 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:35.5437043Z [ 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:35.5439293Z [ 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:35.5441509Z [ 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:35.5443544Z [ 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:35.5445449Z [ 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:35.5447344Z [ 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:35.5449288Z [ 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:35.5451261Z [ 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:35.5453260Z [ 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:36.2259578Z [ 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:36.2261598Z [ 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:36.2263732Z [ 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:36.2265815Z [ 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:36.2267755Z [ 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:36.2270489Z [ 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:36.2272793Z [ 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:36.2274949Z [ 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:36.2276977Z [ 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:36.2278935Z [ 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:36.2280908Z [ 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:36.2283087Z [ 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:36.2285379Z [ 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:36.2287520Z [ 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:36.2289550Z [ 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:36.2291721Z [ 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:36.2294144Z [ 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:36.2296420Z [ 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:36.2298653Z [ 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:36.2300703Z [ 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:36.2302761Z [ 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:36.2304689Z [ 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:36.2306538Z [ 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:36.2308329Z [ 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:36.2310108Z [ 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:36.2312198Z [ 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:36.2313828Z [ 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:36.2315396Z [ 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:36.2316999Z [ 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:36.2318670Z [ 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:36.2320312Z [ 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:36.2321949Z [ 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:36.2323615Z [ 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:36.2325312Z [ 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:36.2326992Z [ 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:36.2328650Z [ 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:36.2330245Z [ 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:36.2331771Z [ 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:36.2333391Z [ 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:36.2334938Z [ 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:36.2336569Z [ 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:36.2338258Z [ 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:36.2339956Z [ 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:36.2341696Z [ 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:36.2343440Z [ 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:36.2345200Z [ 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:36.2347004Z [ 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:36.2348872Z [ 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:36.2351372Z /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:36.2353768Z /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:36.8960439Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:36.8961186Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:36.8961654Z | | 2025-06-05T23:54:36.8962143Z | const int32_t * {aka const int *} 2025-06-05T23:54:36.8963149Z 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:36.8965262Z /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:36.8966414Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:36.8966832Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:36.8968505Z /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:36.8970184Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:36.8971528Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:36.8972045Z | | 2025-06-05T23:54:36.8972704Z | const int32_t * {aka const int *} 2025-06-05T23:54:36.8973757Z 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:36.8975644Z /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:36.8976778Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:36.8977205Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:36.8978277Z [ 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:36.8980082Z [ 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:36.8981993Z [ 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:36.8984189Z [ 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:36.8986082Z [ 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:36.8987936Z [ 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:36.8989770Z [ 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:36.8991708Z [ 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:36.8994201Z [ 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:36.8996089Z [ 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:36.8997829Z [ 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:36.8999448Z [ 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:36.9001066Z [ 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:36.9003293Z [ 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:36.9005130Z [ 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:36.9006922Z [ 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:36.9008731Z [ 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:36.9010537Z [ 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:36.9012426Z [ 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:36.9014255Z [ 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:36.9016321Z [ 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:36.9018602Z [ 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:36.9020856Z [ 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:36.9022874Z [ 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:36.9024743Z [ 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:36.9026598Z [ 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:36.9028416Z [ 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:36.9030258Z [ 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:36.9032085Z [ 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:36.9034387Z [ 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:36.9036245Z [ 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:36.9038327Z [ 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:36.9040645Z [ 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:36.9042935Z [ 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:36.9044992Z [ 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:36.9046728Z [ 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:36.9048412Z [ 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:36.9049965Z [ 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:36.9051508Z [ 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:36.9053137Z [ 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:37.4100262Z [ 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:37.4103581Z [ 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:37.4105283Z [ 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:37.4106931Z [ 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:37.4108590Z [ 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:37.4110288Z [ 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:37.4112004Z [ 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:37.4113655Z [ 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:37.4115240Z [ 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:37.4116765Z [ 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:37.4118293Z [ 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:37.4120018Z [ 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:37.4122245Z [ 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:37.4123964Z [ 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:37.4125664Z [ 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:37.4127380Z [ 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:37.4129124Z [ 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:37.4130873Z [ 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:37.4133320Z [ 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:37.4134893Z [ 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:37.4137016Z /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:37.4139375Z /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:37.4141061Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:37.4141786Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.4142269Z | | 2025-06-05T23:54:37.4142760Z | const int32_t * {aka const int *} 2025-06-05T23:54:37.4143741Z 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:37.4145746Z /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:37.4146960Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:37.4147387Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.4149043Z /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:37.4150750Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:37.4151461Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.4151942Z | | 2025-06-05T23:54:37.4152425Z | const int32_t * {aka const int *} 2025-06-05T23:54:37.4153416Z 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:37.4155243Z /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:37.4156389Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:37.4157150Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.4158291Z [ 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:37.4159931Z [ 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:37.4161568Z [ 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:37.4163324Z [ 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:37.4165019Z [ 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:37.4166614Z [ 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:37.4168143Z [ 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:37.4169705Z [ 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:37.4171325Z [ 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:37.4173077Z [ 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:37.4174669Z [ 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:37.4176673Z /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:37.4179178Z /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:37.4180792Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:37.4181379Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.4181824Z | | 2025-06-05T23:54:37.4182290Z | const int32_t * {aka const int *} 2025-06-05T23:54:37.4183330Z 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:37.4185234Z /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:37.4186403Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:37.4186813Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.4188540Z /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:37.4190164Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:37.4190749Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.4191220Z | | 2025-06-05T23:54:37.6203753Z | const int32_t * {aka const int *} 2025-06-05T23:54:37.6204887Z 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:37.6207714Z /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:37.6208894Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:37.6209335Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.6210393Z [ 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:37.6212361Z /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:37.6214624Z /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:37.6216176Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:37.6216781Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.6217250Z | | 2025-06-05T23:54:37.6217720Z | const int32_t * {aka const int *} 2025-06-05T23:54:37.6218660Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:37.6220481Z /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:37.6221638Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:37.6222054Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.6223683Z /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:37.6225246Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:37.6225826Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.6226283Z | | 2025-06-05T23:54:37.6226757Z | const int32_t * {aka const int *} 2025-06-05T23:54:37.6227699Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:37.6229530Z /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:37.6230674Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:37.6231095Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.6232169Z [ 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:37.6233759Z [ 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:37.6235225Z [ 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:37.6236702Z [ 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:37.6238223Z [ 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:37.6239938Z [ 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:37.6242436Z /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:37.6244951Z /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:37.6246576Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:37.6247175Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.6247633Z | | 2025-06-05T23:54:37.6248133Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:37.6249204Z 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:37.6251233Z /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:37.6252575Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:37.6253005Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.6254693Z /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:37.6256317Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:37.6256910Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.6257371Z | | 2025-06-05T23:54:37.6257869Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:37.6258968Z 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:37.6260968Z /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:37.6262174Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:37.6262602Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.6263705Z [ 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:37.6265533Z [ 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:37.6267353Z [ 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:37.6269205Z [ 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:37.6271163Z /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:37.6273406Z /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:37.6274931Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:37.6275528Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.6275994Z | | 2025-06-05T23:54:37.6276730Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:37.6277806Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:37.6279701Z /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:37.6280923Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:37.6281346Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:37.6282944Z /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:37.6284714Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:37.6285318Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:37.6285770Z | | 2025-06-05T23:54:37.6286286Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:37.6287244Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:38.4614837Z /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:38.4616137Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:38.4616558Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:38.4617708Z [ 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:38.4619468Z [ 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:38.4621268Z [ 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:38.4622947Z [ 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:38.4624652Z [ 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:38.4626483Z [ 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:38.4628284Z [ 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:38.4630130Z [ 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:38.4632078Z [ 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:38.4634050Z [ 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:38.4636018Z [ 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:38.4638202Z [ 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:38.4639898Z [ 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:38.4642058Z [ 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:38.4643690Z [ 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:38.4645126Z [ 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:38.4646661Z [ 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:38.4648179Z [ 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:38.4649621Z [ 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:38.4651117Z [ 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:38.4652618Z [ 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:38.4654146Z [ 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:38.4655877Z [ 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:38.4657749Z [ 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:38.4659552Z [ 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:38.4661286Z [ 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:38.4662890Z [ 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:38.4664444Z [ 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:38.4666126Z [ 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:38.4667899Z [ 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:38.4669680Z [ 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:38.4671763Z [ 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:38.4673617Z [ 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:38.4675531Z [ 94%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:38.4677698Z [ 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:38.4679832Z [ 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:38.4681948Z [ 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:38.4683680Z [ 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:38.4685432Z [ 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:38.4687092Z [ 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:38.4688826Z [ 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:38.4690581Z [ 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:38.4692239Z [ 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:38.4693956Z [ 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:38.4695522Z [ 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:38.4697256Z [ 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:38.4698822Z [ 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:38.4700572Z [ 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:38.4702452Z [ 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:38.4704168Z [ 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:38.4705825Z [ 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:38.4707391Z [ 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:38.4709061Z [ 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:38.4710621Z [ 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:38.4711874Z [ 96%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:54:38.4712498Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:51.1457985Z [ 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:51.1459617Z [ 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:51.1461110Z [ 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:51.1462631Z [ 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:51.1464017Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:54:51.1464940Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:54:51.1465439Z [ 96%] Built target microkernels-prod 2025-06-05T23:54:51.1465878Z [ 96%] Generating build_identifier.c 2025-06-05T23:54:51.1466748Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:54:51.1468890Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:54:51.1470274Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:54:51.1471512Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:54:51.1472797Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:54:51.1474099Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:54:51.1475400Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:54:51.1476758Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:54:51.1478040Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:54:51.1479338Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:54:51.1480669Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:54:51.1481966Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:54:51.1483260Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:54:51.1484539Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:54:51.1485833Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:54:51.1487225Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:54:51.1488590Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:54:51.1489833Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:54:51.1491060Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:54:51.1492434Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:54:51.1493812Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:54:51.1495161Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:54:51.1496452Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:54:51.1497746Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:54:51.1499002Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:54:51.1500255Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:54:51.1501489Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:54:51.1503858Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:54:51.1505252Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:54:51.1506587Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:54:51.1507436Z [ 98%] Linking CXX static library libXNNPACK.a 2025-06-05T23:54:51.1507882Z [ 98%] Built target XNNPACK 2025-06-05T23:54:51.1508599Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:54:51.1509678Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:54:51.1510754Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:54:51.1511856Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:54:51.1512985Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:54:51.1514182Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:54:51.1516604Z /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:51.1521374Z /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:51.1522858Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-06-05T23:54:51.1523483Z | ^~~~~~~~ 2025-06-05T23:54:51.1523997Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:54:51.1524488Z [ 98%] Built target xnnpack_backend 2025-06-05T23:54:51.1525201Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:54:51.1526124Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:51.1526882Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-06-05T23:54:51.1527446Z [100%] Built target portable_lib 2025-06-05T23:54:51.1528301Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:54:51.1529522Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:54:51.1530790Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:54:51.1532160Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:54:51.1533648Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:54:51.1536574Z /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:51.1539108Z /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:51.1540204Z 243 | } 2025-06-05T23:54:51.1540475Z | ^ 2025-06-05T23:54:51.1540811Z [ 50%] Linking CXX static library libcoreml_util.a 2025-06-05T23:54:51.1541282Z [ 50%] Built target coreml_util 2025-06-05T23:54:51.1542948Z /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:51.1545532Z /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:51.1546708Z 463 | } 2025-06-05T23:54:51.1546977Z | ^ 2025-06-05T23:54:51.1548819Z /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:51.1551188Z /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:51.1552326Z 279 | } 2025-06-05T23:54:51.1552597Z | ^ 2025-06-05T23:54:58.6169859Z /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:58.6172807Z /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:58.6173958Z 727 | } 2025-06-05T23:54:58.6174231Z | ^ 2025-06-05T23:54:58.6176007Z /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:58.6178320Z /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:58.6179469Z 152 | } 2025-06-05T23:54:58.6179734Z | ^ 2025-06-05T23:54:58.6180127Z [ 50%] Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:54:58.6180627Z [ 50%] Built target coreml_inmemoryfs 2025-06-05T23:54:58.6181587Z [ 50%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:54:58.6183100Z [100%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:54:58.6184313Z [100%] Linking CXX shared library executorchcoreml.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:58.6185117Z lto-wrapper: warning: using serial compilation of 4 LTRANS jobs 2025-06-05T23:54:58.6185677Z [100%] Built target executorchcoreml 2025-06-05T23:54:58.6186139Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:54:58.6186619Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:58.6187073Z [ 1%] Built target pthreadpool 2025-06-05T23:54:58.6187476Z [ 1%] Built target common_schema 2025-06-05T23:54:58.6187889Z [ 2%] Built target xnnpack_schema 2025-06-05T23:54:58.6188291Z [ 3%] Built target cpuinfo 2025-06-05T23:54:58.6188659Z [ 3%] Built target flatccrt 2025-06-05T23:54:58.6189048Z [ 5%] Built target eigen_blas 2025-06-05T23:54:58.6189831Z [ 5%] Built target logging 2025-06-05T23:54:58.6190267Z [ 5%] Built target indirection 2025-06-05T23:54:58.6190683Z [ 5%] Built target microparams-init 2025-06-05T23:54:58.6191265Z [ 6%] Built target normalization 2025-06-05T23:54:58.6191688Z [ 6%] Built target datatype 2025-06-05T23:54:58.6192222Z [ 6%] Built target program_schema 2025-06-05T23:54:58.6192801Z [ 7%] Built target operator-utils 2025-06-05T23:54:58.6193368Z [ 7%] Built target reference-ukernels 2025-06-05T23:54:58.6193937Z [ 7%] Built target operator-run 2025-06-05T23:54:58.6194498Z [ 7%] Built target hardware-config 2025-06-05T23:54:58.6195043Z [ 7%] Built target packing 2025-06-05T23:54:58.6195551Z [ 7%] Built target allocator 2025-06-05T23:54:58.6196529Z [ 8%] Built target microkernel-utils 2025-06-05T23:54:58.6197079Z [ 8%] Built target cache 2025-06-05T23:54:58.6197558Z [ 8%] Built target memory 2025-06-05T23:54:58.6198275Z [ 8%] Built target mutex 2025-06-05T23:54:58.6198810Z [ 10%] Built target operators 2025-06-05T23:54:58.6199338Z [ 11%] Built target executorch_core 2025-06-05T23:54:58.6199935Z [ 11%] Built target extension_data_loader 2025-06-05T23:54:58.6200538Z [ 12%] Built target extension_tensor 2025-06-05T23:54:58.6201092Z [ 12%] Built target executorch 2025-06-05T23:54:58.6201645Z [ 12%] Built target extension_threadpool 2025-06-05T23:54:58.6202373Z [ 15%] Built target subgraph 2025-06-05T23:54:58.6202922Z [ 15%] Built target bundled_program 2025-06-05T23:54:58.6203474Z [ 15%] Built target cpublas 2025-06-05T23:54:58.6203986Z [ 16%] Built target etdump 2025-06-05T23:54:58.6204521Z [ 17%] Built target kernels_util_all_deps 2025-06-05T23:54:58.6205082Z [ 17%] Built target util 2025-06-05T23:54:58.6205613Z [ 20%] Built target optimized_kernels 2025-06-05T23:54:58.6206188Z [ 79%] Built target microkernels-prod 2025-06-05T23:54:58.6206759Z [ 82%] Built target XNNPACK 2025-06-05T23:54:58.6207300Z [ 82%] Built target xnnpack_backend 2025-06-05T23:54:58.6207877Z [ 98%] Built target optimized_portable_kernels 2025-06-05T23:54:58.6208522Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:58.6209131Z [100%] Built target portable_lib 2025-06-05T23:54:58.6210040Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:54:58.6211380Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:54:58.6212910Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:54:58.6214162Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:54:58.6215572Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:54:58.6217057Z [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:58.6218416Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:54:58.6228027Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-06-05T23:54:58.6229221Z [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:58.6230617Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:54:58.6231750Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:54:58.6233350Z 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:58.6235033Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6237323Z /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:58.6240315Z /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:58.6242349Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-06-05T23:54:58.6245023Z /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:58.6247570Z 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:58.6248318Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6249012Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6250302Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6251585Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6253083Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6254257Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6255705Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6256965Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6258727Z /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:58.6259823Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:58.6262982Z | ^~~~~~~~ 2025-06-05T23:54:58.6264071Z 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:58.6265461Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6267562Z /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:58.6269619Z 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:58.6270353Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6272904Z /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:58.6275218Z 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:58.6275950Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6327611Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6328780Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6330055Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6331331Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6333466Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6334807Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6336227Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6337969Z /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:58.6339256Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:58.6339801Z | ^~~~~~~~ 2025-06-05T23:54:58.6340881Z 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:58.6342416Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6344487Z /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:58.6346488Z 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:58.6347221Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6348957Z /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:58.6351079Z 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:58.6351808Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6352484Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6353604Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6354870Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6356139Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6357306Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6358610Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6359847Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6361413Z /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:58.6362499Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:58.6363026Z | ^~~~~~~~ 2025-06-05T23:54:58.6364077Z 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:58.6365426Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6367836Z /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:58.6369657Z 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:58.6370393Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6372139Z /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:58.6374361Z 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:58.6375093Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6375770Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6376890Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6378157Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6379418Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6380575Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6381889Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6383114Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6384672Z /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:58.6385756Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:58.6386286Z | ^~~~~~~~ 2025-06-05T23:54:58.6387345Z 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:58.6388679Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6390730Z /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:58.6392530Z 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:58.6393257Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6395000Z /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:58.6397088Z 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:58.6398095Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6398800Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6399915Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6401188Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6404548Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6405746Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6407048Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6524477Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6526240Z /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:58.6527338Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:58.6527879Z | ^~~~~~~~ 2025-06-05T23:54:58.6528944Z 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:58.6530291Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6532373Z /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:58.6534241Z 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:58.6534968Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6536704Z /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:58.6538803Z 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:58.6576806Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6577607Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6578745Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6580015Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6581297Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6582461Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6583753Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6585602Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6587358Z /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:58.6588450Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:58.6588981Z | ^~~~~~~~ 2025-06-05T23:54:58.6590037Z 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:58.6591942Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6594543Z /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:58.6596462Z 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:58.6597194Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6598926Z /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:58.6601020Z 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:58.6601756Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6602602Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6603733Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6605004Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6606262Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6607419Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6608710Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6609954Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6611536Z /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:58.6612712Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:58.6613241Z | ^~~~~~~~ 2025-06-05T23:54:58.6614301Z 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:58.6615640Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6617654Z /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:58.6619935Z 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:58.6620683Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6622428Z /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:58.6624511Z 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:58.6625232Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6625925Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6627171Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6628454Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6629733Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6630886Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6632189Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6633413Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6635002Z /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:58.6636096Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:58.6636618Z | ^~~~~~~~ 2025-06-05T23:54:58.6637674Z 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:58.6639013Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6713283Z /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:58.6715544Z 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:58.6716311Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6718070Z /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:58.6720493Z 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:58.6721239Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6721919Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6723761Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6725246Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6726543Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6728023Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6729324Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6730554Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6732681Z /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:58.6733819Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:58.6734349Z | ^~~~~~~~ 2025-06-05T23:54:58.6735687Z 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:58.6737080Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6739101Z /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:58.6741220Z 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:58.6741987Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6744008Z /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:58.6746138Z 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:58.6746872Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6747553Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6749005Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6750323Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6751587Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6753046Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6754364Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6755604Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6757495Z /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:58.6758837Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:58.6759515Z | ^~~~~~~~ 2025-06-05T23:54:58.6760586Z 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:58.6762253Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6764293Z /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:58.6766370Z 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:58.6767122Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6768890Z /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:58.6771289Z 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:58.6772018Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6772850Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6774245Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6775578Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6776840Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6778229Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6779566Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6780794Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6782651Z /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:58.6783777Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:58.6784316Z | ^~~~~~~~ 2025-06-05T23:54:58.6785384Z 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:58.6786976Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6789017Z /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:58.6791098Z 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:58.6791832Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6953408Z /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:58.6955929Z 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:58.6956688Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6957383Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6958794Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6960075Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6961615Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6962851Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6964146Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6965673Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6967415Z /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:58.6968795Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:58.6969328Z | ^~~~~~~~ 2025-06-05T23:54:58.6970654Z 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:58.6972039Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6974162Z /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:58.6975982Z 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:58.6976708Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6978454Z /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:58.6980557Z 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:58.6981281Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.6981953Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:58.6983072Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:58.6984344Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:58.6985988Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:58.6987278Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:58.6988583Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:58.6989815Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:58.6991410Z /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:58.6992500Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:58.6993033Z | ^~~~~~~~ 2025-06-05T23:54:58.6994086Z 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:58.6995465Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:58.6997467Z /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:58.6999258Z 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:58.6999981Z | ~~~~~~~^~~~ 2025-06-05T23:54:58.7001028Z 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:58.7003545Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:58.7005021Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:58.7006035Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:58.7008239Z /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:58.7010076Z 92 | TORCHAO_ALWAYS_INLINE static void dequantize_4x8_int32_t( 2025-06-05T23:54:58.7010610Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:58.7012698Z /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:58.7014496Z 22 | TORCHAO_ALWAYS_INLINE static void block_mul_4x8x8( 2025-06-05T23:54:58.7014986Z | ^~~~~~~~~~~~~~~ 2025-06-05T23:54:58.7016072Z 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:58.7017752Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:58.7019213Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:58.7020223Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:58.7022849Z /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:58.7024702Z 62 | TORCHAO_ALWAYS_INLINE static void dequantize_1x8_int32_t( 2025-06-05T23:54:58.7025241Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:58.7027239Z /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:58.7029082Z 53 | TORCHAO_ALWAYS_INLINE static void reduce_1x8_int32x4_t_sums( 2025-06-05T23:54:58.7029630Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:58.7031645Z /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:58.7033441Z 29 | TORCHAO_ALWAYS_INLINE static void block_mul_1x8x16( 2025-06-05T23:54:58.7033937Z | ^~~~~~~~~~~~~~~~ 2025-06-05T23:55:10.4472789Z 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:55:10.4474914Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul.h:312, 2025-06-05T23:55:10.4476536Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:55:10.4478070Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:55:10.4479087Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:55:10.4481145Z /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:55:10.4482772Z 19 | TORCHAO_ALWAYS_INLINE static void transpose_scales_and_zero_points( 2025-06-05T23:55:10.4483374Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:55:10.4483906Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:55:10.4484415Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:55:10.4484884Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:55:10.4485386Z [ 1%] Built target flatcc_external_project 2025-06-05T23:55:10.4485824Z [ 1%] Built target pthreadpool 2025-06-05T23:55:10.4486225Z [ 2%] Built target cpuinfo 2025-06-05T23:55:10.4486597Z [ 3%] Built target common_schema 2025-06-05T23:55:10.4487005Z [ 3%] Built target xnnpack_schema 2025-06-05T23:55:10.4487404Z [ 4%] Built target eigen_blas 2025-06-05T23:55:10.4487788Z [ 4%] Built target logging 2025-06-05T23:55:10.4488151Z [ 4%] Built target flatccrt 2025-06-05T23:55:10.4488529Z [ 4%] Built target indirection 2025-06-05T23:55:10.4488922Z [ 4%] Built target datatype 2025-06-05T23:55:10.4489306Z [ 4%] Built target microparams-init 2025-06-05T23:55:10.4489725Z [ 6%] Built target normalization 2025-06-05T23:55:10.4490132Z [ 6%] Built target operator-utils 2025-06-05T23:55:10.4490555Z [ 7%] Built target reference-ukernels 2025-06-05T23:55:10.4490974Z [ 7%] Built target operator-run 2025-06-05T23:55:10.4491377Z [ 7%] Built target program_schema 2025-06-05T23:55:10.4492160Z [ 7%] Built target hardware-config 2025-06-05T23:55:10.4492694Z [ 7%] Built target packing 2025-06-05T23:55:10.4493266Z [ 7%] Built target allocator 2025-06-05T23:55:10.4493657Z [ 7%] Built target cache 2025-06-05T23:55:10.4494012Z [ 7%] Built target memory 2025-06-05T23:55:10.4494390Z [ 8%] Built target microkernel-utils 2025-06-05T23:55:10.4494802Z [ 8%] Built target mutex 2025-06-05T23:55:10.4495164Z [ 9%] Built target executorch_core 2025-06-05T23:55:10.4495568Z [ 11%] Built target operators 2025-06-05T23:55:10.4495963Z [ 11%] Built target extension_data_loader 2025-06-05T23:55:10.4496410Z [ 11%] Built target extension_tensor 2025-06-05T23:55:10.4496839Z [ 12%] Built target extension_threadpool 2025-06-05T23:55:10.4497273Z [ 12%] Built target executorch 2025-06-05T23:55:10.4497656Z [ 14%] Built target subgraph 2025-06-05T23:55:10.4498055Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:55:10.4498488Z [ 16%] Built target cpublas 2025-06-05T23:55:10.4498867Z [ 17%] Built target etdump 2025-06-05T23:55:10.4499383Z [ 17%] Built target bundled_program 2025-06-05T23:55:10.4499808Z [ 19%] Built target optimized_kernels 2025-06-05T23:55:10.4500224Z [ 19%] Built target util 2025-06-05T23:55:10.4500591Z [ 77%] Built target microkernels-prod 2025-06-05T23:55:10.4501009Z [ 80%] Built target XNNPACK 2025-06-05T23:55:10.4501412Z [ 96%] Built target optimized_portable_kernels 2025-06-05T23:55:10.4501870Z [ 96%] Built target xnnpack_backend 2025-06-05T23:55:10.4502497Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:55:10.4502962Z [ 97%] Built target portable_lib 2025-06-05T23:55:10.4503762Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:10.4504998Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:10.4506243Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:10.4507476Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:10.4508661Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:10.4509844Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:10.4511076Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:10.4512315Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:10.4513523Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:10.4514726Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:10.4515671Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:55:10.4516259Z [ 97%] Built target quantized_pybind_kernels_lib 2025-06-05T23:55:10.4516865Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:55:10.4517465Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:10.4518614Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:55:10.4519851Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:55:10.4520400Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:55:10.4520984Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:55:10.4524981Z 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:10.4528762Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:10.4529725Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:55:10.4531123Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:55:10.4532446Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:10.4533548Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:10.4534670Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:10.4535827Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:10.4536970Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:10.4538123Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:10.4539288Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:10.4540458Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:10.4541592Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:10.4542732Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:10.4543946Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:55:10.4545349Z [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:10.4546403Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:55:10.4546935Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:55:10.4547356Z running build_py 2025-06-05T23:55:10.4547826Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:10.4548753Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:10.4549847Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:10.4550940Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:10.4552045Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:10.4552966Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:55:10.4553903Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:55:10.4554807Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4555664Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4556705Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4557746Z copying src/executorch/exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4558997Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4560182Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4676056Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4677244Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4678321Z copying src/executorch/exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4679389Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4680457Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4681615Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4682804Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4683904Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4685113Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4686204Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4687315Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4688423Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4689495Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4690530Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4691585Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4692690Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4693718Z copying src/executorch/exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4694747Z copying src/executorch/exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4695775Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:10.4696642Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:55:10.4697541Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:55:10.4698441Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:10.4699441Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:10.4700640Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:10.4701763Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:10.4702817Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4703861Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4705124Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4706424Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4707795Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4709744Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4711085Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4712390Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4713733Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4715095Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4716463Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4717816Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4719108Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4720426Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:10.4721513Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:10.4722663Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:10.4724174Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:10.4725700Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:10.4727222Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:10.4728415Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:10.4729518Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:10.4730969Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:10.4732540Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:10.4733664Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:10.4734791Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:10.4736230Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:10.4737672Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:10.4739036Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:10.4740100Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:10.4741211Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:10.4742637Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:10.4744119Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:10.4745266Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:10.4746726Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:10.4747920Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4749061Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4750569Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4752151Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4753712Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4755387Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4757071Z 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:10.4758687Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4760252Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4761780Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4763311Z 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:10.4764862Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4766430Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4861266Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4862860Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:10.4864421Z 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:10.4865672Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:10.4866735Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:10.4868137Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:10.4869537Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:10.4870880Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:10.4872306Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:10.4873460Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:10.4874543Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:10.4875979Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:10.4877497Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:10.4878809Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:10.4880292Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:10.4881535Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:10.4882924Z 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:10.4884741Z 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:10.4886192Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:10.4887587Z 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:10.4889443Z 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:10.4890904Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:10.4892396Z 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:10.4894234Z 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:10.4895653Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:10.4897059Z 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:10.4898881Z 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:10.4900315Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:10.4901866Z 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:10.4903490Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:10.4904816Z 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:10.4906560Z 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:10.4908333Z 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:10.4910069Z 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:10.4911812Z 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:10.4913608Z 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:10.4915402Z 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:10.4917595Z 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:10.4919422Z 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:10.4921231Z 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:10.4923000Z 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:10.4924713Z 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:10.4926479Z 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:10.4928242Z 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:10.4929948Z 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:10.4931677Z 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:10.4933529Z 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:10.4935256Z 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:10.4936985Z 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:10.4938710Z 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:10.4940045Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:10.4941358Z 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:10.4943090Z 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:10.4944491Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:10.4945966Z 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:10.4947912Z 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:10.4949334Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:10.4950579Z 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:10.4952209Z 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:10.4953896Z 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:10.5024129Z 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:10.5026424Z 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:10.5028115Z 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:10.5029770Z 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:10.5031048Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:10.5032330Z 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:10.5033957Z 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:10.5035221Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:10.5036361Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:10.5037803Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:10.5039416Z 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:10.5041167Z 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:10.5042707Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:10.5044190Z 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:10.5045708Z 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:10.5047232Z 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:10.5048776Z 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:10.5050304Z 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:10.5051855Z 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:10.5053605Z 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:10.5055298Z 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:10.5056963Z 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:10.5058580Z 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:10.5060136Z 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:10.5061710Z 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:10.5063487Z 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:10.5065147Z 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:10.5066788Z 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:10.5068431Z 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:10.5069993Z 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:10.5071595Z 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:10.5073238Z 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:10.5074878Z 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:10.5076550Z 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:10.5078198Z 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:10.5079801Z 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:10.5081376Z 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:10.5082935Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:10.5084488Z 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:10.5086063Z 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:10.5087724Z 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:10.5089359Z 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:10.5090910Z 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:10.5092581Z 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:10.5094247Z 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:10.5095914Z 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:10.5097508Z 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:10.5099131Z 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:10.5100814Z 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:10.5104243Z 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:10.5105856Z 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:10.5107399Z 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:10.5109005Z 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:10.5110569Z 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:10.5112075Z 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:10.5113652Z 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:10.5115299Z 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:10.5194461Z 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:10.5196133Z 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:10.5197816Z 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:10.5199569Z 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:10.5200942Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:10.5202442Z 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:10.5204275Z 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:10.5206099Z 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:10.5207889Z 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:10.5209679Z 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:10.5211470Z 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:10.5213386Z 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:10.5215177Z 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:10.5216974Z 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:10.5218762Z 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:10.5221155Z 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:10.5222574Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5223785Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5225330Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5226884Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5228387Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5229920Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5231467Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5232972Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5234559Z 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:10.5236105Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5237604Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5239133Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5240716Z 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:10.5242313Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5243840Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5245333Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5246829Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5248338Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5249840Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5251330Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5252918Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5254428Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5255922Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5257449Z 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:10.5259274Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5260859Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5262438Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5263940Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5265469Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5267006Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5268576Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5270146Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5271708Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5273300Z 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:10.5274885Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5276639Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5278175Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5279700Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5281222Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5282727Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5284250Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5285775Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5287311Z 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:10.5379999Z 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:10.5381664Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5383316Z 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:10.5385026Z 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:10.5386641Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5388170Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5390414Z 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:10.5392106Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5393688Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5395253Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:10.5396470Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:10.5397678Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:10.5399252Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:10.5400890Z 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:10.5402771Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:10.5404556Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:10.5405838Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:55:10.5407050Z 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:10.5408263Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:10.5409386Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:10.5410787Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:10.5412311Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:10.5413765Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:10.5414882Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-06-05T23:55:10.5416073Z 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:10.5417289Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:10.5418590Z 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:10.5420312Z 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:10.5421966Z 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:10.5423612Z 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:10.5425268Z 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:10.5426953Z 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:10.5429061Z 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:10.5430774Z 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:10.5432501Z 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:10.5434337Z 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:10.5436086Z 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:10.5437348Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:10.5438649Z 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:10.5440335Z 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:10.5441993Z 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:10.5443613Z 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:10.5445307Z 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:10.5447034Z 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:10.5448770Z 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:10.5450499Z 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:10.5452282Z 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:10.5453990Z 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:10.5455679Z 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:10.5456932Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:10.5458171Z 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:10.5459682Z 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:10.5461216Z 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:10.5462760Z 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:10.5464272Z 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:10.5465771Z 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:10.5467565Z 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:10.5469094Z 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:10.5470629Z 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:10.5472208Z 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:10.5544602Z 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:10.5546187Z 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:10.5547741Z 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:10.5549258Z 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:10.5550786Z 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:10.5552352Z 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:10.5553938Z 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:10.5555480Z 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:10.5557024Z 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:10.5558591Z 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:10.5560229Z 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:10.5561814Z 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:10.5563383Z 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:10.5564944Z 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:10.5566451Z 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:10.5567953Z 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:10.5569453Z 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:10.5570979Z 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:10.5572624Z 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:10.5574135Z 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:10.5575636Z 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:10.5577682Z 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:10.5579246Z 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:10.5580779Z 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:10.5582317Z 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:10.5583917Z 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:10.5585492Z 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:10.5587073Z 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:10.5588606Z 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:10.5590138Z 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:10.5591747Z 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:10.5593356Z 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:10.5594865Z 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:10.5596406Z 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:10.5597992Z 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:10.5599551Z 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:10.5601066Z 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:10.5602735Z 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:10.5604289Z 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:10.5605863Z 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:10.5607410Z 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:10.5608983Z 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:10.5610550Z 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:10.5612035Z 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:10.5613607Z 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:10.5615356Z 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:10.5617005Z 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:10.5618558Z 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:10.5620097Z 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:10.5621643Z 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:10.5623198Z 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:10.5624720Z 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:10.5626274Z 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:10.5627806Z 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:10.5629383Z 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:10.5630972Z 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:10.5632502Z 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:10.5634028Z 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:10.5635588Z 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:10.5637164Z 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:10.5716064Z 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:10.5717654Z 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:10.5719189Z 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:10.5720697Z 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:10.5722281Z 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:10.5723816Z 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:10.5725335Z 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:10.5726856Z 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:10.5728381Z 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:10.5729878Z 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:10.5731963Z 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:10.5733601Z 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:10.5735123Z 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:10.5736672Z 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:10.5738315Z 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:10.5739995Z 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:10.5741609Z 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:10.5743116Z 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:10.5744630Z 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:10.5746149Z 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:10.5747362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:10.5748726Z 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:10.5750481Z 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:10.5752318Z 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:10.5754167Z 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:10.5755970Z 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:10.5757732Z 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:10.5759575Z 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:10.5761446Z 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:10.5763255Z 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:10.5765148Z 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:10.5767028Z 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:10.5768852Z 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:10.5770811Z 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:10.5772746Z 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:10.5774567Z 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:10.5776481Z 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:10.5778338Z 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:10.5780207Z 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:10.5782020Z 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:10.5783807Z 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:10.5785534Z 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:10.5787328Z 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:10.5788741Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:55:10.5790141Z 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:10.5791527Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:10.5792775Z 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:10.5794425Z 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:10.5796102Z 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:10.5797745Z 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:10.5799039Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:55:10.5800333Z 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:10.5801729Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:10.5803565Z 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:10.5805272Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:10.5807205Z 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:10.5842951Z 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:10.5845550Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:10.5847615Z 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:10.5850177Z 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:10.5852698Z 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:10.5855178Z 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:10.5857676Z 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:10.5860157Z 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:10.5862633Z 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:10.5865046Z 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:10.5867450Z 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:10.5869992Z 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:10.5872547Z 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:10.5875017Z 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:10.5877496Z 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:10.5879880Z 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:10.5882255Z 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:10.5884703Z 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:10.5887150Z 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:10.5889918Z 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:10.5892510Z 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:10.5895015Z 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:10.5897460Z 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:10.5899914Z 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:10.5902619Z 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:10.5905111Z 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:10.5907573Z 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:10.5910001Z 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:10.5912426Z 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:10.5914848Z 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:10.5917256Z 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:10.5919717Z 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:10.5922301Z 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:10.5924894Z 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:10.5927609Z 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:10.5930143Z 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:10.5944672Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:10.5946768Z 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:10.5948708Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:10.5950709Z 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:10.5952693Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:10.6022893Z 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:10.6025052Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:10.6027212Z 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:10.6029385Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:10.6031650Z 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:10.6034603Z 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:10.6036825Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:10.6039000Z 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:10.6041800Z 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:10.6043973Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:10.6046231Z 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:10.6048481Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:10.6050806Z 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.6053933Z 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:10.6057346Z 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:10.6060389Z 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:10.6063316Z 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:10.6065497Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:10.6067778Z 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:10.6070732Z 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:10.6073591Z 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:10.6075837Z 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:10.6078290Z 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:10.6080703Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:10.6083061Z 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:10.6085388Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:10.6087770Z 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:10.6090154Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:10.6092585Z 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:10.6094912Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:10.6097199Z 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:10.6099635Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:10.6102333Z 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:10.6104735Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:10.6107121Z 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:10.6109498Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:10.6111913Z 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:10.6114276Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:10.6116592Z 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:10.6118950Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:10.6168165Z 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:10.6170539Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:10.6172967Z 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:10.6175290Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:10.6177569Z 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:10.6180537Z 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:10.6183478Z 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:10.6186412Z 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:10.6188709Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:10.6191562Z 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:10.6193914Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:10.6196271Z 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:10.6198602Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:10.6200899Z 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:10.6203402Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:10.6205716Z 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:10.6208117Z 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:10.6210773Z 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:10.6214323Z 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:10.6217062Z 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:10.6219902Z 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:10.6223648Z 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:10.6227342Z 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:10.6231016Z 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:10.6233786Z 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:10.6236839Z 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:10.6240366Z 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:10.6243760Z 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:10.6246337Z 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:10.6249077Z 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:10.6252716Z 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:10.6256272Z 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:10.6259798Z 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:10.6262417Z 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:10.6265083Z 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:10.6271607Z 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:10.6274332Z 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:10.6277131Z 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:10.6280813Z 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:10.6284598Z 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:10.6287448Z 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:10.6290207Z 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:10.6293859Z 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:10.6297560Z 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:10.6301359Z 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:10.6305218Z 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:10.6308878Z 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:10.6312483Z 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:10.6316066Z 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:10.6319728Z 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:10.6323362Z 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:10.6326958Z 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:10.6330808Z 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:10.6334647Z 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:10.6338300Z 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:10.6342119Z 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:10.6345847Z 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:10.6349425Z 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:10.6353169Z 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:10.6356957Z 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:10.6360576Z 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:10.6364119Z 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:10.6367761Z 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:10.6370565Z 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:10.6423772Z 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:10.6427671Z 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:10.6430690Z 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:10.6433670Z 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:10.6437571Z 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:10.6441589Z 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:10.6445582Z 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:10.6449679Z 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:10.6453851Z 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:10.6457771Z 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:10.6460706Z 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:10.6463682Z 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:10.6467640Z 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:10.6471584Z 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:10.6475667Z 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:10.6479642Z 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:10.6482395Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:10.6484834Z 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:10.6487997Z 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:10.6491184Z 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:10.6494430Z 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:10.6497605Z 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:10.6500825Z 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:10.6504386Z 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:10.6507594Z 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:10.6510770Z 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:10.6513915Z 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:10.6516408Z 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:10.6519152Z 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:10.6523121Z 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:10.6573748Z 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:10.6577303Z 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:10.6580810Z 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:10.6584293Z 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:10.6587772Z 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:10.6591248Z 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:10.6594720Z 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:10.6598217Z 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:10.6601716Z 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:10.6605413Z 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:10.6608859Z 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:10.6611393Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:10.6614173Z 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:10.6617465Z 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:10.6620485Z 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:10.6622839Z 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:10.6625426Z 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:10.6627939Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:10.6630272Z 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:10.6633329Z 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:10.6636406Z 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:10.6639439Z 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:10.6642447Z 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:10.6645419Z 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:10.6647673Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:10.6649930Z 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:10.6652337Z 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:10.6654877Z 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:10.6658355Z 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:10.6661688Z 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:10.6664079Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:10.6666371Z 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:10.6668735Z 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:10.6671283Z 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:10.6674469Z 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:10.6677760Z 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:10.6681164Z 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:10.6684494Z 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:10.6687762Z 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:10.6690987Z 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:10.6694407Z 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:10.6697631Z 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:10.6700913Z 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:10.6704613Z 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:10.6707869Z 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:10.6711096Z 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:10.6714368Z 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:10.6717823Z 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:10.6721164Z 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:10.6724373Z 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:10.6727758Z 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:10.6731157Z 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:10.6734465Z 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:10.6737649Z 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:10.6740920Z 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:10.6743454Z 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:10.6745955Z 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:10.6749326Z 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:10.6752032Z 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:10.6754731Z 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:10.6758249Z 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:10.6761872Z 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:10.6765467Z 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:10.6769137Z 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:10.6867004Z 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:10.6870578Z 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:10.6873272Z 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:10.6876038Z 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:10.6879604Z 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:10.6883150Z 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:10.6886656Z 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:10.6889830Z 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:10.6892730Z 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:10.6896192Z 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:10.6898913Z 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:10.6901883Z 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:10.6906084Z 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:10.6910016Z 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:10.6914054Z 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:10.6917898Z 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:10.6920196Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6921342Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6922813Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6924355Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6925918Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6927484Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6928993Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6930508Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6932082Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6934625Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6936254Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6937797Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6939275Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6940819Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6942374Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6943905Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6945412Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6946941Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6948503Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:10.6949682Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:10.6950923Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:10.6952505Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:10.6954124Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:10.6955708Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:10.6956927Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:10.6958157Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:10.6959781Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:10.6961375Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:10.6962696Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:10.7032104Z 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:10.7034004Z 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:10.7035810Z 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:10.7037582Z 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:10.7038927Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:10.7040667Z 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:10.7042708Z 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:10.7044515Z 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:10.7046282Z 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:10.7048026Z 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:10.7049797Z 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:10.7051639Z 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:10.7053563Z 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:10.7055384Z 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:10.7056763Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:10.7058082Z 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:10.7059480Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:10.7061035Z 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:10.7063036Z 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:10.7064585Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:10.7066119Z 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:10.7068138Z 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:10.7070170Z 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:10.7071706Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:10.7073161Z 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:10.7074653Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:10.7076283Z 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:10.7077898Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:10.7079469Z 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:10.7081760Z 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:10.7083856Z 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:10.7085950Z 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:10.7087651Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:10.7089481Z 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:10.7091884Z 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:10.7094351Z 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:10.7096163Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:10.7097993Z 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:10.7100370Z 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:10.7102959Z 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:10.7105328Z 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:10.7107163Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:10.7109016Z 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:10.7111434Z 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:10.7113881Z 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:10.7116296Z 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:10.7118129Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:10.7119890Z 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:10.7122169Z 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:10.7124210Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:10.7126182Z 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:10.7128536Z 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:10.7175569Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:10.7177482Z 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:10.7179884Z 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:10.7182315Z 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:10.7184679Z 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:10.7187091Z 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:10.7189486Z 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:10.7191875Z 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:10.7193638Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:10.7195336Z 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:10.7197587Z 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:10.7199881Z 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:10.7202337Z 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:10.7204588Z 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:10.7206838Z 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:10.7209090Z 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:10.7211315Z 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:10.7214164Z 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:10.7216379Z 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:10.7218582Z 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:10.7220875Z 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:10.7223156Z 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:10.7225415Z 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:10.7227666Z 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:10.7229227Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:10.7230421Z 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:10.7231641Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:55:10.7232983Z 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:10.7234320Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:55:10.7235621Z 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:10.7237083Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:10.7238850Z 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:10.7241204Z 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:10.7242949Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:10.7244479Z 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:10.7246371Z 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:10.7248185Z 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:10.7250036Z 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:10.7251894Z 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:10.7254149Z 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:10.7256006Z 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:10.7257836Z 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:10.7259630Z 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:10.7261525Z 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:10.7262923Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:10.7264192Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:10.7265954Z 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:10.7267393Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.7268700Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.7270381Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.7272084Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.7344698Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:10.7346109Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:10.7347492Z 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:10.7349289Z 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:10.7351077Z 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:10.7352383Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:10.7353568Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:10.7355181Z 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:10.7356859Z 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:10.7358535Z 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:10.7359795Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:10.7361073Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:10.7362693Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:10.7364807Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:10.7366003Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:10.7367225Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:10.7368746Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:10.7370316Z 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:10.7371853Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:10.7373511Z 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:10.7375106Z 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:10.7376742Z 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:10.7378401Z 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:10.7380022Z 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:10.7381621Z 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:10.7383189Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:10.7384398Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:10.7385705Z 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:10.7387416Z 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:10.7389053Z 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:10.7390671Z 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:10.7392030Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:10.7393473Z 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:10.7395355Z 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:10.7397334Z 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:10.7399324Z 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:10.7400751Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:10.7402256Z 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:10.7404034Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:10.7405603Z 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:10.7407602Z 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:10.7409189Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:10.7410734Z 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:10.7412812Z 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:10.7414894Z 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:10.7416953Z 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:10.7419015Z 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:10.7421085Z 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:10.7422675Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:10.7424279Z 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:10.7426469Z 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:10.7428700Z 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:10.7430954Z 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:10.7432709Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:10.7434376Z 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:10.7436583Z 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:10.7438805Z 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:10.7498344Z 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:10.7500138Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:10.7501893Z 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:10.7504409Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:10.7506506Z 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:10.7509323Z 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:10.7512102Z 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:10.7514919Z 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:10.7517746Z 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:10.7520540Z 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:10.7523258Z 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:10.7526020Z 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:10.7528848Z 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:10.7531659Z 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:10.7534568Z 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:10.7537335Z 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:10.7540090Z 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:10.7542141Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:10.7544021Z 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:10.7546624Z 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:10.7549307Z 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:10.7551869Z 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:10.7553699Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:10.7555223Z 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:10.7557197Z 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:10.7559247Z 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:10.7561302Z 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:10.7563257Z 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:10.7565215Z 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:10.7567214Z 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:10.7569290Z 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:10.7571402Z 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:10.7573604Z 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:10.7575843Z 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:10.7578167Z 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:10.7580339Z 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:10.7582376Z 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:10.7584449Z 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:10.7586515Z 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:10.7588467Z 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:10.7590680Z 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:10.7592733Z 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:10.7594752Z 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:10.7596795Z 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:10.7635870Z 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:10.7637897Z 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:10.7639900Z 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:10.7641972Z 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:10.7644106Z 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:10.7646155Z 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:10.7648138Z 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:10.7650108Z 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:10.7652076Z 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:10.7654267Z 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:10.7656366Z 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:10.7658425Z 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:10.7660504Z 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:10.7662659Z 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:10.7664786Z 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:10.7666817Z 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:10.7668852Z 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:10.7671443Z 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:10.7673420Z 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:10.7675494Z 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:10.7677735Z 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:10.7679843Z 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:10.7681818Z 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:10.7683832Z 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:10.7685887Z 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:10.7687887Z 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:10.7689883Z 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:10.7691916Z 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:10.7694112Z 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:10.7696368Z 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:10.7698576Z 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:10.7700590Z 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:10.7702793Z 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:10.7704844Z 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:10.7706896Z 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:10.7708911Z 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:10.7710991Z 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:10.7713123Z 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:10.7715599Z 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:10.7717710Z 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:10.7719721Z 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:10.7721660Z 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:10.7723623Z 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:10.7725686Z 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:10.7727778Z 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:10.7729817Z 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:10.7731798Z 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:10.7733897Z 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:10.7735957Z 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:10.7773093Z 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:10.7775292Z 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:10.7777503Z 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:10.7779565Z 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:10.7781649Z 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:10.7783712Z 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:10.7785773Z 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:10.7787867Z 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:10.7790001Z 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:10.7792016Z 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:10.7794311Z 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:10.7796347Z 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:10.7798292Z 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:10.7800184Z 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:10.7802341Z 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:10.7804481Z 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:10.7806708Z 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:10.7808830Z 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:10.7810845Z 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:10.7812858Z 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:10.7814806Z 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:10.7816777Z 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:10.7818738Z 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:10.7820691Z 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:10.7822622Z 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:10.7824560Z 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:10.7826531Z 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:10.7828559Z 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:10.7830684Z 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:10.7832770Z 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:10.7834755Z 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:10.7837165Z 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:10.7839169Z 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:10.7841134Z 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:10.7843152Z 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:10.7845263Z 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:10.7847379Z 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:10.7849427Z 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:10.7851434Z 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:10.7853609Z 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:10.7855805Z 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:10.7858030Z 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:10.7860155Z 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:10.7862169Z 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:10.7864200Z 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:10.7866216Z 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:10.7868207Z 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:10.7870216Z 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:10.7872270Z 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:10.7907281Z 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:10.7909311Z 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:10.7911357Z 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:10.7913867Z 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:10.7915887Z 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:10.7917848Z 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:10.7919854Z 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:10.7921854Z 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:10.7923851Z 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:10.7925923Z 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:10.7928041Z 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:10.7930112Z 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:10.7932324Z 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:10.7934448Z 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:10.7936482Z 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:10.7938469Z 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:10.7940460Z 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:10.7942542Z 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:10.7944655Z 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:10.7946829Z 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:10.7949058Z 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:10.7951276Z 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:10.7953488Z 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:10.7955888Z 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:10.7958222Z 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:10.7960459Z 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:10.7962676Z 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:10.7964913Z 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:10.7967126Z 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:10.7969258Z 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:10.7971364Z 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:10.7973576Z 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:10.7975753Z 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:10.7977963Z 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:10.7980260Z 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:10.7982500Z 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:10.7984655Z 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:10.7986777Z 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:10.7988941Z 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:10.7991127Z 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:10.7993235Z 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:10.7995235Z 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:10.7997146Z 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:10.7999051Z 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:10.8001181Z 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:10.8003299Z 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:10.8005255Z 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:10.8007220Z 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:10.8039808Z 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:10.8041970Z 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:10.8043987Z 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:10.8045943Z 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:10.8048097Z 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:10.8050272Z 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:10.8052385Z 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:10.8054525Z 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:10.8056738Z 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:10.8058947Z 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:10.8061159Z 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:10.8063296Z 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:10.8065324Z 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:10.8067317Z 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:10.8069295Z 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:10.8071295Z 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:10.8073229Z 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:10.8075287Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:10.8077176Z 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:10.8079586Z 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:10.8082023Z 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:10.8084472Z 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:10.8086944Z 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:10.8089408Z 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:10.8091926Z 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:10.8094572Z 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:10.8097235Z 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:10.8099998Z 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:10.8102820Z 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:10.8105393Z 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:10.8107911Z 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:10.8110438Z 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:10.8112974Z 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:10.8115438Z 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:10.8118386Z 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:10.8120959Z 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:10.8123543Z 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:10.8126108Z 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:10.8128612Z 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:10.8131058Z 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:10.8133613Z 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:10.8136087Z 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:10.8149339Z 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:10.8151941Z 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:10.8154478Z 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:10.8156958Z 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:10.8159472Z 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:10.8162022Z 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:10.8164540Z 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:10.8167059Z 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:10.8169590Z 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:10.8172529Z 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:10.8175038Z 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:10.8177572Z 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:10.8180102Z 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:10.8182637Z 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:10.8185119Z 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:10.8187570Z 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:10.8190037Z 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:10.8192559Z 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:10.8195047Z 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:10.8197525Z 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:10.8200032Z 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:10.8202759Z 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:10.8205274Z 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:10.8207769Z 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:10.8210235Z 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:10.8212784Z 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:10.8215632Z 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:10.8218123Z 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:10.8220574Z 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:10.8223055Z 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:10.8225559Z 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:10.8228064Z 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:10.8230595Z 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:10.8233141Z 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:10.8235665Z 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:10.8238222Z 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:10.8240869Z 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:10.8243546Z 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:10.8266638Z 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:10.8269241Z 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:10.8271782Z 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:10.8274263Z 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:10.8276721Z 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:10.8279608Z 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:10.8282164Z 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:10.8284670Z 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:10.8287151Z 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:10.8289643Z 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:10.8292299Z 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:10.8294894Z 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:10.8297441Z 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:10.8299956Z 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:10.8302615Z 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:10.8305084Z 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:10.8307602Z 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:10.8310168Z 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:10.8312833Z 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:10.8315615Z 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:10.8317667Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:10.8319610Z 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:10.8321484Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:10.8323669Z 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:10.8325795Z 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:10.8327899Z 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:10.8329614Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:10.8331459Z 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:10.8333993Z 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:10.8336634Z 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:10.8339295Z 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:10.8341872Z 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:10.8344544Z 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:10.8347233Z 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:10.8349816Z 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:10.8352354Z 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:10.8355060Z 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:10.8357736Z 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:10.8360306Z 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:10.8362894Z 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:10.8422910Z 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:10.8425624Z 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:10.8428416Z 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:10.8430509Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:10.8432298Z 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:10.8434718Z 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:10.8437082Z 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:10.8439395Z 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:10.8441744Z 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:10.8444150Z 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:10.8446506Z 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:10.8448862Z 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:10.8451224Z 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:10.8452976Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:10.8454455Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:10.8456245Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:10.8457567Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:10.8458838Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:10.8460131Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:55:10.8461591Z 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:10.8463018Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:10.8464774Z 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:10.8466709Z 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:10.8468463Z 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:10.8470532Z 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:10.8472349Z 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:10.8474205Z 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:10.8476155Z 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:10.8494990Z 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:10.8496942Z 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:10.8498664Z 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:10.8500379Z 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:10.8501681Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8503178Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8504869Z 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:10.8506635Z 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:10.8508330Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8510003Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8511653Z 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:10.8513351Z 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:10.8515092Z 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:10.8516823Z 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:10.8518512Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8520169Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8521857Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8524109Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8525872Z 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:10.8527612Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8529277Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8531018Z 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:10.8532919Z 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:10.8534574Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8583562Z 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:10.8585373Z 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:10.8587074Z 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:10.8588675Z 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:10.8590386Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8592088Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8593864Z 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:10.8595617Z 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:10.8597370Z 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:10.8599125Z 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:10.8600869Z 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:10.8602733Z 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:10.8604436Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8606149Z 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:10.8607884Z 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:10.8610138Z 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:10.8611822Z 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:10.8613544Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:10.8614798Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8616084Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8617755Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8619441Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8621157Z 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:10.8622881Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8624503Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8626131Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8627770Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8629483Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8631168Z 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:10.8632865Z 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:10.8634527Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8636157Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8637779Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8639428Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8641095Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8642729Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8644373Z 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:10.8646071Z 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:10.8647797Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8649735Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8651372Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8653112Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8654775Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8656380Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8658019Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8659677Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8661326Z 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:10.8662991Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8664630Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8666234Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8667896Z 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:10.8669554Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8671232Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8672951Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8674637Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8676301Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8736651Z 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:10.8738450Z 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:10.8740181Z 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:10.8741839Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8743470Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8745115Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8746770Z 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:10.8749070Z 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:10.8750751Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8752380Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8754074Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8755727Z 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:10.8757398Z 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:10.8759055Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8760663Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8762317Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8763929Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8765528Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8767142Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8768781Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8770406Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8772074Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8773917Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8775553Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8777214Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8778882Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8780722Z 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:10.8782384Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8784064Z 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:10.8784847Z 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:10.8785809Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8786645Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8787424Z 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:10.8788198Z 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:10.8788959Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8789756Z 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:10.8790571Z 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:10.8791312Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8792078Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8792825Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8793558Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8794338Z 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:10.8795088Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8795826Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8796569Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8797343Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8798104Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8798880Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8799732Z 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:10.8800566Z 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:10.8801313Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8802339Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8803111Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:10.8803508Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:10.8804610Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:10.8805036Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:10.8805830Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:10.8934094Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:10.8934889Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:10.8935287Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.8936083Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.8936997Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.8937769Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.8938552Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:10.8938985Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:10.8939809Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:10.8940696Z 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:10.8941092Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:10.8941797Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:10.8942556Z 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:10.8943257Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:10.8943632Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:10.8944362Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:10.8945072Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:10.8945544Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:10.8946543Z 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:10.8947569Z 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:10.8947953Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:10.8948873Z 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:10.8950093Z 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:10.8951055Z 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:10.8951450Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8952122Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8952869Z 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:10.8953634Z 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:10.8954429Z 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:10.8955158Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:10.8955974Z 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:10.8956732Z 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:10.8957514Z 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:10.8958266Z 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:10.8958665Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:10.8959506Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:10.8959902Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:10.8960699Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:10.8961069Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:55:10.8961811Z 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:10.8962218Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:10.8963100Z 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:10.8963975Z 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:10.8964860Z 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:10.8965211Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:10.8965954Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:10.8966691Z 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:10.8967632Z 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:10.8968455Z 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:10.8968875Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:10.8969634Z 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:10.8970503Z 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:10.8971402Z 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:10.8971862Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:10.8972850Z 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:10.8973747Z 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:10.8974645Z 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:10.8975566Z 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:10.8976464Z 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:10.9114448Z 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:10.9114932Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:10.9115772Z 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:10.9116330Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:10.9117468Z 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:10.9118564Z 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:10.9119703Z 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:10.9120819Z 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:10.9121876Z 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:10.9122925Z 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:10.9124611Z 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:10.9125279Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:10.9126479Z 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:10.9127170Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:10.9128580Z 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:10.9128970Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.9129667Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.9130532Z 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:10.9131319Z 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:10.9132073Z 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:10.9132919Z 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:10.9133775Z 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:10.9134514Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.9135300Z 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:10.9136090Z 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:10.9136856Z 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:10.9137627Z 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:10.9138388Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:10.9138783Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9139517Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9140303Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9141041Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9141780Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9142763Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9143592Z 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:10.9144334Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9145074Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9145836Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9146585Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9147357Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9148093Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9148943Z 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:10.9149788Z 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:10.9150524Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9151259Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9152030Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9152773Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9153554Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9154334Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9155107Z 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:10.9155872Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9156620Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9157474Z 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:10.9272567Z 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:10.9273420Z 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:10.9274189Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9275369Z 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:10.9276356Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9277145Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9277908Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9278675Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9279424Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9280234Z 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:10.9280983Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9281737Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9282480Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9283246Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9284013Z 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:10.9284801Z 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:10.9285563Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9286326Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9287108Z 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:10.9287869Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9288706Z 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:10.9289583Z 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:10.9290319Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9291078Z 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:10.9291863Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:10.9292356Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:10.9293135Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:10.9294199Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:10.9294603Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:10.9295433Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:10.9296295Z 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:10.9296710Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:10.9297604Z 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:10.9298518Z 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:10.9298887Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:10.9299639Z 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:10.9300424Z 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:10.9300826Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:10.9301731Z 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.9302237Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9302958Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9303683Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9304364Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9305123Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:10.9305574Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:10.9306413Z 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:10.9307299Z 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:10.9308244Z 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:10.9309127Z 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:10.9310062Z 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:10.9310968Z 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:10.9311411Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:10.9312639Z 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:10.9313502Z 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:10.9313905Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:10.9314703Z 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:10.9315465Z 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:10.9316278Z 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:10.9432498Z 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:10.9433376Z 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:10.9434209Z 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:10.9435029Z 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:10.9435830Z 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:10.9436631Z 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:10.9437434Z 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:10.9438265Z 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:10.9439068Z 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:10.9439823Z 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:10.9440212Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:10.9440951Z 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:10.9441710Z 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:10.9442491Z 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:10.9443275Z 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:10.9444020Z 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:10.9444759Z 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:10.9445503Z 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:10.9446895Z 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:10.9447660Z 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:10.9448417Z 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:10.9449179Z 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:10.9449917Z 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:10.9450659Z 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:10.9451409Z 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:10.9452157Z 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:10.9453009Z 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:10.9453799Z 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:10.9454568Z 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:10.9455354Z 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:10.9456121Z 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:10.9456860Z 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:10.9457606Z 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:10.9458358Z 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:10.9459120Z 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:10.9459902Z 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:10.9460678Z 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:10.9461442Z 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:10.9462218Z 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:10.9462974Z 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:10.9463737Z 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:10.9464644Z 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:10.9465479Z 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:10.9466322Z 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:10.9467078Z 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:10.9467830Z 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:10.9468578Z 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:10.9469356Z 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:10.9470143Z 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:10.9470907Z 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:10.9471656Z 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:10.9472412Z 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:10.9473252Z 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:10.9474010Z 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:10.9474416Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:10.9475283Z 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:10.9610353Z 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:10.9611501Z 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:10.9612457Z 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:10.9613376Z 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:10.9614280Z 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:10.9615166Z 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:10.9615592Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:10.9616499Z 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:10.9617401Z 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:10.9618839Z 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:10.9619315Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:10.9620273Z 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:10.9621191Z 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:10.9621591Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:10.9622356Z 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:10.9623141Z 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:10.9623587Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:10.9624454Z 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:10.9624903Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:10.9625770Z 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:10.9626235Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:10.9627140Z 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:10.9627630Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:10.9628591Z 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:10.9629121Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:10.9630118Z 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:10.9631104Z 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:10.9632102Z 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:10.9632637Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:10.9633634Z 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:10.9634146Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:10.9635163Z 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:10.9636214Z 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:10.9637547Z 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.9638606Z 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.9639107Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:10.9640195Z 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.9641265Z 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.9642362Z 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.9643482Z 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.9644596Z 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.9645678Z 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.9646725Z 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.9647821Z 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.9648887Z 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.9649945Z 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.9650968Z 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.9652100Z 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.9653283Z 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.9654452Z 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:11.0174352Z 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:11.0175467Z 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:11.0177204Z 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:11.0178274Z 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:11.0179363Z 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:11.0180475Z 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:11.0181632Z 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:11.0182727Z 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:11.0183781Z 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:11.0184733Z 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:11.0185778Z 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:11.0186740Z 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:11.0187713Z 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:11.0188229Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:11.0189305Z 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:11.0190409Z 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:11.0191486Z 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:11.0192027Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:11.0193063Z 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:11.0193376Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:11.0193919Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:11.0194480Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:11.0195031Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:11.0195862Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:11.0196192Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:11.0196864Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:11.0197510Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:11.0198186Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:11.0198823Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:11.0199488Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:11.0200260Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:11.0200591Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:11.0201153Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:11.0201754Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:11.0202506Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:11.0203117Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:11.0203779Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:11.0204381Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:11.0204966Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:11.0205311Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:11.0205923Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:11.0206593Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:11.0207203Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:11.0207547Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:11.0208268Z 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:11.0208949Z 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:11.0209687Z 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:11.0210451Z 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:11.0210826Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:11.0211490Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:11.0212568Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:11.0213129Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:11.0213882Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:11.0214584Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:11.0215294Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:11.0215653Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:11.0216343Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:11.0217012Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:11.0217343Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:11.0217985Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:11.0353351Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:11.0353726Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:11.0354352Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:11.0354985Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:11.0355362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:11.0356010Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:11.0356663Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:11.0357340Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:11.0358139Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:11.0358820Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:11.0359216Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:11.0360030Z 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:11.0360845Z 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:11.0361214Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:11.0361908Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:11.0362852Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:11.0363669Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:11.0364444Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:55:11.0365453Z 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:11.0365894Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:11.0366680Z 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:11.0367564Z 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:11.0368008Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:11.0368836Z 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:11.0369256Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:11.0370070Z 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:11.0370865Z 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:11.0371659Z 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:11.0372071Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:55:11.0373071Z 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:11.0373538Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:11.0374428Z 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:11.0374903Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:11.0375847Z 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:11.0376257Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:11.0376987Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:11.0377365Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:11.0378125Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:11.0378520Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:11.0379298Z 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:11.0380071Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:11.0380882Z 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:11.0381684Z 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:11.0382833Z 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:11.0383246Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:11.0383964Z 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:11.0384740Z 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:11.0385520Z 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:11.0386248Z 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:11.0387026Z 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:11.0387356Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:11.0387938Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:11.0388571Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:11.0389193Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:11.0389831Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:11.0390235Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:11.0391008Z 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:11.0391844Z 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:11.0392591Z 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:11.0393338Z 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:11.0394095Z 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:11.0394512Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:11.0395343Z 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:11.0537088Z 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:11.0538956Z 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:11.0540834Z 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:11.0542670Z 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:11.0544066Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:11.0545392Z 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:11.0547627Z 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:11.0549135Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:11.0550418Z 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:11.0552005Z 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:11.0553232Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:11.0554384Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:11.0555848Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:11.0557068Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:11.0558409Z 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:11.0560090Z 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:11.0561465Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:11.0562785Z 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:11.0564460Z 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:11.0565782Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:11.0567085Z 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:11.0568725Z 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:11.0570017Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:11.0571325Z 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:11.0573156Z 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:11.0574432Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0575622Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0577143Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0578702Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0580266Z 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:11.0581834Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0583429Z 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:11.0585310Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0586863Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0588518Z 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:11.0590201Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0591761Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0593274Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0594782Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0596254Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0597795Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:11.0599106Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:11.0600452Z 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:11.0601730Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:11.0603135Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:11.0604693Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:11.0606223Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:11.0607398Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:11.0608555Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:11.0610007Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:11.0611214Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:11.0612590Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:11.0614248Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:11.0615542Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:11.0616854Z 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:11.0618510Z 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:11.0619802Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:11.0621114Z 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:11.0623680Z 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:11.0625061Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:11.0626464Z 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:11.0627828Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:11.0629103Z 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:11.0630702Z 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:11.0691823Z 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:11.0693729Z 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:11.0695429Z 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:11.0696737Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:11.0698004Z 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:11.0699628Z 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:11.0700928Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:11.0702437Z 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:11.0704025Z 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:11.0705278Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:11.0706462Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:11.0708005Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:11.0709264Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:11.0710460Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:11.0711991Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:11.0713203Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:11.0714419Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:11.0716022Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:11.0717285Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:11.0718442Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:11.0719926Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:11.0721832Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:11.0723247Z 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:11.0724982Z 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:11.0726317Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:11.0727574Z 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:11.0729148Z 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:11.0730408Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:11.0731709Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:11.0733478Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:11.0734919Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:11.0736693Z 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:11.0738967Z 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:11.0741275Z 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:11.0743605Z 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:11.0745838Z 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:11.0748046Z 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:11.0749684Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:11.0751053Z 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:11.0752814Z 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:11.0754226Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:11.0755713Z 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:11.0757629Z 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:11.0759547Z 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:11.0761764Z 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:11.0763237Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:11.0764563Z 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:11.0766348Z 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:11.0768079Z 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:11.0769510Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:11.0771135Z 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:11.0773353Z 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:11.0775516Z 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:11.0777645Z 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:11.0779811Z 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:11.0781917Z 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:11.0784023Z 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:11.0849688Z 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:11.0851846Z 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:11.0854093Z 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:11.0856213Z 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:11.0858262Z 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:11.0860330Z 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:11.0862495Z 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:11.0864721Z 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:11.0867490Z 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:11.0869796Z 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:11.0872036Z 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:11.0873601Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:11.0874995Z 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:11.0876904Z 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:11.0878788Z 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:11.0880600Z 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:11.0882390Z 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:11.0884155Z 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:11.0885958Z 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:11.0887386Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:11.0888800Z 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:11.0890286Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:11.0891859Z 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:11.0894047Z 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:11.0896131Z 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:11.0898202Z 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:11.0899804Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:11.0901298Z 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:11.0903383Z 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:11.0905329Z 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:11.0907612Z 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:11.0909169Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:11.0910767Z 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:11.0912368Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:11.0914012Z 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:11.0916094Z 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:11.0917759Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:11.0919458Z 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:11.0921667Z 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:11.0923435Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:11.0925173Z 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:11.0927461Z 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:11.0929109Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:11.0930428Z 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:11.0932090Z 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:11.0933490Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:55:11.0934807Z 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:11.0936034Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.0937102Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.0938371Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.0939664Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.0941001Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.0942358Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.1047527Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.1048951Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.1050953Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.1052410Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:11.1053474Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:11.1054515Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:11.1055853Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:11.1057228Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:11.1058619Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:11.1059994Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:11.1061270Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:11.1062273Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:11.1063273Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:11.1064518Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:11.1065764Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:11.1066992Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:11.1068012Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:11.1069038Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:11.1070282Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:11.1071275Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:11.1072216Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:11.1073406Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:11.1074593Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:11.1075573Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:11.1076626Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:11.1077904Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:11.1079164Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:11.1080176Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1081182Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1082558Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1083985Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1085545Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1087074Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1088548Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1089976Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1091448Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1093036Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1094448Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1095925Z 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:11.1097476Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1098883Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1100321Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1101809Z 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:11.1103370Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1104774Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1106181Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1107538Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1108947Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1110419Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1111840Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1113272Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1114782Z 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:11.1116340Z 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:11.1117905Z 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:11.1119379Z 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:11.1120857Z 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:11.1122316Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1124001Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1125510Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1126898Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1128298Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:11.1129398Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:11.1130405Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:11.1131673Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:11.1133103Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:11.1134127Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:11.1135090Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:11.1136346Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:11.1137646Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:11.1138867Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:11.1235931Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:11.1237252Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:11.1238265Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1239287Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1240633Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1241915Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1243274Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1244551Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1245815Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1247123Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1248389Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1249654Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1250959Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1252475Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1253852Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1255123Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1256885Z 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:11.1258570Z 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:11.1260080Z 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:11.1261493Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1262824Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1264112Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1265372Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1266674Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1268077Z 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:11.1269480Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1270839Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1272180Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1273615Z 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:11.1275055Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1276348Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1277589Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1278830Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1280124Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1281432Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1282719Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:11.1283798Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:11.1284959Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:11.1286406Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:11.1287851Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:11.1289297Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:11.1290444Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:11.1291573Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:11.1293100Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:11.1294879Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:11.1296438Z 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:11.1297967Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:11.1299240Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:11.1300776Z 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:11.1302951Z 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:11.1305046Z 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:11.1307143Z 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:11.1309210Z 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:11.1310637Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:11.1311871Z 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:11.1313542Z 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:11.1315204Z 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:11.1316862Z 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:11.1318483Z 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:11.1320012Z 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:11.1321520Z 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:11.1323096Z 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:11.1324662Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:11.1326175Z 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:11.1488223Z 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:11.1489834Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:11.1491435Z 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:11.1493599Z 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:11.1495401Z 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:11.1497015Z 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:11.1498592Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:11.1500078Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:11.1501617Z 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:11.1503283Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:11.1504477Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:11.1505804Z 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:11.1507529Z 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:11.1508856Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:11.1510309Z 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:11.1512254Z 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:11.1514077Z 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:11.1515347Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:11.1516527Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:11.1517671Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:11.1518787Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:11.1519894Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:55:11.1521105Z 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:11.1522387Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:55:11.1523754Z 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:11.1525078Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:11.1526291Z 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:11.1527791Z 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:11.1529004Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:11.1530267Z 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:11.1532167Z 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:11.1534080Z 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:11.1535328Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:11.1536498Z 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:11.1538007Z 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:11.1539246Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:11.1540463Z 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:11.1541994Z 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:11.1543222Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:11.1544485Z 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:11.1546112Z 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:11.1547401Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:11.1548698Z 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:11.1549925Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:11.1551029Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:11.1552136Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:11.1553324Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:11.1554487Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:11.1555613Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:11.1557055Z 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:11.1558544Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:11.1559733Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:11.1560996Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:11.1562245Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:11.1563427Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:11.1564885Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:11.1566054Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:11.1567216Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:11.1568367Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:11.1569871Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:11.1571360Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:11.1572945Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:11.1574104Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:11.1575328Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:11.1576529Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:11.1577624Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:11.1578735Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:55:11.1579861Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:55:11.1581067Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:11.1670440Z 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:11.1672270Z 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:11.1674091Z 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:11.1675446Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:55:11.1676800Z 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:11.1678147Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:55:11.1679541Z 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:11.1680982Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:11.1682335Z 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:11.1684235Z 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:11.1685984Z 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:11.1687689Z 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:11.1689590Z 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:11.1691471Z 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:11.1693456Z 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:11.1695339Z 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:11.1697674Z 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:11.1699058Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:11.1700439Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:11.1702179Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:11.1703841Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:11.1705619Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:11.1707289Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:11.1709011Z 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:11.1710454Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:11.1711713Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:11.1729904Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:11.1731536Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:11.1733160Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:11.1734387Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:11.1735673Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:11.1736976Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:11.1738512Z 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:11.1740152Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:11.1741922Z 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:11.1744193Z 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:11.1745757Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:11.1747011Z 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:11.1748644Z 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:11.1750006Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:11.1751283Z 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:11.1752946Z 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:11.1755277Z 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:11.1757066Z 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:11.1758575Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:11.1760184Z 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:11.1762273Z 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:11.1764407Z 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:11.1766526Z 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:11.1768619Z 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:11.1770145Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:11.1771538Z 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:11.1773164Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:11.1774903Z 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:11.1776685Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:11.1778568Z 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:11.1781020Z 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:11.1782860Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:11.2013231Z 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:11.2015574Z 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:11.2017345Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:11.2019249Z 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:11.2021174Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:11.2023110Z 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:11.2026219Z 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:11.2028242Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:11.2030300Z 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:11.2032372Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:11.2034478Z 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:11.2036560Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:11.2038536Z 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:11.2040561Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:11.2042683Z 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:11.2044788Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:11.2046884Z 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:11.2048933Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:11.2050920Z 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:11.2053045Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:11.2054948Z 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:11.2057397Z 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:11.2059830Z 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:11.2062198Z 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:11.2064605Z 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:11.2066979Z 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:11.2069567Z 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:11.2071907Z 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:11.2073703Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:11.2075475Z 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:11.2077243Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:11.2079080Z 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:11.2081275Z 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:11.2083480Z 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:11.2085244Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:11.2087022Z 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:11.2089305Z 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:11.2091493Z 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:11.2093297Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:11.2095257Z 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:11.2097215Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:11.2099139Z 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:11.2101100Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:11.2103400Z 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:11.2106183Z 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:11.2108396Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:11.2111240Z 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:13.2477983Z 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:13.2481330Z 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:13.2484557Z 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:13.2486833Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:13.2488675Z 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:13.2491054Z 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:13.2493568Z 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:13.2495981Z 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:13.2498382Z 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:13.2500277Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:13.2502328Z 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:13.2504332Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:13.2506444Z 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:13.2509211Z 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:13.2511077Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:13.2512541Z 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:13.2513966Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:13.2515265Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:13.2516998Z 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:13.2519359Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:13.2520693Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:13.2521880Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:13.2523096Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:13.2524503Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:13.2525914Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:13.2527434Z 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:13.2529273Z 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:13.2530686Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:13.2532304Z 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:13.2533829Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:13.2535274Z 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:13.2536610Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:13.2537721Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:13.2538962Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:13.2540235Z 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:13.2541928Z 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:13.2543198Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:55:13.2544235Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:55:13.2545090Z running egg_info 2025-06-05T23:55:13.2545425Z creating executorch.egg-info 2025-06-05T23:55:13.2545849Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:55:13.2546460Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:55:13.2547180Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:55:13.2547829Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:55:13.2548464Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:55:13.2549102Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:13.2549706Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:13.2550223Z adding license file 'LICENSE' 2025-06-05T23:55:13.2550707Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:13.2551544Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:13.2552449Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:13.2553362Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:13.2554786Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:13.2556231Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:13.2558000Z 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:13.2559544Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:13.2561270Z 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:13.2563722Z 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:13.2565870Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:13.2568095Z 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:13.2570980Z 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:13.2577817Z 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:13.2580104Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:13.2582422Z 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:13.2585375Z 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:13.2588364Z 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:13.2590681Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:13.2592870Z 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:13.2595738Z 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:13.2598625Z 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:13.2601811Z 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:13.2604897Z 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:13.2607820Z 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:13.2610720Z 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:13.2613704Z 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:13.2616586Z 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:13.2619450Z 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:13.2622330Z 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:13.2625212Z 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:13.2628128Z 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:13.2631081Z 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:13.2634001Z 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:13.2636930Z 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:13.2639903Z 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:13.2642870Z 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:13.2646229Z 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:13.2649093Z 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:13.2651958Z 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:13.2655031Z 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:13.2658044Z 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:13.2660979Z 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:13.2663310Z 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:13.2665869Z 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:13.2668462Z 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:13.2671057Z 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:13.2673530Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:13.2675861Z 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:13.2678845Z 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:13.2681819Z 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:13.2684142Z 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:13.2686520Z 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:13.2689694Z 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:13.2692121Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:13.2694559Z 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:13.2697636Z 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:13.2700036Z 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:13.2702697Z 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:13.2705271Z 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:13.2707968Z 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:13.2710539Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:13.2712862Z 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:13.2716044Z 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:13.2719420Z 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:13.2721980Z 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:13.2724493Z 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:13.2727744Z 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:13.2730933Z 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:13.2734406Z 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:13.2737375Z 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:13.2739719Z 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:13.2742174Z 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:13.2745512Z 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:13.2747901Z 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:13.2750315Z 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:13.2752747Z 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:13.2755205Z 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:13.2757670Z 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:13.2760182Z 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:13.2763439Z 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:13.2766692Z 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:13.2769929Z 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:13.2773334Z 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:13.2776636Z 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:13.2779508Z 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:13.2782213Z 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:13.2785738Z 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:13.2789279Z 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:13.2791884Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:13.2794289Z 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:13.2797451Z 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:13.2800674Z 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:13.2804070Z 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:13.2807302Z 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:13.2810530Z 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:13.2813844Z 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:13.2817065Z 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:13.2820316Z 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:13.2824013Z 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:13.2827334Z 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:13.2830618Z 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:13.2833786Z 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:13.2836166Z 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:13.2838612Z 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:13.2841073Z 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:13.2843550Z 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:13.2846735Z 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:13.2849148Z 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:13.2851494Z 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:13.2854653Z 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:13.2857755Z 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:13.2860151Z 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:13.2862575Z 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:13.2865742Z 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:13.2868437Z 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:13.2871038Z 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:13.2874342Z 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:13.2876955Z 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:13.2879839Z 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:13.2883634Z 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:13.2886535Z 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:13.2889487Z 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:13.2892428Z 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:13.2895108Z 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:13.2897820Z 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:13.2900527Z 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:13.2904190Z 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:13.2907692Z 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:13.2910259Z 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:13.2913093Z 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:13.2916434Z 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:13.2918589Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:13.2919873Z 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:13.2921501Z 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:13.2923102Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:13.2924703Z 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:13.2926316Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:13.2927889Z 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:13.2929603Z 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:13.2931015Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:13.2932363Z 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:13.2934032Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:13.2935464Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:13.2937097Z 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:13.2939266Z 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:13.2941414Z 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:13.2943485Z 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:13.2945520Z 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:13.2947570Z 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:13.2949612Z 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:13.2951782Z 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:13.2954260Z 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:13.2956368Z 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:13.2958402Z 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:13.2960394Z 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:13.2962400Z 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:13.2964428Z 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:13.2966512Z 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:13.3000864Z 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:13.3003330Z 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:13.3005543Z 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:13.3007683Z 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:13.3009737Z 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:13.3011874Z 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:13.3014188Z 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:13.3016419Z 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:13.3018545Z 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:13.3020674Z 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:13.3022783Z 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:13.3024807Z 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:13.3026789Z 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:13.3029389Z 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:13.3031478Z 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:13.3033537Z 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:13.3035649Z 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:13.3037775Z 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:13.3039865Z 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:13.3041972Z 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:13.3044110Z 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:13.3046234Z 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:13.3048372Z 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:13.3050474Z 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:13.3052646Z 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:13.3054867Z 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:13.3057066Z 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:13.3059139Z 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:13.3061164Z 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:13.3063386Z 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:13.3065644Z 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:13.3067723Z 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:13.3069792Z 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:13.3072048Z 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:13.3074092Z 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:13.3076166Z 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:13.3078306Z 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:13.3080453Z 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:13.3082677Z 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:13.3084834Z 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:13.3086846Z 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:13.3088896Z 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:13.3091056Z 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:13.3093247Z 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:13.3095290Z 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:13.3097346Z 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:13.3139075Z 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:13.3141207Z 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:13.3143264Z 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:13.3144730Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:13.3146045Z 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:13.3147803Z 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:13.3149638Z 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:13.3151082Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:13.3153153Z 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:13.3155175Z 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:13.3157135Z 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:13.3159075Z 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:13.3161087Z 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:13.3163107Z 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:13.3165010Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:13.3166839Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:13.3168709Z 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:13.3170607Z 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:13.3172559Z 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:13.3174475Z 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:13.3176454Z 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:13.3178658Z 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:13.3180970Z 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:13.3182667Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:13.3184340Z 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:13.3186529Z 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:13.3188705Z 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:13.3190938Z 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:13.3193207Z 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:13.3195685Z 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:13.3197875Z 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:13.3200037Z 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:13.3202381Z 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:13.3204570Z 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:13.3206752Z 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:13.3208993Z 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:13.3211187Z 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:13.3213347Z 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:13.3215452Z 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:13.3217567Z 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:13.3219714Z 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:13.3221916Z 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:13.3224202Z 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:13.3226364Z 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:13.3228519Z 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:13.3230699Z 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:13.3232901Z 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:13.3235082Z 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:13.3274452Z 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:13.3276657Z 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:13.3278800Z 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:13.3280995Z 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:13.3283161Z 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:13.3285341Z 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:13.3287516Z 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:13.3289633Z 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:13.3291752Z 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:13.3294197Z 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:13.3296439Z 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:13.3298787Z 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:13.3300959Z 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:13.3303333Z 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:13.3305539Z 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:13.3307828Z 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:13.3310055Z 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:13.3312140Z 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:13.3314220Z 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:13.3316323Z 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:13.3318899Z 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:13.3321042Z 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:13.3323247Z 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:13.3325494Z 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:13.3327721Z 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:13.3329962Z 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:13.3332311Z 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:13.3334589Z 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:13.3336861Z 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:13.3339147Z 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:13.3341564Z 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:13.3343825Z 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:13.3346100Z 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:13.3348376Z 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:13.3350652Z 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:13.3352935Z 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:13.3355240Z 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:13.3357507Z 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:13.3359671Z 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:13.3362082Z 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:13.3364336Z 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:13.3366587Z 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:13.3368843Z 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:13.3371028Z 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:13.3423933Z 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:13.3426122Z 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:13.3428254Z 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:13.3430368Z 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:13.3432478Z 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:13.3434514Z 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:13.3436683Z 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:13.3438965Z 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:13.3441243Z 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:13.3443618Z 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:13.3446001Z 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:13.3448330Z 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:13.3450602Z 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:13.3452961Z 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:13.3455917Z 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:13.3458210Z 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:13.3460436Z 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:13.3462725Z 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:13.3465071Z 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:13.3467476Z 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:13.3469866Z 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:13.3472138Z 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:13.3474364Z 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:13.3476602Z 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:13.3478841Z 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:13.3481120Z 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:13.3483472Z 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:13.3485849Z 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:13.3488150Z 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:13.3490384Z 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:13.3492744Z 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:13.3495083Z 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:13.3497546Z 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:13.3499906Z 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:13.3501762Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:13.3503505Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:13.3505189Z 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:13.3507049Z 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:13.3508808Z 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:13.3510570Z 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:13.3512314Z 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:13.3514016Z 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:13.3515740Z 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:13.3517297Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:13.3518802Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:13.3520482Z 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:13.5010465Z 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:13.5012913Z 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:13.5015559Z 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:13.5017906Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:13.5019543Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:13.5021167Z 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:13.5022474Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:13.5023681Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:13.5024972Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:13.5026396Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:13.5028046Z 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:13.5029758Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:13.5030960Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-06-05T23:55:13.5032156Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:55:13.5033458Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5034611Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5035926Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5037220Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5038488Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5039745Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5041047Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5042416Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5043854Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5045349Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5046699Z copying runtime/core/function_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5048102Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5049533Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5050885Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5052187Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5053529Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5054772Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5056051Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5057424Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:13.5058715Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:13.5060050Z 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:13.5061466Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:13.5063093Z 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:13.5065261Z 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:13.5066824Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:13.5068284Z 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:13.5070003Z 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:13.5071786Z 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:13.5073622Z 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:13.5075367Z 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:13.5076809Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:13.5078229Z 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:13.5079912Z 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:13.5081592Z 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:13.5083248Z 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:13.5084881Z 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:13.5086493Z 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:13.5088117Z 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:13.5089775Z 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:13.5091421Z 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:13.5093213Z 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:13.5094893Z 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:13.5096568Z 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:13.5098223Z 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:13.5099923Z 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:13.5101475Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:13.5708904Z 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:13.5711070Z 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:13.5712776Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:13.5714479Z 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:13.5716528Z 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:13.5718564Z 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:13.5720548Z 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:13.5722505Z 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:13.5724525Z 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:13.5726572Z 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:13.5728557Z 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:13.5730553Z 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:13.5732804Z 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:13.5734888Z 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:13.5736924Z 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:13.5738442Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:13.5739696Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:13.5741168Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:13.5742659Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:13.5744158Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:13.5745483Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:13.5746774Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:13.5748329Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5749650Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5751038Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5752418Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5753827Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5755252Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5756623Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5758014Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5759427Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5760827Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5762209Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5763581Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:13.5764823Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:13.5766131Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:13.5767697Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:13.5769049Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:13.5770491Z 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:13.5772171Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:13.5773827Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:13.5775120Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:13.5776358Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:13.5777794Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:13.5779270Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:13.5780710Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:13.5782011Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:13.5783361Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:13.5784913Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:13.5786816Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:13.5787836Z running build_ext 2025-06-05T23:55:13.5788441Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-06-05T23:55:13.5790188Z 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:13.5792170Z 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:13.5794045Z 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:13.5796568Z 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:13.5799243Z 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:13.6163128Z 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:13.6164741Z installing to pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:13.6165197Z running install 2025-06-05T23:55:13.6165516Z running install_lib 2025-06-05T23:55:13.6165893Z creating pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:13.6166466Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-06-05T23:55:13.6167121Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-06-05T23:55:13.6168210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:13.6169684Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:13.6171141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:13.6172705Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:13.6173810Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api 2025-06-05T23:55:13.6174956Z 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:13.6176596Z 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:13.6178211Z 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:13.6179827Z 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:13.6181043Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api/types 2025-06-05T23:55:13.6182310Z 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:13.6184115Z 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:13.6186499Z 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:13.6187761Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/test 2025-06-05T23:55:13.6189063Z 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:13.6190883Z 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:13.6192709Z 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:13.6194554Z 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:13.6196390Z 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:13.6198211Z 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:13.6199481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-06-05T23:55:13.6200674Z 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:13.6202577Z 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:13.6204312Z 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:13.6206027Z 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:13.6207807Z 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:13.6209588Z 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:13.6211288Z 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:13.6212615Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-06-05T23:55:13.6213980Z 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:13.6215900Z 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:13.6217843Z 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:13.6219867Z 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:13.6221236Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-06-05T23:55:13.6222344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-06-05T23:55:13.6223519Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-06-05T23:55:13.6225263Z 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:13.6227205Z 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:13.6228655Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:55:13.6230213Z 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:13.6231743Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-06-05T23:55:13.6233146Z 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:13.6235067Z 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:13.6236990Z 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:13.6238436Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:55:13.6239966Z 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:13.6242164Z 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:13.6243836Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:13.6245508Z 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:13.6247808Z 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:13.6250052Z 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:13.6251641Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:13.6253379Z 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:13.6255034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:13.6279736Z 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:13.6282159Z 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:13.6284487Z 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:13.6286077Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:55:13.6288018Z 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:13.6290175Z 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:13.6292367Z 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:13.6293913Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:55:13.6295427Z 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:13.6296882Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-06-05T23:55:13.6298260Z 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:13.6300146Z 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:13.6301456Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-06-05T23:55:13.6302918Z 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:13.6304719Z 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:13.6306031Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:55:13.6307526Z 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:13.6309480Z 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:13.6311338Z 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:13.6312662Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-06-05T23:55:13.6313944Z 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:13.6315725Z 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:13.6317076Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:55:13.6318527Z 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:13.6319951Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-06-05T23:55:13.6321245Z 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:13.6323067Z 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:13.6324940Z 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:13.6327406Z 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:13.6329413Z 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:13.6330796Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:55:13.6332353Z 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:13.6334440Z 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:13.6336603Z 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:13.6338892Z 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:13.6358712Z 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:13.6360511Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:55:13.6362032Z 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:13.6364178Z 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:13.6365723Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-06-05T23:55:13.6367116Z 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:13.6369119Z 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:13.6371243Z 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:13.6372750Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-06-05T23:55:13.6373819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6375263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6376708Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6378168Z 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:13.6379644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6381134Z 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:13.6382641Z 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:13.6384362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6385893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6387350Z 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:13.6388902Z 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:13.6390410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6398629Z 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:13.6400204Z 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:13.6401679Z 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:13.6403318Z 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:13.6404818Z 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:13.6406261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6407695Z 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:13.6409121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6410555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6411973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6413477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6414896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6415986Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-06-05T23:55:13.6417197Z 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:13.6418856Z 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:13.6420558Z 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:13.6422271Z 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:13.6424017Z 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:13.6425747Z 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:13.6427447Z 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:13.6429735Z 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:13.6431486Z 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:13.6432742Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-06-05T23:55:13.6434052Z 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:13.6435850Z 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:13.6437722Z 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:13.6439666Z 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:13.6441585Z 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:13.6443394Z 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:13.6445111Z 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:13.6446331Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-06-05T23:55:13.6447550Z 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:13.6449279Z 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:13.6451051Z 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:13.6452928Z 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:13.6454665Z 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:13.6456334Z 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:13.6457661Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:13.6459378Z 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:13.6461760Z 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:13.6464173Z 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:13.6466641Z 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:13.6469333Z 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:13.6470945Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-06-05T23:55:13.6472350Z 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:13.6474403Z 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:13.6476451Z 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:13.6478504Z 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:13.6480522Z 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:13.6482439Z 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:13.6484325Z 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:13.6486268Z 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:13.6488211Z 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:13.6490106Z 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:13.6529827Z 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:13.6531843Z 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:13.6533855Z 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:13.6535819Z 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:13.6537814Z 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:13.6539794Z 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:13.6541747Z 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:13.6543606Z 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:13.6545520Z 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:13.6548008Z 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:13.6549371Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:55:13.6550862Z 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:13.6552963Z 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:13.6554461Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:13.6556090Z 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:13.6558424Z 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:13.6560613Z 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:13.6562010Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-06-05T23:55:13.6563185Z 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:13.6564819Z 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:13.6566458Z 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:13.6568094Z 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:13.6569277Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-06-05T23:55:13.6570468Z 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:13.6572106Z 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:13.6573441Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-06-05T23:55:13.6574799Z 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:13.6576177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:55:13.6577707Z 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:13.6579184Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-06-05T23:55:13.6580467Z 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:13.6581776Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:55:13.6583160Z 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:13.6585078Z 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:13.6586770Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:13.6588217Z 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:13.6590196Z 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:13.6592179Z 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:13.6593553Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:55:13.6594892Z 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:13.6596806Z 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:13.6598220Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:13.6599679Z 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:13.6601119Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:55:13.6602645Z 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:13.6604553Z 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:13.6605940Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:55:13.6607370Z 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:13.6609372Z 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:13.6611264Z 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:13.6612642Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-06-05T23:55:13.6614024Z 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:13.6615358Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-06-05T23:55:13.6616485Z 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:13.6618053Z 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:13.6619638Z 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:13.6620789Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-06-05T23:55:13.6622190Z 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:13.6636303Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-06-05T23:55:13.6638159Z 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:13.6639850Z 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:13.6641496Z 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:13.6642698Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-06-05T23:55:13.6644037Z 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:13.6645340Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-06-05T23:55:13.6646499Z 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:13.6648260Z 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:13.6650065Z 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:13.6651805Z 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:13.6653727Z 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:13.6655546Z 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:13.6657361Z 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:13.6659260Z 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:13.6661114Z 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:13.6662895Z 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:13.6664721Z 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:13.6666573Z 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:13.6668379Z 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:13.6670205Z 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:13.6672064Z 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:13.6673859Z 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:13.6675626Z 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:13.6677668Z 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:13.6679420Z 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:13.6681201Z 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:13.6683050Z 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:13.6684843Z 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:13.6686646Z 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:13.6688518Z 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:13.6690444Z 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:13.6692463Z 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:13.6694321Z 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:13.6696174Z 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:13.6698046Z 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:13.6699781Z 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:13.6701504Z 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:13.6703596Z 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:13.6705365Z 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:13.6706649Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-06-05T23:55:13.6707832Z 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:13.6709484Z 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:13.6711150Z 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:13.6712353Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-06-05T23:55:13.6713631Z 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:13.6715466Z 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:13.6717761Z 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:13.6719063Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-06-05T23:55:13.6720191Z 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:13.6721815Z 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:13.6723455Z 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:13.6725058Z 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:13.6726705Z 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:13.6728303Z 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:13.6729436Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-06-05T23:55:13.6765964Z 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:13.6767591Z 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:13.6769236Z 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:13.6771007Z 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:13.6772748Z 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:13.6774390Z 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:13.6776061Z 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:13.6777686Z 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:13.6779325Z 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:13.6781028Z 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:13.6782811Z 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:13.6784547Z 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:13.6786189Z 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:13.6787921Z 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:13.6789750Z 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:13.6792047Z 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:13.6793867Z 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:13.6795564Z 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:13.6797223Z 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:13.6798914Z 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:13.6800599Z 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:13.6802566Z 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:13.6804365Z 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:13.6806090Z 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:13.6807804Z 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:13.6809614Z 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:13.6811442Z 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:13.6813176Z 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:13.6814796Z 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:13.6816429Z 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:13.6818092Z 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:13.6819796Z 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:13.6821454Z 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:13.6822677Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-06-05T23:55:13.6824007Z 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:13.6825822Z 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:13.6827655Z 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:13.6829954Z 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:13.6831301Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-06-05T23:55:13.6832798Z 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:13.6834524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:13.6835604Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-06-05T23:55:13.6836686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-06-05T23:55:13.6837786Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-06-05T23:55:13.6839021Z 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:13.6840264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-06-05T23:55:13.6841046Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-06-05T23:55:13.6842409Z 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:13.6843680Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-06-05T23:55:13.6844848Z 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:13.6846422Z 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:13.6847938Z 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:13.6849061Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-06-05T23:55:13.6849766Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-06-05T23:55:13.6850975Z 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:13.6852727Z 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:13.6854420Z 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:13.6856182Z 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:13.6864188Z 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:13.6865947Z 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:13.6867653Z 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:13.6869392Z 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:13.6871138Z 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:13.6872911Z 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:13.6874942Z 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:13.6876646Z 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:13.6878352Z 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:13.6879624Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-06-05T23:55:13.6880937Z 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:13.6882768Z 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:13.6884785Z 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:13.6886890Z 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:13.6888819Z 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:13.6890683Z 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:13.6892678Z 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:13.6894613Z 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:13.6896544Z 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:13.6898447Z 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:13.6900390Z 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:13.6902613Z 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:13.6904714Z 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:13.6906758Z 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:13.6908766Z 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:13.6910722Z 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:13.6912684Z 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:13.6915093Z 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:13.6917071Z 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:13.6919076Z 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:13.6921105Z 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:13.6923056Z 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:13.6925052Z 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:13.6927078Z 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:13.6929100Z 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:13.6931157Z 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:13.6933311Z 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:13.6935308Z 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:13.6937273Z 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:13.6939211Z 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:13.6941148Z 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:13.6943128Z 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:13.6945196Z 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:13.6947226Z 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:13.6949177Z 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:13.6951120Z 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:13.6953150Z 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:13.6955548Z 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:13.6961102Z 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:13.6963161Z 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:13.6965222Z 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:13.6967258Z 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:13.6969189Z 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:13.6971119Z 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:13.6973202Z 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:13.6975160Z 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:13.6977066Z 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:13.6979025Z 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:13.6981055Z 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:13.6983101Z 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:13.6985099Z 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:13.6987127Z 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:13.6989235Z 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:13.6990770Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:55:13.6992259Z 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:13.6994397Z 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:13.6996610Z 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:13.6999130Z 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:13.7001304Z 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:13.7003646Z 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:13.7005841Z 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:13.7008034Z 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:13.7010200Z 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:13.7012441Z 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:13.7014664Z 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:13.7016219Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-06-05T23:55:13.7017606Z 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:13.7019543Z 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:13.7021476Z 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:13.7023364Z 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:13.7025266Z 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:13.7027165Z 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:13.7029071Z 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:13.7031007Z 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:13.7032935Z 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:13.7034828Z 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:13.7036737Z 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:13.7039151Z 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:13.7041146Z 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:13.7043055Z 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:13.7044938Z 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:13.7046834Z 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:13.7048739Z 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:13.7050624Z 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:13.7052583Z 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:13.7070431Z 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:13.7072373Z 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:13.7074283Z 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:13.7076193Z 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:13.7078140Z 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:13.7080077Z 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:13.7081978Z 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:13.7083854Z 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:13.7085780Z 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:13.7087686Z 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:13.7089616Z 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:13.7091577Z 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:13.7093703Z 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:13.7096051Z 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:13.7098055Z 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:13.7099983Z 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:13.7101897Z 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:13.7104075Z 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:13.7105981Z 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:13.7107856Z 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:13.7109748Z 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:13.7111643Z 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:13.7113553Z 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:13.7115537Z 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:13.7117526Z 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:13.7119553Z 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:13.7121634Z 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:13.7123609Z 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:13.7125520Z 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:13.7127550Z 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:13.7129581Z 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:13.7131535Z 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:13.7133607Z 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:13.7135323Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:55:13.7136853Z 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:13.7138797Z 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:13.7140810Z 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:13.7142899Z 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:13.7145000Z 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:13.7146460Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/scripts 2025-06-05T23:55:13.7147856Z 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:13.7149219Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-06-05T23:55:13.7150497Z 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:13.7152268Z 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:13.7154087Z 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:13.7155914Z 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:13.7157235Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:55:13.7158706Z 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:13.7160785Z 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:13.7162810Z 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:13.7182328Z 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:13.7184406Z 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:13.7186468Z 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:13.7188548Z 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:13.7190630Z 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:13.7193022Z 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:13.7195262Z 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:13.7197404Z 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:13.7198821Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-06-05T23:55:13.7200279Z 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:13.7202506Z 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:13.7204552Z 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:13.7206542Z 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:13.7208539Z 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:13.7210592Z 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:13.7212835Z 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:13.7214935Z 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:13.7216998Z 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:13.7219069Z 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:13.7221116Z 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:13.7222529Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:55:13.7223903Z 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:13.7225779Z 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:13.7227720Z 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:13.7229655Z 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:13.7231545Z 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:13.7233883Z 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:13.7235815Z 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:13.7237704Z 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:13.7239619Z 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:13.7241579Z 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:13.7243544Z 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:13.7245468Z 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:13.7247348Z 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:13.7249247Z 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:13.7251159Z 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:13.7253210Z 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:13.7255206Z 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:13.7257135Z 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:13.7259057Z 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:13.7261011Z 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:13.7263046Z 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:13.7265029Z 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:13.7266990Z 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:13.7268956Z 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:13.7270831Z 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:13.7272710Z 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:13.7274894Z 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:13.7286715Z 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:13.7288661Z 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:13.7290548Z 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:13.7292552Z 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:13.7294465Z 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:13.7296401Z 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:13.7298313Z 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:13.7300245Z 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:13.7302374Z 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:13.7304354Z 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:13.7306318Z 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:13.7308228Z 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:13.7310140Z 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:13.7312150Z 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:13.7314133Z 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:13.7316065Z 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:13.7317972Z 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:13.7319932Z 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:13.7321890Z 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:13.7323790Z 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:13.7326193Z 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:13.7328153Z 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:13.7330090Z 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:13.7332041Z 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:13.7334080Z 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:13.7335997Z 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:13.7337879Z 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:13.7339755Z 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:13.7341618Z 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:13.7343509Z 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:13.7345445Z 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:13.7347353Z 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:13.7349287Z 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:13.7351224Z 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:13.7353132Z 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:13.7355074Z 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:13.7356989Z 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:13.7358943Z 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:13.7360917Z 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:13.7362828Z 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:13.7364733Z 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:13.7366919Z 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:13.7368896Z 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:13.7370897Z 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:13.7372923Z 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:13.7374803Z 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:13.7376707Z 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:13.7378627Z 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:13.7398357Z 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:13.7400283Z 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:13.7402342Z 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:13.7404276Z 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:13.7406190Z 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:13.7408077Z 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:13.7409978Z 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:13.7411894Z 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:13.7413987Z 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:13.7416006Z 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:13.7418099Z 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:13.7420079Z 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:13.7421965Z 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:13.7424372Z 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:13.7426296Z 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:13.7427676Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:55:13.7429195Z 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:13.7431315Z 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:13.7433494Z 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:13.7435721Z 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:13.7437889Z 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:13.7440028Z 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:13.7442245Z 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:13.7444476Z 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:13.7446660Z 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:13.7448931Z 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:13.7451171Z 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:13.7453457Z 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:13.7455640Z 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:13.7457742Z 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:13.7459854Z 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:13.7462016Z 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:13.7464250Z 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:13.7466748Z 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:13.7468938Z 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:13.7471088Z 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:13.7473198Z 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:13.7475384Z 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:13.7476966Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:55:13.7478544Z 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:13.7480081Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:55:13.7481497Z 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:13.7483535Z 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:13.7485604Z 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:13.7487620Z 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:13.7489080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:55:13.7490525Z 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:13.7491915Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-06-05T23:55:13.7493425Z 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:13.7494812Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-06-05T23:55:13.7495809Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:13.7497563Z 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:13.7499350Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:55:13.7500642Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:13.7503061Z 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:13.7506419Z 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:13.7508566Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:13.7510746Z 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:13.7513657Z 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:13.7516451Z 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:13.7519305Z 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:13.7522139Z 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:13.7524983Z 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:13.7527819Z 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:13.7530577Z 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:13.7533418Z 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:13.7536322Z 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:13.7539247Z 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:13.7542071Z 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:13.7544908Z 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:13.7547642Z 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:13.7550601Z 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:13.7553438Z 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:13.7556265Z 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:13.7559105Z 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:13.7561985Z 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:13.7564843Z 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:13.7567648Z 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:13.7570449Z 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:13.7573362Z 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:13.7576188Z 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:13.7579010Z 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:13.7581804Z 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:13.7584576Z 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:13.7587356Z 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:13.7590172Z 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:13.7593122Z 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:13.7596135Z 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:13.7598990Z 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:13.7601807Z 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:13.7604768Z 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:13.7606698Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:55:13.7607929Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:13.7609975Z 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:13.7612057Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:13.7614260Z 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:13.7616328Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:55:13.7617676Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:13.7619915Z 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:13.7622184Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:13.7624517Z 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:13.7626983Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:13.7629577Z 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:13.7632096Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:13.7634525Z 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:13.7638254Z 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:13.7640714Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:13.7643191Z 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:13.7645677Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:13.7648229Z 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:13.7650743Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:13.7653321Z 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:13.7655820Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:13.7658290Z 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:13.7660743Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:13.7663238Z 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:13.7665737Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:13.7668273Z 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:13.7670826Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:13.7673388Z 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:13.7675921Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:13.7678397Z 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:13.7681072Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:13.7683568Z 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:13.7686035Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:13.7688570Z 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:13.7691051Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:13.7693575Z 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:13.7696885Z 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:13.7700192Z 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:13.7703634Z 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:13.7706113Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:13.7708606Z 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:13.7711103Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:13.7713620Z 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:13.7716117Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:13.7718572Z 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:13.7721046Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:13.7723933Z 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:13.7726440Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:13.7728791Z 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:13.7731972Z 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:13.7734488Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:13.7737078Z 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:13.7740582Z 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:13.7744107Z 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:13.7747646Z 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:13.7751161Z 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:13.7754724Z 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:13.7758327Z 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:13.7761879Z 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:13.7765390Z 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:13.7769112Z 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:13.7771780Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:13.7774758Z 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:13.7778691Z 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:13.7782531Z 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:13.7786386Z 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:13.7790215Z 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:13.7794060Z 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:13.7797898Z 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:13.7801734Z 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:13.7805752Z 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:13.7809637Z 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:13.7813798Z 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:13.7817766Z 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:13.7821557Z 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:13.7825051Z 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:13.7827417Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:13.7829843Z 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:13.7833119Z 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:13.7835513Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:13.7837978Z 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:13.7841296Z 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:13.7844654Z 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:13.7847949Z 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:13.7851283Z 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:13.7853860Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:13.7856297Z 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:13.7859853Z 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:13.7863111Z 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:13.7865491Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:13.7868070Z 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:13.7871583Z 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:13.7874977Z 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:13.7877492Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:13.7880147Z 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:13.7883766Z 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:13.7887428Z 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:13.7891202Z 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:13.7894996Z 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:13.7898631Z 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:13.7902361Z 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:13.7906363Z 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:13.7910087Z 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:13.7913722Z 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:13.7917350Z 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:13.7920951Z 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:13.7924538Z 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:13.7928198Z 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:13.7932016Z 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:13.7935859Z 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:13.7939464Z 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:13.7943222Z 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:13.7947011Z 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:13.7950741Z 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:13.7954395Z 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:13.7958031Z 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:13.7960821Z 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:13.7963707Z 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:13.7967582Z 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:13.7971567Z 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:13.7975642Z 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:13.7979693Z 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:13.7983736Z 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:13.7987627Z 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:13.7990425Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:13.7993101Z 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:13.7996935Z 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:13.7999605Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:13.8002495Z 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:13.8006250Z 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:13.8010011Z 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:13.8012751Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:13.8015273Z 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:13.8018717Z 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:13.8022174Z 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:13.8025579Z 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:13.8028957Z 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:13.8032310Z 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:13.8035708Z 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:13.8039098Z 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:13.8042788Z 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:13.8045305Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:13.8047817Z 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:13.8051239Z 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:13.8054803Z 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:13.8057368Z 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:13.8059962Z 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:13.8063493Z 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:13.8066055Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:13.8068476Z 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:13.8070997Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:13.8073716Z 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:13.8077401Z 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:13.8081074Z 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:13.8083624Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:13.8086328Z 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:13.8089743Z 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:13.8092408Z 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:13.8095256Z 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:13.8098142Z 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:13.8100997Z 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:13.8105021Z 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:13.8108907Z 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:13.8111648Z 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:13.8114277Z 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:13.8117950Z 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:13.8120678Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:13.8122447Z 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:13.8125341Z 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:13.8147236Z 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:13.8151391Z 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:13.8155280Z 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:13.8158185Z 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:13.8161345Z 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:13.8165642Z 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:13.8169939Z 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:13.8174332Z 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:13.8178523Z 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:13.8181487Z 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:13.8184344Z 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:13.8188180Z 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:13.8191903Z 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:13.8195784Z 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:13.8199265Z 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:13.8203562Z 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:13.8206857Z 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:13.8210138Z 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:13.8213511Z 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:13.8216791Z 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:13.8220057Z 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:13.8223299Z 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:13.8226539Z 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:13.8229799Z 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:13.8233031Z 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:13.8236314Z 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:13.8240038Z 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:13.8243344Z 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:13.8246635Z 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:13.8249983Z 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:13.8253414Z 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:13.8256701Z 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:13.8259901Z 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:13.8263153Z 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:13.8266525Z 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:13.8269897Z 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:13.8273207Z 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:13.8275637Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:13.8278130Z 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:13.8280669Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:13.8283436Z 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:13.8287089Z 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:13.8289699Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:13.8292535Z 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:13.8296174Z 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:13.8298827Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:13.8301449Z 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:13.8305117Z 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:13.8307737Z 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:13.8310445Z 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:13.8314098Z 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:13.8316765Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:13.8319349Z 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:13.8321952Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:13.8324593Z 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:13.8327469Z 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:13.8330313Z 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:13.8334077Z 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:13.8337712Z 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:13.8341345Z 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:13.8344041Z 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:13.8346908Z 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:13.8350839Z 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:13.8354764Z 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:13.8357538Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:13.8360134Z 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:13.8363677Z 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:13.8367253Z 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:13.8370887Z 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:13.8374787Z 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:13.8378432Z 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:13.8382044Z 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:13.8385673Z 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:13.8389334Z 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:13.8393079Z 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:13.8396796Z 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:13.8400488Z 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:13.8403316Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:13.8405940Z 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:13.8408545Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:55:13.8410189Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:55:13.8411989Z 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:13.8415112Z 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:13.8419606Z 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:13.8422586Z 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:13.8424455Z 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:13.8427566Z 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:13.8430442Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:55:13.8431981Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:13.8434453Z 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:13.8436934Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:13.8438590Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:55:13.8440370Z 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:13.8443186Z 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:13.8446997Z 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:13.8449856Z 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:13.8452949Z 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:13.8457038Z 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:13.8461065Z 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:13.8465385Z 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:13.8469163Z 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:13.8471678Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:55:13.8473337Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:13.8476013Z 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:13.8478559Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:55:13.8480083Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:55:13.8481664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:55:13.8483300Z 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:13.8485034Z 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:13.8487862Z 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:13.8491713Z 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:13.8495566Z 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:13.8498349Z 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:13.8501282Z 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:13.8505357Z 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:13.8509756Z 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:13.8513942Z 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:13.8518012Z 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:13.8522043Z 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:13.8526020Z 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:13.8529984Z 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:13.8534044Z 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:13.8538046Z 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:13.8539946Z 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:13.8541889Z 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:13.8543777Z 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:13.8545855Z 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:13.8548003Z 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:13.8549899Z 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:13.8551835Z 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:13.8553898Z 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:13.8555853Z 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:13.8557761Z 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:13.8559648Z 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:13.8561711Z 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:13.8562673Z 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:13.8564751Z 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:13.8566833Z 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:13.8569202Z 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:13.8571282Z 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:13.8573593Z 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:13.8575681Z 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:13.8577752Z 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:13.8578622Z 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:13.8580559Z 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:13.8582453Z 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:13.8583295Z 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:13.8585207Z 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:13.8587077Z 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:13.8588982Z 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:13.8590949Z 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:13.8591969Z 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:13.8594053Z 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:13.8596159Z 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:13.8598256Z 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:13.8600355Z 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:13.8602541Z 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:13.8603390Z 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:13.8605256Z 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:13.8607078Z 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:13.8607966Z 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:13.8609914Z 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:13.8611856Z 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:13.8614175Z 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:13.8615043Z 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:13.8616928Z 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:13.8618394Z 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:13.8619076Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:13.8620661Z 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:13.8622185Z 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:13.8622902Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:13.8624514Z 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:13.8626116Z 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:13.8627727Z 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:13.8628446Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:13.8630080Z 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:13.8630759Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:13.8632297Z 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:13.8633000Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:55:13.8633825Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:55:13.8634645Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:55:13.8635442Z 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:13.8636248Z 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:13.8638032Z 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:13.8638761Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:55:13.8639504Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:55:13.8640318Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:13.8642122Z 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:13.8642822Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:55:13.8643570Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:13.8645232Z 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:13.8646867Z 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:13.8647404Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:13.8648618Z 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:13.8648946Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa 2025-06-05T23:55:13.8649314Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:13.8650274Z 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:13.8651203Z 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:13.8651519Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-06-05T23:55:13.8652467Z 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:13.8653585Z 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:13.8654471Z 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:13.8655367Z 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:13.8655891Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:13.8657135Z 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:13.8658456Z 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:13.8658893Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-06-05T23:55:13.8659994Z 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:13.8661008Z 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:13.8662048Z 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:13.8663099Z 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:13.8664149Z 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:13.8665187Z 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:13.8666228Z 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:13.8667252Z 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:13.8668268Z 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:13.8669295Z 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:13.8669618Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-06-05T23:55:13.8670425Z 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:13.8671297Z 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:13.8672143Z 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:13.8672748Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:55:13.8673665Z 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:13.8674758Z 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:13.8675137Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:55:13.8676087Z 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:13.8677068Z 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:13.8678041Z 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:13.8679029Z 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:13.8679324Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp 2025-06-05T23:55:13.8680183Z 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:13.8681029Z 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:13.8681870Z 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:13.8682648Z 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:13.8683008Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:55:13.8684025Z 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:13.8685048Z 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:13.8686043Z 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:13.8686389Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend 2025-06-05T23:55:13.8687290Z 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:13.8688251Z 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:13.8689225Z 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:13.8690178Z 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:13.8690650Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:55:13.8691692Z 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:13.8692764Z 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:13.8693660Z 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:13.8694619Z 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:13.8695046Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:13.8696075Z 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:13.8697153Z 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:13.8698280Z 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:13.8699408Z 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:13.8699894Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:13.8701032Z 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:13.8702421Z 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:13.8703619Z 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:13.8704895Z 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:13.8705415Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:13.8706589Z 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:13.8707830Z 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:13.8709059Z 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:13.8710281Z 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:13.8711163Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:13.8712412Z 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:13.8713043Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:13.8714457Z 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:13.8715931Z 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:13.8717435Z 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:13.8718967Z 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:13.8720480Z 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:13.8721979Z 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:13.8723435Z 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:13.8724945Z 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:13.8726484Z 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:13.8728026Z 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:13.8729490Z 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:13.8730984Z 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:13.8732798Z 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:13.8733400Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:13.8734716Z 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:13.8736098Z 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:13.8737472Z 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:13.8738897Z 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:13.8739273Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:13.8740217Z 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:13.8740638Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:13.8741738Z 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:13.8742839Z 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:13.8744054Z 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:13.8745154Z 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:13.8746277Z 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:13.8747398Z 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:13.8748514Z 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:13.8749699Z 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:13.8750859Z 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:13.8752040Z 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:13.8753555Z 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:13.8754849Z 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:13.8755971Z 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:13.8757110Z 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:13.8758285Z 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:13.8759423Z 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:13.8760476Z 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:13.8761619Z 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:13.8762740Z 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:13.8763890Z 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:13.8765022Z 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:13.8766122Z 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:13.8767221Z 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:13.8768337Z 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:13.8769538Z 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:13.8770719Z 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:13.8771833Z 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:13.8773035Z 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:13.8774321Z 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:13.8775444Z 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:13.8776614Z 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:13.8777771Z 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:13.8778901Z 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:13.8780073Z 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:13.8781270Z 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:13.8782424Z 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:13.8783536Z 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:13.8784691Z 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:13.8785808Z 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:13.8786894Z 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:13.8788112Z 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:13.8789374Z 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:13.8790479Z 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:13.8791566Z 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:13.8792721Z 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:13.8810138Z 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:13.8811824Z 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:13.8813065Z 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:13.8814207Z 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:13.8815402Z 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:13.8816719Z 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:13.8817855Z 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:13.8818962Z 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:13.8820053Z 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:13.8821225Z 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:13.8822353Z 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:13.8823484Z 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:13.8824663Z 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:13.8825854Z 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:13.8827006Z 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:13.8828178Z 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:13.8829252Z 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:13.8830351Z 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:13.8831654Z 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:13.8832843Z 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:13.8834002Z 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:13.8835137Z 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:13.8836244Z 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:13.8837397Z 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:13.8838537Z 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:13.8839643Z 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:13.8840944Z 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:13.8842110Z 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:13.8843267Z 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:13.8844419Z 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:13.8845560Z 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:13.8846722Z 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:13.8847915Z 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:13.8849110Z 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:13.8850182Z 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:13.8851298Z 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:13.8852721Z 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:13.8853786Z 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:13.8854873Z 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:13.8855965Z 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:13.8857191Z 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:13.8905598Z 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:13.8906814Z 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:13.8907932Z 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:13.8909014Z 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:13.8910138Z 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:13.8911240Z 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:13.8912325Z 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:13.8913425Z 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:13.8914493Z 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:13.8915615Z 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:13.8916701Z 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:13.8917870Z 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:13.8919067Z 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:13.8920196Z 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:13.8921858Z 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:13.8923013Z 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:13.8924124Z 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:13.8925216Z 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:13.8926394Z 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:13.8927579Z 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:13.8928743Z 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:13.8929862Z 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:13.8930989Z 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:13.8932182Z 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:13.8933624Z 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:13.8934818Z 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:13.8935953Z 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:13.8937081Z 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:13.8938229Z 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:13.8939330Z 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:13.8940435Z 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:13.8941670Z 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:13.8942915Z 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:13.8944035Z 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:13.8945172Z 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:13.8946334Z 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:13.8947448Z 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:13.8948545Z 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:13.8949657Z 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:13.8950794Z 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:13.8951897Z 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:13.9003809Z 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:13.9005019Z 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:13.9006199Z 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:13.9007347Z 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:13.9008545Z 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:13.9009707Z 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:13.9010961Z 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:13.9012092Z 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:13.9013279Z 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:13.9015047Z 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:13.9016190Z 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:13.9017458Z 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:13.9018659Z 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:13.9019927Z 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:13.9021126Z 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:13.9022397Z 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:13.9023638Z 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:13.9024879Z 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:13.9026117Z 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:13.9027363Z 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:13.9028555Z 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:13.9029733Z 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:13.9030905Z 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:13.9032127Z 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:13.9033319Z 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:13.9034564Z 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:13.9036080Z 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:13.9037294Z 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:13.9038477Z 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:13.9039653Z 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:13.9040883Z 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:13.9042066Z 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:13.9043238Z 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:13.9044303Z 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:13.9045395Z 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:13.9046455Z 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:13.9047534Z 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:13.9048622Z 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:13.9049712Z 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:13.9050835Z 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:13.9094649Z 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:13.9095798Z 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:13.9096911Z 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:13.9098002Z 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:13.9099676Z 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:13.9100813Z 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:13.9101929Z 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:13.9103312Z 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:13.9104555Z 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:13.9105783Z 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:13.9107005Z 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:13.9108138Z 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:13.9109257Z 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:13.9110379Z 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:13.9111480Z 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:13.9112617Z 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:13.9113652Z 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:13.9114133Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:13.9115226Z 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:13.9116368Z 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:13.9116946Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:13.9118281Z 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:13.9120041Z 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:13.9121398Z 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:13.9122745Z 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:13.9124097Z 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:13.9125464Z 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:13.9126862Z 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:13.9128249Z 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:13.9129744Z 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:13.9131238Z 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:13.9132713Z 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:13.9134093Z 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:13.9135441Z 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:13.9136865Z 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:13.9138214Z 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:13.9139567Z 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:13.9141146Z 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:13.9169615Z 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:13.9171070Z 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:13.9172560Z 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:13.9173940Z 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:13.9175285Z 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:13.9176620Z 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:13.9177992Z 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:13.9179504Z 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:13.9180876Z 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:13.9182223Z 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:13.9183564Z 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:13.9184966Z 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:13.9186321Z 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:13.9187696Z 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:13.9189482Z 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:13.9190865Z 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:13.9192209Z 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:13.9193582Z 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:13.9194969Z 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:13.9196359Z 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:13.9197727Z 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:13.9199058Z 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:13.9200405Z 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:13.9201765Z 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:13.9203298Z 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:13.9204647Z 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:13.9206013Z 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:13.9207382Z 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:13.9208711Z 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:13.9210494Z 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:13.9211839Z 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:13.9213291Z 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:13.9214661Z 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:13.9248236Z 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:13.9249601Z 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:13.9250925Z 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:13.9252363Z 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:13.9253729Z 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:13.9255095Z 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:13.9256467Z 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:13.9257843Z 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:13.9259221Z 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:13.9260623Z 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:13.9262093Z 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:13.9263866Z 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:13.9265250Z 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:13.9266611Z 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:13.9267964Z 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:13.9269310Z 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:13.9270683Z 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:13.9272039Z 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:13.9273435Z 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:13.9274790Z 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:13.9276139Z 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:13.9277495Z 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:13.9278928Z 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:13.9280299Z 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:13.9281696Z 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:13.9283025Z 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:13.9284572Z 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:13.9285930Z 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:13.9287322Z 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:13.9288711Z 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:13.9290208Z 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:13.9291697Z 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:13.9292352Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:13.9348746Z 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:13.9349507Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:13.9350700Z 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:13.9351866Z 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:13.9353025Z 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:13.9353497Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:13.9354614Z 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:13.9355734Z 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:13.9356874Z 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:13.9357998Z 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:13.9359154Z 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:13.9360879Z 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:13.9361465Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:13.9362758Z 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:13.9364130Z 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:13.9365623Z 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:13.9367021Z 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:13.9368435Z 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:13.9369903Z 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:13.9371357Z 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:13.9372814Z 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:13.9374198Z 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:13.9375730Z 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:13.9377108Z 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:13.9378516Z 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:13.9379973Z 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:13.9381645Z 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:13.9383118Z 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:13.9384673Z 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:13.9385028Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:55:13.9385992Z 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:13.9386894Z 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:13.9387769Z 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:13.9388093Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests 2025-06-05T23:55:13.9389003Z 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:13.9389856Z 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:13.9390821Z 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:13.9391674Z 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:13.9392582Z 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:13.9393484Z 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:13.9463881Z 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:13.9464910Z 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:13.9465844Z 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:13.9466766Z 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:13.9467638Z 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:13.9467986Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:55:13.9468385Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:55:13.9469243Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:13.9470731Z 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:13.9472062Z 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:13.9473319Z 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:13.9474599Z 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:13.9475929Z 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:13.9477242Z 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:13.9478498Z 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:13.9479789Z 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:13.9481085Z 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:13.9481405Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino 2025-06-05T23:55:13.9482220Z 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:13.9483083Z 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:13.9483931Z 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:13.9484329Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:55:13.9485268Z 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:13.9486247Z 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:13.9486604Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests 2025-06-05T23:55:13.9487529Z 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:13.9487928Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:55:13.9489267Z 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:13.9489657Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:55:13.9490692Z 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:13.9491660Z 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:13.9493029Z 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:13.9494016Z 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:13.9495037Z 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:13.9496053Z 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:13.9497014Z 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:13.9498007Z 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:13.9499004Z 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:13.9499999Z 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:13.9500960Z 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:13.9501283Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-06-05T23:55:13.9502331Z 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:13.9502704Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:55:13.9503618Z 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:13.9504655Z 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:13.9505632Z 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:13.9506579Z 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:13.9507539Z 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:13.9567789Z 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:13.9568847Z 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:13.9569859Z 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:13.9570839Z 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:13.9571782Z 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:13.9572974Z 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:13.9573941Z 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:13.9574904Z 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:13.9575927Z 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:13.9576874Z 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:13.9577841Z 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:13.9578872Z 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:13.9579852Z 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:13.9580760Z 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:13.9581745Z 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:13.9582778Z 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:13.9583688Z 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:13.9584721Z 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:13.9585696Z 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:13.9586667Z 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:13.9587959Z 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:13.9588930Z 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:13.9589945Z 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:13.9590909Z 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:13.9591903Z 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:13.9592853Z 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:13.9593818Z 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:13.9594799Z 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:13.9595788Z 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:13.9596762Z 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:13.9597688Z 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:13.9598582Z 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:13.9598957Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:55:13.9599881Z 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:13.9600847Z 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:13.9601788Z 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:13.9602959Z 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:13.9603889Z 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:13.9604826Z 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:13.9605949Z 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:13.9607017Z 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:13.9607979Z 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:13.9608937Z 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:13.9609895Z 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:13.9610832Z 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:13.9663659Z 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:13.9664619Z 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:13.9665564Z 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:13.9666512Z 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:13.9667466Z 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:13.9668417Z 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:13.9669397Z 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:13.9670373Z 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:13.9671295Z 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:13.9672236Z 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:13.9673206Z 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:13.9674142Z 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:13.9675072Z 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:13.9676012Z 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:13.9677200Z 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:13.9678281Z 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:13.9679234Z 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:13.9680150Z 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:13.9681087Z 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:13.9682058Z 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:13.9682985Z 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:13.9683966Z 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:13.9684930Z 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:13.9685891Z 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:13.9686835Z 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:13.9687788Z 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:13.9688775Z 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:13.9689730Z 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:13.9690648Z 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:13.9691610Z 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:13.9692626Z 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:13.9693604Z 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:13.9694587Z 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:13.9695505Z 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:13.9696667Z 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:13.9697648Z 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:13.9698610Z 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:13.9699560Z 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:13.9700479Z 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:13.9701411Z 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:13.9702534Z 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:13.9703465Z 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:13.9704380Z 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:13.9705311Z 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:13.9706252Z 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:13.9707188Z 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:13.9782044Z 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:13.9782998Z 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:13.9783954Z 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:13.9784972Z 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:13.9785919Z 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:13.9786872Z 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:13.9787807Z 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:13.9788793Z 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:13.9790272Z 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:13.9791235Z 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:13.9792163Z 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:13.9793108Z 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:13.9794068Z 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:13.9795033Z 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:13.9796013Z 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:13.9797005Z 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:13.9797939Z 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:13.9798884Z 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:13.9799830Z 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:13.9800766Z 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:13.9801736Z 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:13.9802884Z 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:13.9803815Z 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:13.9804762Z 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:13.9805739Z 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:13.9806685Z 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:13.9807653Z 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:13.9808686Z 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:13.9810061Z 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:13.9811016Z 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:13.9811995Z 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:13.9813003Z 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:13.9813375Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:55:13.9814308Z 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:13.9814698Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:55:13.9815678Z 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:13.9816688Z 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:13.9817635Z 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:13.9818010Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:13.9819010Z 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:13.9820032Z 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:13.9821000Z 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:13.9821976Z 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:13.9822422Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:13.9823612Z 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:13.9824819Z 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:13.9825219Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:55:13.9826245Z 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:13.9915221Z 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:13.9916362Z 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:13.9917270Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:55:13.9918193Z 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:13.9919163Z 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:13.9920051Z 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:13.9920404Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:55:13.9921331Z 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:13.9922229Z 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:13.9922576Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:55:13.9922940Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:13.9923831Z 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:13.9924161Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-06-05T23:55:13.9924999Z 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:13.9925910Z 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:13.9926825Z 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:13.9927729Z 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:13.9928709Z 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:13.9929648Z 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:13.9930579Z 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:13.9931457Z 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:13.9932434Z 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:13.9933330Z 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:13.9934229Z 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:13.9935262Z 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:13.9936326Z 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:13.9937177Z 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:13.9938154Z 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:13.9938510Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-06-05T23:55:13.9939608Z 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:13.9940691Z 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:13.9941656Z 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:13.9941964Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-06-05T23:55:13.9942745Z 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:13.9943573Z 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:13.9944390Z 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:13.9945187Z 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:13.9946046Z 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:13.9946400Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:55:13.9947380Z 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:13.9948406Z 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:13.9949488Z 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:13.9950480Z 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:13.9951405Z 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:13.9952407Z 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:13.9953356Z 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:13.9954547Z 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:13.9955508Z 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:13.9955898Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:55:13.9956931Z 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:13.9957301Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:55:13.9958285Z 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:14.0037317Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:55:14.0038344Z 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:14.0038773Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:55:14.0039203Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:55:14.0039660Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.0040853Z 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:14.0042096Z 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:14.0043316Z 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:14.0044438Z 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:14.0045578Z 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:14.0046724Z 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:14.0047874Z 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:14.0049151Z 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:14.0050317Z 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:14.0051476Z 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:14.0053443Z 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:14.0054586Z 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:14.0055709Z 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:14.0056839Z 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:14.0058037Z 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:14.0059346Z 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:14.0060805Z 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:14.0062188Z 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:14.0063323Z 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:14.0064488Z 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:14.0065672Z 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:14.0066938Z 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:14.0068124Z 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:14.0069285Z 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:14.0070560Z 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:14.0071716Z 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:14.0072811Z 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:14.0074176Z 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:14.0075408Z 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:14.0076552Z 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:14.0077697Z 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:14.0078896Z 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:14.0080055Z 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:14.0081205Z 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:14.0082383Z 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:14.0083563Z 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:14.0107420Z 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:14.0108665Z 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:14.0109816Z 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:14.0110997Z 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:14.0112289Z 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:14.0113455Z 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:14.0114607Z 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:14.0115830Z 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:14.0117561Z 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:14.0118925Z 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:14.0120106Z 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:14.0121236Z 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:14.0122358Z 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:14.0123499Z 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:14.0124669Z 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:14.0125856Z 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:14.0127046Z 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:14.0128304Z 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:14.0129440Z 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:14.0130531Z 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:14.0131706Z 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:14.0133137Z 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:14.0134270Z 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:14.0135415Z 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:14.0136553Z 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:14.0137708Z 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:14.0139066Z 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:14.0140203Z 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:14.0140602Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:55:14.0141680Z 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:14.0142739Z 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:14.0143823Z 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:14.0144826Z 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:14.0145170Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-06-05T23:55:14.0146102Z 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:14.0147049Z 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:14.0148036Z 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:14.0148963Z 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:14.0149365Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:14.0150321Z 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:14.0151373Z 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:14.0152468Z 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:14.0153025Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:14.0225089Z 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:14.0226208Z 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:14.0227314Z 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:14.0228814Z 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:14.0230109Z 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:14.0231160Z 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:14.0231536Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:14.0232506Z 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:14.0233534Z 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:14.0234601Z 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:14.0234989Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:55:14.0235399Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:14.0236432Z 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:14.0236909Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:55:14.0237493Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:14.0238827Z 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:14.0240114Z 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:14.0241409Z 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:14.0242693Z 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:14.0243956Z 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:14.0245309Z 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:14.0246683Z 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:14.0247312Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:14.0248832Z 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:14.0249473Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:55:14.0250054Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:55:14.0250731Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:14.0252552Z 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:14.0252905Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:55:14.0253307Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:55:14.0253767Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:14.0254885Z 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:14.0256009Z 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:14.0257115Z 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:14.0258224Z 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:14.0259390Z 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:14.0260544Z 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:14.0260865Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-06-05T23:55:14.0261657Z 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:14.0262549Z 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:14.0262914Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:55:14.0263800Z 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:14.0264851Z 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:14.0265823Z 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:14.0266775Z 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:14.0267957Z 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:14.0269005Z 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:14.0269941Z 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:14.0334681Z 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:14.0335733Z 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:14.0336743Z 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:14.0337709Z 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:14.0338625Z 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:14.0339003Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:55:14.0339936Z 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:14.0340905Z 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:14.0341856Z 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:14.0342785Z 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:14.0343724Z 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:14.0344724Z 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:14.0345648Z 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:14.0346597Z 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:14.0347549Z 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:14.0348487Z 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:14.0349439Z 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:14.0350365Z 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:14.0352029Z 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:14.0353090Z 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:14.0354018Z 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:14.0354945Z 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:14.0355901Z 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:14.0356840Z 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:14.0357806Z 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:14.0358778Z 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:14.0359772Z 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:14.0360749Z 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:14.0361698Z 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:14.0362741Z 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:14.0363693Z 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:14.0364665Z 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:14.0365630Z 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:14.0366587Z 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:14.0367538Z 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:14.0368502Z 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:14.0369457Z 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:14.0370643Z 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:14.0371598Z 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:14.0372851Z 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:14.0373789Z 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:14.0374742Z 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:14.0375690Z 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:14.0376642Z 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:14.0377600Z 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:14.0378565Z 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:14.0456941Z 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:14.0458030Z 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:14.0459017Z 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:14.0459991Z 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:14.0461011Z 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:14.0462061Z 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:14.0463017Z 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:14.0463961Z 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:14.0464935Z 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:14.0465313Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:55:14.0466267Z 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:14.0467868Z 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:14.0468319Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:14.0469354Z 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:14.0470427Z 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:14.0471557Z 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:14.0472626Z 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:14.0473763Z 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:14.0474851Z 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:14.0475274Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:14.0476346Z 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:14.0477382Z 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:14.0477762Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:14.0478823Z 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:14.0479861Z 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:14.0480260Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:55:14.0481347Z 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:14.0482459Z 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:14.0483520Z 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:14.0484533Z 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:14.0484873Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:55:14.0485808Z 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:14.0486796Z 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:14.0487454Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:55:14.0488464Z 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:14.0489416Z 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:14.0490422Z 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:14.0491428Z 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:14.0492668Z 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:14.0493697Z 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:14.0494704Z 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:14.0495713Z 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:14.0496714Z 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:14.0497702Z 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:14.0498729Z 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:14.0499731Z 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:14.0500686Z 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:14.0501047Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:14.0560327Z 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:14.0562391Z 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:14.0564455Z 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:14.0566598Z 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:14.0568645Z 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:14.0571226Z 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:14.0573483Z 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:14.0575564Z 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:14.0577665Z 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:14.0579698Z 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:14.0581813Z 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:14.0583831Z 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:14.0585867Z 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:14.0587856Z 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:14.0589865Z 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:14.0591901Z 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:14.0594036Z 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:14.0596115Z 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:14.0598178Z 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:14.0600223Z 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:14.0602420Z 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:14.0604443Z 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:14.0606453Z 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:14.0608495Z 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:14.0610562Z 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:14.0613180Z 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:14.0615242Z 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:14.0617292Z 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:14.0619343Z 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:14.0621391Z 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:14.0623424Z 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:14.0625444Z 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:14.0627557Z 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:14.0629658Z 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:14.0631684Z 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:14.0633714Z 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:14.0635744Z 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:14.0637821Z 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:14.0639899Z 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:14.0641930Z 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:14.0643975Z 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:14.0646092Z 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:14.0648321Z 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:14.0649797Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:14.0651406Z 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:14.0654014Z 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:14.0673627Z 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:14.0676029Z 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:14.0678283Z 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:14.0680553Z 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:14.0682869Z 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:14.0684478Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:14.0686140Z 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:14.0688482Z 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:14.0690800Z 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:14.0692717Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:14.0694444Z 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:14.0696834Z 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:14.0698467Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:14.0699942Z 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:14.0702199Z 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:14.0703729Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:55:14.0704683Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:14.0706335Z 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:14.0708000Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:55:14.0709135Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:14.0710965Z 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:14.0714030Z 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:14.0716530Z 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:14.0718292Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:55:14.0719391Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:14.0721231Z 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:14.0723597Z 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:14.0725187Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:14.0726822Z 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:14.0729061Z 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:14.0730675Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:14.0732467Z 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:14.0734195Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:14.0736102Z 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:14.0738781Z 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:14.0741506Z 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:14.0743395Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:55:14.0744532Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:14.0746409Z 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:14.0748972Z 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:14.0751391Z 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:14.0753272Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:14.0755132Z 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:14.0757559Z 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:14.0759258Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:55:14.0760349Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:14.0762177Z 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:14.0764778Z 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:14.0767446Z 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:14.0770157Z 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:14.0771984Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.0773860Z 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:14.0776281Z 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:14.0778698Z 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:14.0781257Z 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:14.0783901Z 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:14.0786566Z 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:14.0789274Z 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:14.0792014Z 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:14.0794696Z 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:14.0797582Z 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:14.0800229Z 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:14.0803025Z 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:14.0805686Z 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:14.0822072Z 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:14.0824759Z 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:14.0827488Z 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:14.0830241Z 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:14.0833033Z 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:14.0835680Z 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:14.0838293Z 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:14.0840881Z 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:14.0843488Z 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:14.0846131Z 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:14.0848848Z 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:14.0851602Z 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:14.0854945Z 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:14.0857568Z 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:14.0859417Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.0861247Z 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:14.0863786Z 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:14.0866343Z 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:14.0868920Z 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:14.0871547Z 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:14.0874127Z 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:14.0876667Z 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:14.0879202Z 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:14.0881815Z 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:14.0884338Z 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:14.0886879Z 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:14.0889506Z 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:14.0892080Z 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:14.0894597Z 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:14.0897428Z 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:14.0899905Z 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:14.0902512Z 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:14.0905078Z 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:14.0907640Z 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:14.0910176Z 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:14.0912690Z 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:14.0915219Z 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:14.0917767Z 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:14.0920322Z 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:14.0922824Z 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:14.0925272Z 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:14.0927772Z 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:14.0930341Z 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:14.0932955Z 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:14.0935491Z 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:14.0938022Z 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:14.0940932Z 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:14.0943435Z 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:14.0945983Z 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:14.0948555Z 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:14.0951124Z 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:14.0954337Z 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:14.0956886Z 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:14.0959456Z 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:14.0962062Z 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:14.0964651Z 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:14.0967090Z 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:14.0969572Z 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:14.0972043Z 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:14.0974587Z 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:14.0977075Z 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:14.0979706Z 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:14.0982326Z 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:14.0985223Z 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:14.0987846Z 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:14.0990473Z 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:14.0993110Z 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:14.0995769Z 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:14.0998424Z 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:14.1001059Z 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:14.1003909Z 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:14.1006576Z 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:14.1009212Z 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:14.1011842Z 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:14.1014573Z 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:14.1017241Z 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:14.1019890Z 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:14.1022415Z 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:14.1024920Z 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:14.1027743Z 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:14.1030541Z 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:14.1033150Z 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:14.1035689Z 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:14.1038139Z 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:14.1040608Z 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:14.1043095Z 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:14.1045575Z 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:14.1048214Z 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:14.1050624Z 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:14.1053094Z 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:14.1054680Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:55:14.1056082Z 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:14.1058048Z 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:14.1060047Z 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:14.1062025Z 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:14.1063436Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-06-05T23:55:14.1064207Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-06-05T23:55:14.1065502Z 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:14.1067336Z 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:14.1068905Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:55:14.1070506Z 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:14.1072638Z 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:14.1074803Z 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:14.1077008Z 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:14.1079142Z 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:14.1081357Z 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:14.1083547Z 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:14.1085735Z 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:14.1087922Z 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:14.1090131Z 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:14.1092386Z 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:14.1094510Z 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:14.1096676Z 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:14.1098823Z 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:14.1100943Z 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:14.1103225Z 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:14.1105356Z 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:14.1107491Z 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:14.1109619Z 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:14.1112133Z 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:14.1113682Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:55:14.1115198Z 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:14.1117329Z 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:14.1119079Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:55:14.1120719Z 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:14.1123046Z 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:14.1125321Z 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:14.1126852Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:55:14.1128263Z 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:14.1130268Z 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:14.1132430Z 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:14.1134491Z 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:14.1136520Z 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:14.1138700Z 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:14.1140730Z 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:14.1142176Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:55:14.1143608Z 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:14.1145606Z 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:14.1147021Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-06-05T23:55:14.1147920Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:14.1149456Z 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:14.1151650Z 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:14.1153587Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:55:14.1155176Z 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:14.1157407Z 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:14.1159046Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:14.1160599Z 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:14.1162834Z 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:14.1164426Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:55:14.1165982Z 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:14.1168265Z 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:14.1169828Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:55:14.1170793Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:14.1172666Z 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:14.1174934Z 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:14.1177205Z 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:14.1178854Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-06-05T23:55:14.1179672Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-06-05T23:55:14.1181003Z 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:14.1182881Z 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:14.1184802Z 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:14.1186758Z 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:14.1188779Z 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:14.1190685Z 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:14.1192888Z 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:14.1195020Z 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:14.1197017Z 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:14.1199005Z 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:14.1200948Z 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:14.1203012Z 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:14.1204963Z 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:14.1206926Z 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:14.1208823Z 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:14.1210729Z 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:14.1212734Z 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:14.1214640Z 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:14.1216026Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:14.1217602Z 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:14.1219791Z 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:14.1221965Z 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:14.1224142Z 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:14.1225656Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:55:14.1227227Z 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:14.1229449Z 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:14.1231603Z 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:14.1234181Z 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:14.1236339Z 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:14.1238490Z 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:14.1240683Z 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:14.1242877Z 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:14.1245091Z 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:14.1247167Z 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:14.1249163Z 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:14.1251179Z 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:14.1252701Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:55:14.1254113Z 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:14.1256090Z 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:14.1258076Z 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:14.1260040Z 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:14.1261443Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-06-05T23:55:14.1262845Z 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:14.1264797Z 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:14.1266836Z 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:14.1268318Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:14.1269819Z 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:14.1271391Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:14.1273107Z 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:14.1275707Z 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:14.1277446Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:14.1279164Z 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:14.1281554Z 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:14.1283967Z 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:14.1285665Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:14.1287272Z 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:14.1288933Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:14.1290723Z 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:14.1292685Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:14.1294698Z 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:14.1297476Z 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:14.1300218Z 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:14.1302327Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:14.1304321Z 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:14.1307092Z 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:14.1309834Z 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:14.1312570Z 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:14.1314571Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:14.1316856Z 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:14.1319819Z 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:14.1322628Z 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:14.1325425Z 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:14.1327416Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:14.1329366Z 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:14.1332015Z 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:14.1334028Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:14.1335951Z 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:14.1338645Z 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:14.1340656Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:14.1342649Z 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:14.1345416Z 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:14.1348172Z 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:14.1350913Z 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:14.1353658Z 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:14.1356404Z 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:14.1359153Z 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:14.1361231Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:14.1363081Z 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:14.1365562Z 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:14.1368010Z 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:14.1370463Z 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:14.1372261Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:55:14.1373326Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:14.1375201Z 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:14.1377831Z 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:14.1380489Z 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:14.1383158Z 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:14.1385781Z 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:14.1388392Z 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:14.1391023Z 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:14.1393630Z 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:14.1396221Z 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:14.1398763Z 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:14.1401320Z 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:14.1404454Z 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:14.1407131Z 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:14.1409733Z 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:14.1412413Z 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:14.1414112Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m 2025-06-05T23:55:14.1414929Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:55:14.1416314Z 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:14.1418236Z 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:14.1419637Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:55:14.1421147Z 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:14.1422628Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:55:14.1424103Z 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:14.1425498Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-06-05T23:55:14.1426291Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:14.1427743Z 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:14.1429765Z 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:14.1431860Z 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:14.1433923Z 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:14.1435939Z 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:14.1438023Z 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:14.1440178Z 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:14.1442307Z 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:14.1444738Z 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:14.1446192Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-06-05T23:55:14.1447424Z 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:14.1449188Z 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:14.1450974Z 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:14.1452848Z 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:14.1454221Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:55:14.1455664Z 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:14.1457642Z 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:14.1459046Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-06-05T23:55:14.1469001Z 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:14.1470869Z 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:14.1472284Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:55:14.1473803Z 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:14.1475861Z 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:14.1477489Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:14.1479423Z 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:14.1482088Z 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:14.1484786Z 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:14.1487483Z 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:14.1490069Z 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:14.1492855Z 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:14.1495025Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:14.1496585Z 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:14.1498662Z 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:14.1500147Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:55:14.1501636Z 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:14.1503888Z 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:14.1505366Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:55:14.1506849Z 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:14.1508868Z 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:14.1510306Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-06-05T23:55:14.1511655Z 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:14.1513572Z 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:14.1515502Z 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:14.1517440Z 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:14.1519569Z 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:14.1521556Z 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:14.1523525Z 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:14.1525460Z 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:14.1527504Z 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:14.1529578Z 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:14.1531530Z 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:14.1533521Z 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:14.1535874Z 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:14.1537758Z 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:14.1539700Z 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:14.1541177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:55:14.1542715Z 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:14.1544870Z 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:14.1546450Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:55:14.1548118Z 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:14.1550418Z 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:14.1552722Z 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:14.1555046Z 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:14.1556669Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:55:14.1558179Z 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:14.1560294Z 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:14.1562411Z 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:14.1564068Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:14.1565866Z 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:14.1568359Z 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:14.1570885Z 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:14.1573515Z 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:14.1576342Z 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:14.1578832Z 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:14.1581301Z 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:14.1583821Z 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:14.1586308Z 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:14.1588769Z 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:14.1591189Z 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:14.1593590Z 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:14.1596019Z 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:14.1598589Z 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:14.1601183Z 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:14.1603995Z 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:14.1606644Z 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:14.1609276Z 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:14.1610964Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:55:14.1612613Z 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:14.1614909Z 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:14.1617184Z 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:14.1619873Z 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:14.1622071Z 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:14.1624233Z 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:14.1626443Z 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:14.1628031Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:14.1629637Z 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:14.1631207Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:14.1632730Z 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:14.1634328Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:14.1636070Z 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:14.1638532Z 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:14.1641009Z 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:14.1643443Z 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:14.1645231Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:14.1646891Z 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:14.1649197Z 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:14.1651533Z 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:14.1653957Z 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:14.1655690Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:14.1657461Z 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:14.1659414Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:14.1684235Z 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:14.1686872Z 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:14.1688850Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:14.1690665Z 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:14.1693314Z 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:14.1693860Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:14.1695071Z 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:14.1696378Z 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:14.1696755Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-06-05T23:55:14.1697640Z 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:14.1698548Z 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:14.1699408Z 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:14.1699780Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-06-05T23:55:14.1700736Z 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:14.1701677Z 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:14.1702215Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-06-05T23:55:14.1703075Z 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:14.1703922Z 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:14.1704295Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:55:14.1705221Z 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:14.1706159Z 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:14.1706989Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:14.1707945Z 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:14.1708892Z 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:14.1709293Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:14.1710239Z 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:14.1711183Z 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:14.1711606Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:14.1712624Z 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:14.1712996Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:55:14.1713915Z 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:14.1714826Z 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:14.1715767Z 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:14.1716734Z 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:14.1717716Z 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:14.1718089Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:55:14.1718991Z 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:14.1719951Z 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:14.1720322Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:55:14.1721207Z 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:14.1722144Z 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:14.1722490Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen3 2025-06-05T23:55:14.1723350Z 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:14.1724280Z 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:14.1724753Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-06-05T23:55:14.1725705Z 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:14.1726592Z 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:14.1726948Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/smollm2 2025-06-05T23:55:14.1727832Z 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:14.1728785Z 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:14.1729132Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-06-05T23:55:14.1729982Z 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:14.1730867Z 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:14.1731277Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:55:14.1802866Z 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:14.1803934Z 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:14.1804335Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-06-05T23:55:14.1805253Z 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:14.1806157Z 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:14.1806537Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:55:14.1807463Z 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:14.1808403Z 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:14.1808753Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-06-05T23:55:14.1809125Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:55:14.1810081Z 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:14.1810384Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-06-05T23:55:14.1810724Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-06-05T23:55:14.1811106Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:55:14.1812067Z 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:14.1814090Z 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:14.1815054Z 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:14.1816000Z 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:14.1816955Z 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:14.1817357Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:14.1818382Z 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:14.1819385Z 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:14.1820469Z 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:14.1821501Z 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:14.1822547Z 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:14.1822884Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps 2025-06-05T23:55:14.1823256Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:55:14.1824235Z 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:14.1825208Z 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:14.1825483Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-06-05T23:55:14.1825828Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-06-05T23:55:14.1826690Z 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:14.1827541Z 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:14.1827895Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-06-05T23:55:14.1828749Z 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:14.1829150Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:14.1830128Z 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:14.1831185Z 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:14.1832454Z 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:14.1833495Z 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:14.1834509Z 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:14.1834876Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:55:14.1835844Z 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:14.1836173Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-06-05T23:55:14.1837039Z 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:14.1837890Z 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:14.1838723Z 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:14.1839115Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:55:14.1840145Z 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:14.1840486Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-06-05T23:55:14.1841396Z 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:14.1841768Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-06-05T23:55:14.1842712Z 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:14.1843731Z 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:14.1844721Z 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:14.1845630Z 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:14.2131728Z 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:14.2132120Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-06-05T23:55:14.2133011Z 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:14.2133374Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-06-05T23:55:14.2134235Z 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:14.2134557Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-06-05T23:55:14.2135969Z 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:14.2136381Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-06-05T23:55:14.2137414Z 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:14.2137844Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:55:14.2138883Z 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:14.2139894Z 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:14.2140284Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-06-05T23:55:14.2140691Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:55:14.2141733Z 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:14.2142735Z 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:14.2143177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:14.2144275Z 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:14.2144588Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-06-05T23:55:14.2144954Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:55:14.2145835Z 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:14.2146748Z 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:14.2147681Z 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:14.2148607Z 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:14.2149598Z 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:14.2150601Z 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:14.2151571Z 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:14.2152546Z 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:14.2153499Z 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:14.2154123Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:14.2155278Z 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:14.2155795Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:55:14.2156343Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:14.2157595Z 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:14.2158819Z 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:14.2159796Z 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:14.2160132Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-06-05T23:55:14.2160972Z 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:14.2161842Z 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:14.2162735Z 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:14.2163664Z 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:14.2164576Z 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:14.2165496Z 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:14.2165857Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export/test 2025-06-05T23:55:14.2166772Z 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:14.2167731Z 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:14.2168080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-06-05T23:55:14.2168949Z 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:14.2169890Z 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:14.2170781Z 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:14.2171652Z 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:14.2172160Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:55:14.2173295Z 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:14.2174302Z 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:14.2236112Z 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:14.2237197Z 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:14.2237565Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:55:14.2238518Z 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:14.2239020Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:14.2240157Z 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:14.2241331Z 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:14.2242511Z 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:14.2243678Z 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:14.2244835Z 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:14.2245400Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:14.2246621Z 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:14.2247214Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:14.2248555Z 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:14.2249897Z 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:14.2250293Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:14.2251311Z 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:14.2251757Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:55:14.2252834Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:14.2254291Z 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:14.2255532Z 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:14.2256096Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:14.2256689Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:14.2258051Z 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:14.2259461Z 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:14.2260805Z 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:14.2261287Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:55:14.2261799Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:55:14.2262352Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:55:14.2262981Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:14.2264439Z 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:14.2264953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:55:14.2265550Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:55:14.2266190Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:14.2267677Z 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:14.2268206Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:55:14.2268798Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:14.2270199Z 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:14.2270850Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:14.2272345Z 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:14.2273189Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:14.2274676Z 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:14.2275283Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:14.2276693Z 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:14.2277180Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:55:14.2277710Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:14.2279008Z 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:14.2280276Z 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:14.2344456Z 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:14.2345859Z 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:14.2347186Z 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:14.2348464Z 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:14.2349725Z 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:14.2351025Z 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:14.2351504Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:55:14.2352034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:14.2353289Z 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:14.2353815Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:14.2354997Z 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:14.2356733Z 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:14.2357959Z 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:14.2358581Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:14.2359968Z 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:14.2360471Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:14.2361719Z 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:14.2362951Z 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:14.2364117Z 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:14.2364654Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:55:14.2365250Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:14.2366600Z 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:14.2367225Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:14.2368637Z 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:14.2370141Z 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:14.2370778Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:55:14.2371503Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:14.2373214Z 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:14.2374839Z 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:14.2376675Z 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:14.2378504Z 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:14.2378905Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:55:14.2379332Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:55:14.2379897Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:14.2381192Z 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:14.2382520Z 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:14.2383855Z 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:14.2385155Z 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:14.2386473Z 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:14.2387088Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:14.2388454Z 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:14.2389115Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:14.2475667Z 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:14.2477273Z 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:14.2477652Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module 2025-06-05T23:55:14.2477995Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test 2025-06-05T23:55:14.2478391Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test/resources 2025-06-05T23:55:14.2479478Z 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:14.2479744Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-06-05T23:55:14.2480058Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-06-05T23:55:14.2481405Z 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:14.2481769Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-06-05T23:55:14.2482720Z 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:14.2483723Z 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:14.2484718Z 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:14.2485571Z 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:14.2486510Z 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:14.2486767Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-06-05T23:55:14.2487447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-06-05T23:55:14.2488155Z 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:14.2488741Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-06-05T23:55:14.2488993Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-06-05T23:55:14.2489289Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-06-05T23:55:14.2490133Z 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:14.2490398Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-06-05T23:55:14.2490724Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-06-05T23:55:14.2491088Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-06-05T23:55:14.2491492Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.2492604Z 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:14.2493635Z 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:14.2494657Z 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:14.2495658Z 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:14.2496653Z 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:14.2497677Z 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:14.2498749Z 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:14.2500090Z 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:14.2501164Z 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:14.2502407Z 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:14.2503527Z 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:14.2504608Z 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:14.2505644Z 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:14.2506644Z 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:14.2507635Z 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:14.2508611Z 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:14.2509663Z 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:14.2510755Z 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:14.2511232Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:14.2512368Z 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:14.2512932Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:14.2514272Z 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:14.2515581Z 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:14.2516095Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:14.2517312Z 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:14.2518550Z 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:14.2574164Z 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:14.2575491Z 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:14.2576703Z 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:14.2577213Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.2578435Z 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:14.2579651Z 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:14.2580845Z 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:14.2582036Z 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:14.2583207Z 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:14.2584382Z 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:14.2585581Z 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:14.2586768Z 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:14.2587945Z 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:14.2589157Z 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:14.2590392Z 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:14.2591573Z 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:14.2592775Z 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:14.2594288Z 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:14.2594853Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:55:14.2595418Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:55:14.2596034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:14.2597411Z 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:14.2598794Z 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:14.2599399Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.2600779Z 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:14.2602364Z 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:14.2603734Z 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:14.2605104Z 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:14.2606444Z 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:14.2607868Z 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:14.2609215Z 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:14.2610577Z 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:14.2611951Z 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:14.2613427Z 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:14.2615241Z 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:14.2616602Z 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:14.2617029Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:14.2618128Z 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:14.2619251Z 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:14.3321568Z 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:14.3322800Z 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:14.3323275Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:14.3324386Z 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:14.3324823Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.3325916Z 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:14.3327118Z 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:14.3328180Z 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:14.3329288Z 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:14.3330364Z 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:14.3331420Z 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:14.3332572Z 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:14.3333651Z 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:14.3334720Z 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:14.3335776Z 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:14.3337487Z 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:14.3337991Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:14.3339120Z 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:14.3340286Z 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:14.3340686Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-06-05T23:55:14.3341165Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:14.3342414Z 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:14.3343589Z 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:14.3344849Z 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:14.3345346Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:55:14.3346425Z 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:14.3347547Z 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:14.3348634Z 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:14.3349750Z 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:14.3350211Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:14.3351388Z 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:14.3352535Z 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:14.3353717Z 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:14.3353973Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-06-05T23:55:14.3354245Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-06-05T23:55:14.3354915Z 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:14.3355813Z 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:14.3355959Z running install_egg_info 2025-06-05T23:55:14.3356489Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:55:14.3356627Z running install_scripts 2025-06-05T23:55:14.3357024Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:55:14.3357846Z creating '/tmp/pip-wheel-tse428cd/.tmp-418c9ugs/executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-06-05T23:55:14.3357999Z adding 'executorch/version.py' 2025-06-05T23:55:14.3358484Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:55:14.3358760Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:55:14.3359040Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:55:14.3359374Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:55:14.3359652Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:55:14.3359998Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:55:14.3360279Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:55:14.3360607Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:55:14.3360983Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:55:14.3361326Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:55:14.3361650Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:55:14.3361847Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:55:14.3362095Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:55:14.3362349Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:55:14.3362649Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:55:14.3363051Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:55:14.3363322Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:55:14.3363608Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:55:14.3363907Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:55:14.3364194Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:55:14.3364510Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:55:14.3364794Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:55:14.3796705Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:55:14.3797084Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:55:14.3797518Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:55:14.3797848Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:55:14.3798129Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:55:14.3798386Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:55:14.3798678Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:55:14.3798943Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:55:14.3799211Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:55:14.3799485Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:55:14.3799749Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:55:14.3800007Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:55:14.3800757Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:55:14.3801290Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:55:14.3801660Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:55:14.3801944Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:55:14.3802298Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:55:14.3802597Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:55:14.3802903Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:55:14.3803176Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:55:14.3803439Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:55:14.3803721Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:55:14.3803985Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:55:14.3804230Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:55:14.3804484Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:55:14.3804680Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:55:14.3804855Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:55:14.3805052Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:55:14.3805279Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:55:14.3805483Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:55:14.3805681Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:55:14.3805876Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:55:14.3806094Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:55:14.3806303Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:55:14.3806542Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:55:14.3806740Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:55:14.3806931Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:55:14.3807143Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:55:14.3807378Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:55:14.3807735Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:55:14.3808125Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:55:14.3808436Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:55:14.3808651Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:55:14.3808901Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:55:14.3809136Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:55:14.3809412Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:55:14.3809661Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:55:14.3809917Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:55:14.3810201Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:14.3810557Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:55:14.3810885Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:55:14.3811215Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:55:14.3811507Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:55:14.3811774Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:55:14.3812156Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:55:14.3812599Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:55:14.3812850Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:55:14.3813445Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:55:14.3813864Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:55:14.3814154Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:55:14.3814458Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:55:14.3814759Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:55:14.3815071Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:55:14.3815423Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:14.3815704Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:55:14.3816000Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:55:14.3816255Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:55:14.3816513Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:55:14.3816794Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:55:14.3817084Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:55:14.3817423Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:55:14.3817692Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:55:14.3817962Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:55:14.3818224Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:55:14.3818590Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:55:14.3818886Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:55:14.3819174Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:55:14.3819504Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:55:14.3819852Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:55:14.3820129Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:55:14.3820380Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:55:14.3820662Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:55:14.3820996Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:55:14.3821236Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:55:14.3821490Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:55:14.3821792Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:55:14.3822130Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:55:14.3822432Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:55:14.3822736Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:55:14.3823065Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:14.3823421Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:55:14.3823687Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:55:14.3824020Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:55:14.3824331Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:55:14.3824639Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:55:14.3824942Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:55:14.3825263Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:55:14.3825596Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:55:14.3826056Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:55:14.3826462Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:55:14.3826779Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:55:14.3827148Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:55:14.3827372Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:55:14.3827613Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:55:14.3827831Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:55:14.3828041Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:55:14.3828259Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:55:14.3828472Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:55:14.3828686Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:55:14.3828943Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:55:14.3829157Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:55:14.3829368Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:55:14.3829591Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:55:14.3829872Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:55:14.3830111Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:55:14.3830321Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:55:14.3830523Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:55:14.3830730Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:55:14.3830944Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:55:14.3831145Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:55:14.3831347Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:55:14.3831562Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:55:14.3831775Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:55:14.3831978Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:55:14.3832232Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:55:14.3832466Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:55:14.4273150Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:55:14.4273465Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:55:14.4273682Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:55:14.4273922Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:55:14.4274139Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:55:14.4274393Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:55:14.4274623Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:55:14.4274897Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:55:14.4275179Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:55:14.4275401Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:55:14.4275632Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:55:14.4275849Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:55:14.4276070Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:55:14.4276278Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:55:14.4276489Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:55:14.4276710Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:55:14.4276927Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:55:14.4277163Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:55:14.4277887Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:55:14.4278135Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:55:14.4278633Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:55:14.4278958Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:55:14.4279177Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:55:14.4279397Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:55:14.4279729Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:55:14.4279960Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:55:14.4280201Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:55:14.4280433Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:55:14.4280650Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:55:14.4280900Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:55:14.4281191Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:55:14.4281514Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:55:14.4281800Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:55:14.4282054Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:55:14.4282245Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:55:14.4282438Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:55:14.4282650Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:55:14.4282854Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:55:14.4283164Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:55:14.4283459Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:55:14.4283728Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:55:14.4284031Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:55:14.4284313Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:55:14.4284603Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:55:14.4284915Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:55:14.4285210Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:55:14.4285543Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:55:14.4285957Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:55:14.4286210Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:55:14.4286474Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:55:14.4286771Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:55:14.4287026Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:55:14.4287276Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:55:14.4287531Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:55:14.4287845Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:55:14.4288151Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:55:14.4288443Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:55:14.4288718Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:55:14.4289018Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:55:14.4289266Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:55:14.4289487Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:55:14.4289696Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:55:14.4290083Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:55:14.4290450Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:55:14.4290679Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:55:14.4290889Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:55:14.4291118Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:55:14.4291330Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:55:14.4291583Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:55:14.4291833Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:55:14.4292071Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:55:14.4292497Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:55:14.4292716Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:55:14.4292950Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:55:14.4293184Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:55:14.4293470Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:55:14.4293702Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:55:14.4293935Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:55:14.4294164Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:55:14.4294420Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:55:14.4294739Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:55:14.4294953Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:55:14.4295231Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:55:14.4295449Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:55:14.4295655Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:55:14.4295872Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:55:14.4296087Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:55:14.4296327Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:55:14.4296540Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:55:14.4296757Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:55:14.4296970Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:55:14.4297186Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:55:14.4297437Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:55:14.4297651Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:55:14.4297916Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:55:14.4298171Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:55:14.4298413Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:55:14.4298678Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:55:14.4298889Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:55:14.4299141Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:55:14.4299454Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:55:14.4299683Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:55:14.4299894Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:55:14.4300137Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:55:14.4300389Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:55:14.4300617Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:55:14.4300823Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:55:14.4301065Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:55:14.4301479Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:55:14.4301717Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:55:14.4302368Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:55:14.4302642Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:55:14.4302864Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:55:14.4303090Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:55:14.4303294Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:55:14.4303506Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:55:14.4303727Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:55:14.4303971Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:55:14.4304185Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:55:14.4304440Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:55:14.4304675Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:55:14.4304912Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:55:14.4305142Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:55:14.4305375Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:55:14.4305689Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:55:14.4305924Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:55:14.4306143Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:55:14.4306384Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:55:14.4306619Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:55:14.4306886Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:55:14.4307159Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:55:14.4307387Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:55:14.4307599Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:55:14.4307835Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:55:14.4634159Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:55:14.4634468Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:55:14.4634703Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:55:14.4634942Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:55:14.4635156Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:55:14.4635374Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:55:14.4635595Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:55:14.4635827Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:55:14.4636059Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:55:14.4636337Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:55:14.4636663Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:55:14.4636971Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:55:14.4637188Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:55:14.4637403Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:55:14.4637626Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:55:14.4637855Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:55:14.4638190Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:55:14.4638493Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:55:14.4638891Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:55:14.4639380Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:55:14.4640145Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:55:14.4640654Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:55:14.4641075Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:55:14.4641400Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:55:14.4641759Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:55:14.4642176Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:14.4642644Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:55:14.4642993Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:55:14.4643319Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:55:14.4643618Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:55:14.4643954Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:55:14.4644307Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:55:14.4644739Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:55:14.4645078Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:55:14.4645421Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:55:14.4645732Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:55:14.4646016Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:55:14.4646398Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:14.4646747Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:55:14.4646986Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:55:14.4647295Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:55:14.4647542Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:55:14.4647804Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:55:14.4648040Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:55:14.4661358Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:55:14.4661976Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:55:14.4662494Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:55:14.4663071Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:55:14.4663487Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:55:14.4663977Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:55:14.4664430Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:55:14.4664891Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:55:14.4665345Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:55:14.4665801Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:55:14.4666238Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:55:14.4666689Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:55:14.4667209Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:55:14.4667907Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:55:14.4668475Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:55:14.4668946Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:55:14.4669325Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:55:14.4669775Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:55:14.4670219Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:55:14.4670662Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:55:14.4671132Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:55:14.4671605Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:55:14.4672067Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:55:14.4672498Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:55:14.4672948Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:55:14.4673397Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:55:14.4673848Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:55:14.4674298Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:55:14.4674712Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:55:14.4675156Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:55:14.4675589Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:55:14.4676012Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:55:14.4676496Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:55:14.4677016Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:55:14.4677422Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:55:14.4677904Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:55:14.4678321Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:55:14.4678686Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:55:14.4679153Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:55:14.4679601Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:55:14.4680106Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:55:14.4680613Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:55:14.4681264Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:55:14.4681916Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:55:14.4682425Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:55:14.4683049Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:55:14.4683845Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:55:14.4684387Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:55:14.4684977Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:55:14.4685564Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:55:14.4686140Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:55:14.4686721Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:55:14.4855006Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:55:14.4855674Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:55:14.4856251Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:55:14.4856820Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:55:14.4857403Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:55:14.4857982Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:55:14.4858540Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:55:14.4859112Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:55:14.4859717Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:55:14.4860308Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:55:14.4860870Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:55:14.4861438Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:55:14.4862001Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:55:14.4862549Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:55:14.4863115Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:55:14.4863681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:55:14.4864252Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:55:14.4864826Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:55:14.4865393Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:55:14.4865968Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:55:14.4866533Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:55:14.4867107Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:55:14.4868180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:55:14.4869081Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:55:14.4869845Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:55:14.4870611Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:55:14.4871348Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:55:14.4872127Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:55:14.4872756Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:55:14.4873332Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:55:14.4874065Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:55:14.4874748Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:55:14.4875407Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:55:14.4876118Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:55:14.4876795Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:55:14.4877619Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:14.4878399Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:14.4879139Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:14.4879874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:14.4880557Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:55:14.4881267Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:55:14.4882001Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:55:14.4882746Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:14.4883429Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:55:14.4884167Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:55:14.4884844Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:55:14.4885616Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:14.4886604Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:14.4887401Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:55:14.4888130Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:55:14.4888970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:14.4889706Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:14.4890390Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:55:14.4891108Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:55:14.4891911Z 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:14.4892802Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:14.4893589Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:14.4894451Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:14.4895235Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:14.4896172Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:14.4896949Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:14.4897757Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:14.4898474Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:55:14.5107229Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:55:14.5107996Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:14.5108720Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:55:14.5109469Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:14.5110155Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:55:14.5111086Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:14.5111920Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:14.5112746Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:14.5113958Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:14.5114914Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:14.5115623Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:55:14.5116302Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:55:14.5117063Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:55:14.5117817Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:14.5118545Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:55:14.5119277Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:55:14.5119822Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:55:14.5120375Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:55:14.5120896Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:55:14.5121509Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:55:14.5122116Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:55:14.5122734Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:55:14.5123335Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:55:14.5123931Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:55:14.5124576Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:55:14.5125215Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:55:14.5125814Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:55:14.5126411Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:55:14.5126997Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:55:14.5127755Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:55:14.5128453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:55:14.5129111Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:55:14.5129792Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:55:14.5130466Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:55:14.5131151Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:55:14.5132088Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:55:14.5132902Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:55:14.5133581Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:55:14.5134289Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:55:14.5134974Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:55:14.5135627Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:55:14.5136319Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:55:14.5136907Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:55:14.5137448Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:55:14.5138017Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:55:14.5138681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:55:14.5139289Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:55:14.5139858Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:55:14.5140501Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:55:14.5141019Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:55:14.5141563Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:55:14.5142135Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:55:14.5142698Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:55:14.5143245Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:55:14.5143840Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:55:14.5144405Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:55:14.5144969Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:55:14.5145529Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:55:14.5146093Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:55:14.5146643Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:55:14.5147256Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:55:14.5147822Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:55:14.5148513Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:55:14.5149232Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:55:14.5149830Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:55:14.5150414Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:55:14.5366527Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:55:14.5367603Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:55:14.5368222Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:55:14.5368780Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:55:14.5369384Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:55:14.5369960Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:55:14.5370467Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:55:14.5371075Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:55:14.5371770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:55:14.5372499Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:55:14.5373079Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:55:14.5373673Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:55:14.5374274Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:55:14.5374865Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:55:14.5375513Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:55:14.5376117Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:55:14.5376680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:55:14.5377297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:55:14.5377910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:55:14.5378623Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:14.5379304Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:14.5379961Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:14.5380597Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:14.5381202Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:55:14.5382281Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:55:14.5383079Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:55:14.5383742Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:14.5384344Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:55:14.5384980Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:55:14.5385575Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:55:14.5386258Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:14.5387014Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:14.5387608Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:55:14.5388236Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:55:14.5388972Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:14.5389624Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:14.5390224Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:55:14.5390841Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:55:14.5391556Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:14.5392237Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:14.5392918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:14.5393687Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:14.5394375Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:14.5395203Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:14.5395891Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:14.5396605Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:14.5397224Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:55:14.5397848Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:55:14.5398550Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:55:14.5399269Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:55:14.5400096Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:55:14.5400842Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:55:14.5401508Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:55:14.5403404Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:55:14.5404098Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:55:14.5404873Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:55:14.5405504Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:55:14.5406103Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:55:14.5406701Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:55:14.5407238Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:55:14.5407830Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:55:14.5408368Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:55:14.5408928Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:55:14.5409552Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:55:14.5410173Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:55:14.5410757Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:55:14.5624667Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:55:14.5626153Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:55:14.5627560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:55:14.5628972Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:55:14.5630469Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:55:14.5631988Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:55:14.5633394Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:55:14.5634821Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:55:14.5636303Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:55:14.5637799Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:55:14.5639262Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:55:14.5641137Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:55:14.5643331Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:55:14.5644941Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:14.5646529Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:55:14.5648124Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:14.5649710Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:55:14.5651384Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:14.5653412Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:14.5655209Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:14.5656995Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:14.5658891Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:14.5660514Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:55:14.5662070Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:55:14.5663690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:55:14.5665389Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:55:14.5667079Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:55:14.5668541Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:55:14.5669912Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:55:14.5671392Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:14.5672848Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:55:14.5674303Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:55:14.5675709Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:55:14.5677172Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:55:14.5678689Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:55:14.5680189Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:55:14.5681910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:55:14.5683527Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:55:14.5685030Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:55:14.5686572Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:55:14.5688161Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:55:14.5689747Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:55:14.5691331Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:55:14.5693081Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:55:14.5694817Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:55:14.5696596Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:55:14.5698102Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:55:14.5699470Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:55:14.5700994Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:55:14.5702817Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:55:14.5704411Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:55:14.5705975Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:55:14.5707489Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:55:14.5709060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:55:14.5710603Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:55:14.5711652Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:55:14.5712292Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:55:14.5712940Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:55:14.5713546Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:55:14.5714109Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:55:14.5714703Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:55:14.5715336Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:55:14.5715969Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:55:14.5716585Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:55:14.5717250Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:55:14.5717932Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:55:14.5718852Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:55:14.5719439Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:55:14.5720259Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:55:14.6095458Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:55:14.6096178Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:55:14.6096824Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:55:14.6097391Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:55:14.6098019Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:55:14.6098667Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:55:14.6099263Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:55:14.6099867Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:55:14.6100467Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:55:14.6101075Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:55:14.6101712Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:55:14.6102565Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:55:14.6103259Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:55:14.6103935Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:55:14.6104679Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:55:14.6105508Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:55:14.6106295Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:55:14.6107046Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:55:14.6107842Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:55:14.6108612Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:55:14.6109434Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:55:14.6110263Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:55:14.6111084Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:55:14.6111818Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:55:14.6112425Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:55:14.6113026Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:55:14.6113618Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:55:14.6114211Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:55:14.6114820Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:55:14.6115458Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:55:14.6116124Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:55:14.6116828Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:55:14.6117622Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:55:14.6118395Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:55:14.6119209Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:55:14.6120053Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:55:14.6120820Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:55:14.6121610Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:55:14.6122519Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:55:14.6123472Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:55:14.6124806Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:55:14.6125938Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:55:14.6126933Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:55:14.6127865Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:55:14.6128780Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:55:14.6129730Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:55:14.6130708Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:55:14.6131663Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:55:14.6132906Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:55:14.6133915Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:55:14.6134840Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:55:14.6135742Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:55:14.6136725Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:55:14.6137711Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:55:14.6138698Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:55:14.6139639Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:55:14.6140549Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:55:14.6141486Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:55:14.6142421Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:55:14.6143360Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:55:14.6144215Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:55:14.6145008Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:55:14.6145827Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:55:14.6146644Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:55:14.6147552Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:55:14.6148567Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:55:14.6149623Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:55:14.6150679Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:55:14.6151693Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:55:14.6152699Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:55:14.6153703Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:55:14.6154689Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:55:14.6155657Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:55:14.6156589Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:55:14.6157539Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:55:14.6158574Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:55:14.6159815Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:55:14.6160905Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:55:14.6161901Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:55:14.6162700Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:55:14.6163296Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:55:14.6164004Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:55:14.6164791Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:55:14.6165479Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:55:14.6166101Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:55:14.6166745Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:55:14.6167402Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:55:14.6168239Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:55:14.6169321Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:55:14.6170322Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:55:14.6171100Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:55:14.6171789Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:55:14.6172631Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:55:14.6173374Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:55:14.6174100Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:55:14.6174829Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:55:14.6175557Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:55:14.6176256Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:55:14.6176948Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:55:14.6177573Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:55:14.6178134Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:55:14.6178701Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:55:14.6179288Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:55:14.6180079Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:55:14.6180907Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:55:14.6181562Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:55:14.6182221Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:55:14.6182884Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:55:14.6183539Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:55:14.6184177Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:55:14.6184782Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:55:14.6185366Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:55:14.6453455Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:55:14.6454385Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:55:14.6455654Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:55:14.6456388Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:55:14.6457063Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:55:14.6457818Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:55:14.6459011Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:55:14.6459930Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:55:14.6460664Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:55:14.6461324Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:55:14.6461975Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:55:14.6462695Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:55:14.6463452Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:55:14.6464290Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:55:14.6465105Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:55:14.6465905Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:55:14.6466855Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:55:14.6467872Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:55:14.6468932Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:55:14.6469906Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:55:14.6470820Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:55:14.6471828Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:55:14.6472690Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:55:14.6473608Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:55:14.6474625Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:55:14.6475805Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:55:14.6477064Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:55:14.6478374Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:55:14.6479689Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:55:14.6480969Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:55:14.6482204Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:55:14.6483444Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:55:14.6484778Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:55:14.6486101Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:55:14.6487353Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:55:14.6488566Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:55:14.6489817Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:55:14.6491097Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:55:14.6492372Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:55:14.6493469Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:55:14.6494781Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:55:14.6495809Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:55:14.6496558Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:55:14.6497324Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:55:14.6498176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:55:14.6499024Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:55:14.6499787Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:55:14.6500571Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:55:14.6501370Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:55:14.6502391Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:55:14.6503305Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:55:14.6504214Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:55:14.6505221Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:14.6506314Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:55:14.6507269Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:55:14.6508107Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:55:14.6508985Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:55:14.6509841Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:55:14.6510624Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:55:14.6511397Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:55:14.6512248Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:55:14.6513082Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:55:14.6513918Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:55:14.6514730Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:55:14.6515692Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:55:14.6516482Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:55:14.6517461Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:55:14.6518426Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:55:14.6519471Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:55:14.6520287Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:55:14.6521088Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:55:14.6521870Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:55:14.6522732Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:55:14.6523624Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:55:14.6524480Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:55:14.6525341Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:55:14.6526257Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:55:14.6527163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:55:14.6527998Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:55:14.6529195Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:55:14.6530189Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:55:14.6530987Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:55:14.6531860Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:55:14.6532977Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:55:14.6533897Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:55:14.6534681Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:55:14.6535481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:55:14.6536337Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:55:14.6537145Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:55:14.6537965Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:55:14.6538799Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:55:14.6539678Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:55:14.6540707Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:55:14.6541691Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:55:14.6542517Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:55:14.6543299Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:55:14.6544130Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:55:14.6544982Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:55:14.6545827Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:55:14.6546713Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:55:14.6750171Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:55:14.6751135Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:55:14.6752025Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:55:14.6752868Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:55:14.6753632Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:55:14.6754413Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:55:14.6755276Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:55:14.6756165Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:55:14.6757061Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:55:14.6757874Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:55:14.6758690Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:55:14.6759553Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:55:14.6760406Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:55:14.6761366Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:55:14.6762378Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:55:14.6763246Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:55:14.6764122Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:55:14.6765421Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:55:14.6766513Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:55:14.6767426Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:55:14.6768336Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:55:14.6769170Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:55:14.6769936Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:55:14.6770770Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:55:14.6771542Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:55:14.6772446Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:55:14.6773222Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:55:14.6774117Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:55:14.6775132Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:55:14.6776064Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:55:14.6776887Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:55:14.6777657Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:55:14.6778418Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:55:14.6779207Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:55:14.6779980Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:55:14.6780762Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:55:14.6781525Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:55:14.6782301Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:55:14.6783107Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:55:14.6783945Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:55:14.6784865Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:55:14.6785753Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:55:14.6786557Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:55:14.6787355Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:55:14.6788164Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:55:14.6789029Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:55:14.6789895Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:55:14.6790815Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:55:14.6791722Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:55:14.6792590Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:55:14.6793408Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:55:14.6794292Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:55:14.6795273Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:55:14.6796262Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:55:14.6797161Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:55:14.6797983Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:55:14.6799074Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:55:14.6800020Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:55:14.6800821Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:55:14.6801640Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:55:14.6802707Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:55:14.6803550Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:55:14.6804368Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:55:14.6805233Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:55:14.6806075Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:55:14.6806964Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:55:14.6807759Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:55:14.6808580Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:55:14.6809407Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:55:14.6810209Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:55:14.6811086Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:55:14.6812001Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:55:14.6812976Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:55:14.6813890Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:55:14.6814784Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:55:14.6815629Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:55:14.6816438Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:55:14.6817261Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:55:14.6818151Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:55:14.6819052Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:55:14.6819999Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:55:14.6821011Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:55:14.6822011Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:55:14.6823017Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:55:14.6824008Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:55:14.6825039Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:55:14.6826054Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:55:14.6827069Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:55:14.6828084Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:55:14.6829081Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:55:14.6830010Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:55:14.6830913Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:55:14.6831845Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:55:14.6832804Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:55:14.6834118Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:55:14.6835345Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:55:14.6836386Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:55:14.6837333Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:55:14.6838251Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:55:14.6839199Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:55:14.6840153Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:55:14.6841063Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:55:14.6841887Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:55:14.6842646Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:55:14.6981068Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:55:14.6981825Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:55:14.6982587Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:55:14.6983356Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:55:14.6984147Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:55:14.6985006Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:55:14.6985880Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:55:14.6986698Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:55:14.6987481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:55:14.6988431Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:14.6989412Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:55:14.6990218Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:55:14.6991116Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:55:14.6992097Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:55:14.6993095Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:55:14.6994223Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:55:14.6995149Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:55:14.6995995Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:55:14.6996795Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:55:14.6997594Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:55:14.6998415Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:55:14.6999210Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:55:14.6999978Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:55:14.7000832Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:55:14.7001768Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:55:14.7002914Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:55:14.7003980Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:55:14.7005034Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:55:14.7006445Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:55:14.7007738Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:55:14.7008892Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:55:14.7010118Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:55:14.7011378Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:55:14.7012868Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:55:14.7014112Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:55:14.7015274Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:55:14.7016374Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:55:14.7017488Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:55:14.7018694Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:55:14.7019779Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:55:14.7020857Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:55:14.7021988Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:55:14.7023177Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:55:14.7024350Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:55:14.7025444Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:55:14.7026498Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:55:14.7027557Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:55:14.7028640Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:55:14.7029793Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:55:14.7030946Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:55:14.7032037Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:55:14.7033115Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:55:14.7034236Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:55:14.7035360Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:55:14.7036474Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:55:14.7037596Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:55:14.7038727Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:55:14.7039825Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:55:14.7040918Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:55:14.7042334Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:55:14.7043569Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:55:14.7044718Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:55:14.7045801Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:55:14.7046845Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:55:14.7047946Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:55:14.7049050Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:55:14.7050127Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:55:14.7051206Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:55:14.7052439Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:55:14.7053530Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:55:14.7054614Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:55:14.7055712Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:55:14.7056794Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:55:14.7057883Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:55:14.7058949Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:55:14.7060010Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:55:14.7061077Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:55:14.7062145Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:55:14.7063235Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:55:14.7064329Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:55:14.7065452Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:55:14.7066585Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:55:14.7067691Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:55:14.7068837Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:55:14.7070088Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:55:14.7071335Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:55:14.7072499Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:55:14.7328285Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:55:14.7329440Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:55:14.7330511Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:55:14.7331572Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:55:14.7333313Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:55:14.7334666Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:55:14.7335802Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:55:14.7336878Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:55:14.7337962Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:55:14.7339114Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:55:14.7340282Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:55:14.7341399Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:55:14.7342528Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:55:14.7343599Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:55:14.7344651Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:55:14.7345777Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:55:14.7346921Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:55:14.7348170Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:55:14.7349535Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:55:14.7350790Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:55:14.7351909Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:55:14.7352837Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:55:14.7353675Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:55:14.7354492Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:55:14.7355319Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:55:14.7356295Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:55:14.7357152Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:55:14.7358023Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:55:14.7358896Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:55:14.7359825Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:55:14.7360306Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:55:14.7360953Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:55:14.7361458Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:55:14.7361980Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:55:14.7362596Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:55:14.7363166Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:55:14.7363662Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:55:14.7364461Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:55:14.7365147Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:55:14.7365640Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:55:14.7366157Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:55:14.7366673Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:55:14.7367194Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:55:14.7367768Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:55:14.7368488Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:55:14.7368772Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:55:14.7369000Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:55:14.7369207Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:55:14.7369470Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:55:14.7369673Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:55:14.7369985Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:55:14.7370185Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:55:14.7370464Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:55:14.7370738Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:55:14.7371068Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:55:14.7371380Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:55:14.7371667Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:55:14.7371968Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:55:14.7372300Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:55:14.7372784Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:55:14.7373297Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:55:14.7373730Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:55:14.7374178Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:55:14.7374663Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:55:14.7375156Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:55:14.7375597Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:55:14.7376064Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:55:14.7376529Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:55:14.7376724Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:55:14.7376954Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:55:14.7377158Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:55:14.7377409Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:55:14.7377666Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:55:14.7377913Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:55:14.7378402Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:55:14.7378861Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:55:14.7379126Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:55:14.7379388Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:55:14.7379654Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:55:14.7379950Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:55:14.7380252Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:55:14.7380500Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:55:14.7380775Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:55:14.7381052Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:55:14.7381344Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:55:14.7381597Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:55:14.7381841Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:55:14.7382076Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:55:14.7382434Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:55:14.7382745Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:55:14.7383014Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:55:14.7383289Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:55:14.7383558Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:55:14.7383882Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:55:14.7384210Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:55:14.7384530Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:55:14.7384808Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:55:14.7761353Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:55:14.7761685Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:55:14.7761971Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:55:14.7762337Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:55:14.7762614Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:55:14.7762894Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:55:14.7763257Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:55:14.7763579Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:55:14.7763857Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:55:14.7764173Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:55:14.7764535Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:55:14.7764791Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:55:14.7765055Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:55:14.7765348Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:55:14.7765634Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:55:14.7766003Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:55:14.7766292Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:55:14.7766632Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:55:14.7766934Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:55:14.7767673Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:55:14.7768131Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:55:14.7768449Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:55:14.7768751Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:55:14.7769076Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:55:14.7769378Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:55:14.7769632Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:55:14.7769850Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:55:14.7770067Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:55:14.7770318Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:55:14.7770589Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:55:14.7770819Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:55:14.7771162Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:55:14.7771394Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:55:14.7771632Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:55:14.7771867Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:55:14.7772117Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:55:14.7772512Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:55:14.7772795Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:55:14.7773066Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:55:14.7773296Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:55:14.7773533Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:55:14.7773777Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:55:14.7774023Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:55:14.7774279Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:55:14.7774509Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:55:14.7774762Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:55:14.7775062Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:55:14.7775345Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:55:14.7775576Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:55:14.7775806Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:55:14.7776082Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:55:14.7776308Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:55:14.7776549Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:55:14.7776813Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:55:14.7777050Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:55:14.7777313Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:55:14.7777560Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:55:14.7777799Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:55:14.7778038Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:55:14.7778315Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:55:14.7778552Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:55:14.7778837Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:55:14.7779105Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:55:14.7779519Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:55:14.7779848Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:55:14.7780125Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:55:14.7780425Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:55:14.7780696Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:55:14.7780925Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:55:14.7781171Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:55:14.7781414Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:55:14.7781693Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:55:14.7781971Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:55:14.7782204Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:55:14.7782457Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:55:14.7782685Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:55:14.7782973Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:55:14.7783234Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:55:14.7783465Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:55:14.7783693Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:55:14.7783927Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:55:14.7784155Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:55:14.7784381Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:55:14.7784619Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:55:14.7784851Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:55:14.7785091Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:55:14.7785368Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:55:14.7785608Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:55:14.7785856Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:55:14.7786110Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:55:14.7786365Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:55:14.7786622Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:55:14.7786868Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:55:14.7787167Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:55:14.7787447Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:55:14.7787700Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:55:14.7787935Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:55:14.7788198Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:55:14.7788474Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:55:14.7788728Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:55:14.7789030Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:55:14.7789339Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:55:14.7789575Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:55:14.7789835Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:55:14.7790076Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:55:14.7790303Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:55:14.7790590Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:55:14.7790822Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:55:14.7791179Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:55:14.7791491Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:55:14.7791784Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:55:14.7792033Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:55:14.7792302Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:55:14.7792644Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:55:14.7792969Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:55:14.7793214Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:55:14.7793494Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:55:14.7793722Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:55:14.7793949Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:55:14.7794230Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:55:14.7794534Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:55:14.7794768Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:55:14.7795030Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:55:14.7795344Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:55:14.7795588Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:55:14.7795843Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:55:14.7796266Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:55:14.8182365Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:55:14.8182727Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:55:14.8183060Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:55:14.8183448Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:55:14.8183695Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:55:14.8183984Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:55:14.8184193Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:55:14.8184427Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:55:14.8184647Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:55:14.8184847Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:55:14.8185105Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:55:14.8185366Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:55:14.8185614Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:55:14.8185953Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:14.8186262Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:14.8204518Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:55:14.8204793Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:55:14.8205045Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:55:14.8205296Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:55:14.8205544Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:55:14.8205796Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:55:14.8206115Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:55:14.8206309Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:55:14.8206645Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:55:14.8207440Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:55:14.8208045Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:14.8208369Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:55:14.8208557Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:55:14.8208781Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:55:14.8208982Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:55:14.8223292Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:55:14.8223691Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:55:14.8223924Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:55:14.8224215Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:55:14.8224520Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:55:14.8224875Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:55:14.8225143Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:55:14.8225499Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:55:14.8225796Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:55:14.8226118Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:55:14.8226419Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:55:14.8226736Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:55:14.8227027Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:55:14.8227292Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:55:14.8227692Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:55:14.8228113Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:55:14.8228500Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:55:14.8228824Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:55:14.8229172Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:55:14.8229515Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:55:14.8229861Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:55:14.8230360Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:55:14.8230747Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:55:14.8231123Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:55:14.8231590Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:55:14.8231921Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:55:14.8232253Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:55:14.8232586Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:55:14.8233040Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:55:14.8233489Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:55:14.8233933Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:55:14.8234355Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:55:14.8234700Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:55:14.8235063Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:55:14.8235670Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:55:14.8236284Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:55:14.8236703Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:55:14.8237058Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:55:14.8237475Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:55:14.8237819Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:55:14.8238121Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:55:14.8238422Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:55:14.8238783Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:55:14.8239162Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:55:14.8239520Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:55:14.8239935Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:55:14.8240310Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:55:14.8240667Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:55:14.8241063Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:55:14.8241457Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:55:14.8241845Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:55:14.8242234Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:55:14.8242592Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:55:14.8242984Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:55:14.8243482Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:55:14.8243860Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:55:14.8244220Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:55:14.8244526Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:55:14.8245117Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:55:14.8245469Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:55:14.8245853Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:55:14.8246195Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:55:14.8246513Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:55:14.8246829Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:55:14.8247202Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:55:14.8247596Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:55:14.8247980Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:55:14.8248464Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:55:14.8248802Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:55:14.8249101Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:55:14.8249483Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:55:14.8250012Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:55:14.8250436Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:55:14.8250794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:55:14.8251149Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:55:14.8251510Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:55:14.8251821Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:55:14.8252135Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:55:14.8252499Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:55:14.8736619Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:55:14.8737053Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:55:14.8737448Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:55:14.8737745Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:55:14.8738025Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:55:14.8738346Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:55:14.8738611Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:55:14.8738878Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:55:14.8739208Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:55:14.8739558Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:55:14.8739811Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:55:14.8740163Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:55:14.8740561Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:55:14.8740881Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:55:14.8741226Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:55:14.8741574Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:55:14.8741945Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:55:14.8742298Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:55:14.8742698Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:55:14.8743153Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:55:14.8743568Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:55:14.8743995Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:55:14.8744400Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:55:14.8744783Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:55:14.8745146Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:55:14.8745572Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:55:14.8746014Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:55:14.8746736Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:55:14.8747033Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:55:14.8747382Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:55:14.8748155Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:55:14.8748657Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:55:14.8749021Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:55:14.8749408Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:55:14.8749716Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:55:14.8749907Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:55:14.8750173Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:55:14.8750405Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:55:14.8750786Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:55:14.8751099Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:14.8751389Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:55:14.8751661Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:55:14.8752037Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:55:14.8752297Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:55:14.8752600Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:55:14.8752932Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:14.8753231Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:55:14.8753546Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:55:14.8753807Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:55:14.8754060Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:55:14.8754328Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:55:14.8754570Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:55:14.8754818Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:55:14.8755064Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:55:14.8755359Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:55:14.8755601Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:55:14.8755833Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:55:14.8756090Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:55:14.8756336Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:55:14.8756593Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:55:14.8756824Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:55:14.8757175Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:55:14.8757526Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:55:14.8757767Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:55:14.8757998Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:55:14.8758249Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:55:14.8758488Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:55:14.8758759Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:55:14.8759020Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:55:14.8759303Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:55:14.8759554Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:55:14.8759787Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:55:14.8760145Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:55:14.8760570Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:55:14.8760975Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:55:14.8761255Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:55:14.8761514Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:55:14.8761768Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:55:14.8762025Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:55:14.8762281Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:55:14.8762536Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:55:14.8762779Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:55:14.8763080Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:55:14.8763330Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:55:14.8763580Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:55:14.8763830Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:55:14.8764084Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:55:14.8764342Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:55:14.8764614Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:55:14.8764878Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:55:14.8765128Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:55:14.8765409Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:55:14.8765670Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:55:14.8766004Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:55:14.8766373Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:55:14.8766618Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:55:14.8766886Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:55:14.8767155Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:55:14.8767402Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:55:14.8767717Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:55:14.8768003Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:55:14.8768312Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:55:14.8768679Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:55:14.8768989Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:55:14.8769348Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:55:14.8769688Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:55:14.8770006Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:55:14.8770269Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:55:14.8770585Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:55:14.8770920Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:55:14.8771231Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:55:14.8771503Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:55:14.8771856Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:55:14.8772330Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:55:14.8772617Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:55:14.8773087Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:55:14.8773352Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:55:14.9118601Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:55:14.9119020Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:55:14.9119316Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:55:14.9119609Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:55:14.9119918Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:55:14.9120187Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:55:14.9120478Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:55:14.9120760Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:55:14.9121004Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:55:14.9121319Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:55:14.9121626Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:55:14.9121856Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:55:14.9122088Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:55:14.9122330Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:55:14.9122609Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:55:14.9122894Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:55:14.9123135Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:55:14.9123371Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:55:14.9123613Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:55:14.9123944Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:55:14.9124211Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:55:14.9124472Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:55:14.9124731Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:55:14.9124971Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:55:14.9125201Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:55:14.9125433Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:55:14.9125688Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:55:14.9125926Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:55:14.9126200Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:55:14.9126469Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:55:14.9126759Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:55:14.9127025Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:55:14.9127260Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:55:14.9127513Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:55:14.9127768Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:55:14.9128026Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:55:14.9128311Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:55:14.9128570Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:55:14.9128824Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:55:14.9129097Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:55:14.9129463Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:55:14.9129887Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:55:14.9130378Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:55:14.9130633Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:55:14.9131062Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:55:14.9131315Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:55:14.9131567Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:55:14.9131807Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:55:14.9132063Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:55:14.9132470Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:55:14.9132733Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:55:14.9132974Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:55:14.9133226Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:55:14.9133572Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:55:14.9133808Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:55:14.9134162Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:55:14.9134517Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:55:14.9134931Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:55:14.9135274Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:55:14.9135632Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:55:14.9136131Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:55:14.9136505Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:55:14.9136878Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:55:14.9137235Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:55:14.9137609Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:55:14.9137977Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:55:14.9138326Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:55:14.9138580Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:55:14.9138822Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:55:14.9139208Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:55:14.9139503Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:55:14.9139788Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:55:14.9140159Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:55:14.9140505Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:55:14.9140847Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:55:14.9141204Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:55:14.9141504Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:55:14.9141795Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:55:14.9142176Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:55:14.9142605Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:55:14.9143076Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:55:14.9143471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:55:14.9144018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:55:14.9144529Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:55:14.9144932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:55:14.9145369Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:55:14.9145808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:55:14.9146199Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:55:14.9146591Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:55:14.9146979Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:55:14.9147378Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:55:14.9147770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:55:14.9148169Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:55:14.9148620Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:55:14.9148963Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:55:14.9149318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:55:14.9149681Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:55:14.9150023Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:55:14.9150422Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:55:14.9150845Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:55:14.9151238Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:55:14.9151618Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:55:14.9152010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:55:14.9152403Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:55:14.9152818Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:55:14.9153207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:55:14.9153583Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:55:14.9153939Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:55:14.9154345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:55:14.9154757Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:55:14.9155143Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:55:14.9155547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:55:14.9537797Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:55:14.9538237Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:55:14.9538643Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:55:14.9539074Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:14.9539501Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:14.9539903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:55:14.9540717Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:55:14.9541340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:55:14.9541741Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:55:14.9542198Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:55:14.9542700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:55:14.9543047Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:55:14.9543393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:55:14.9543756Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:55:14.9544109Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:55:14.9544507Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:55:14.9544932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:55:14.9545367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:55:14.9545762Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:55:14.9546204Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:14.9546658Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:14.9547098Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:14.9547554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:14.9548010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:14.9548458Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:14.9548907Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:14.9549367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:14.9549815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:14.9550272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:14.9550725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:55:14.9551191Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:55:14.9551627Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:55:14.9551980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:55:14.9552403Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:55:14.9552838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:55:14.9553265Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:55:14.9553699Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:55:14.9554061Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:55:14.9554407Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:55:14.9554775Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:55:14.9555152Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:55:14.9555665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:55:14.9556085Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:55:14.9556434Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:55:14.9556886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:55:14.9557318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:55:14.9557779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:55:14.9558281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:55:14.9558761Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:55:14.9559227Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:55:14.9559646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:55:14.9560117Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:55:14.9560556Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:55:14.9560988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:55:14.9561386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:55:14.9561869Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:55:14.9562319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:55:14.9562851Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:55:14.9563304Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:55:14.9563729Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:55:14.9564147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:55:14.9564552Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:55:14.9564980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:55:14.9565418Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:55:14.9565918Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:55:14.9566391Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:55:14.9566806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:55:14.9567146Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:55:14.9567561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:55:14.9567891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:55:14.9568240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:55:14.9568552Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:55:14.9568859Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:55:14.9569231Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:55:14.9569589Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:55:14.9570020Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:55:14.9570621Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:55:14.9571132Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:55:14.9571491Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:55:14.9571820Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:55:14.9572036Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:55:14.9572376Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:55:14.9572600Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:55:14.9572880Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:55:14.9573043Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:55:14.9573199Z adding 'executorch/codegen/gen.py' 2025-06-05T23:55:14.9573354Z adding 'executorch/codegen/model.py' 2025-06-05T23:55:14.9573514Z adding 'executorch/codegen/parse.py' 2025-06-05T23:55:14.9573695Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:55:14.9573879Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:55:14.9574044Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:55:14.9574217Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:55:14.9574415Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:55:14.9574624Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:55:14.9574807Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:55:14.9575080Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:55:14.9575306Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:55:14.9575573Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:55:14.9575819Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:55:14.9576071Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:55:14.9576305Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:55:14.9576488Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:55:15.2991199Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:55:15.2991861Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:55:15.2992395Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:55:15.2992998Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:55:15.2993595Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:55:15.2994110Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:55:15.2994695Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:55:15.2995345Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:55:15.2996027Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:55:15.2996802Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:55:15.2997474Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:55:15.2997930Z adding 'executorch/data/bin/flatc' 2025-06-05T23:55:15.2998379Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:55:15.2998904Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:55:15.2999548Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:55:15.3000291Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:55:15.3000997Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:55:15.3001580Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:55:15.3002298Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:55:15.3002950Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:55:15.3003723Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:55:15.3004987Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:55:15.3005977Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:55:15.3006768Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:55:15.3007527Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:55:15.3008336Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:55:15.3009184Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:55:15.3009998Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:55:15.3010811Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:55:15.3011540Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:55:15.3012356Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:55:15.3013063Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:55:15.3013704Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:55:15.3014316Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:55:15.3014934Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:55:15.3015541Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:55:15.3016094Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:55:15.3016642Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:55:15.3017232Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:55:15.3017821Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:55:15.3018363Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:55:15.3018964Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:55:15.3019566Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:55:15.3020133Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:55:15.3020748Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:55:15.3021467Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:55:15.3022189Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:55:15.3022857Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:55:15.3023554Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:55:15.3024279Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:55:15.3025044Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:55:15.3025896Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:55:15.3026754Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:55:15.3027537Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:55:15.3028259Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:55:15.3028924Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:55:15.3029692Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:55:15.3030400Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:55:15.3031100Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:55:15.3031788Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:55:15.3032382Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:55:15.3032996Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:55:15.3033665Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:55:15.3034361Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:55:15.3035107Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:55:15.3036099Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:55:15.3036968Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:55:15.3037709Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:55:15.3038388Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:55:15.3039045Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:55:15.3039736Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:55:15.3040457Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:55:15.3041202Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:55:15.3041992Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:55:15.3042778Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:55:15.3043526Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:55:15.3044214Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:55:15.3044890Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:55:15.3045495Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:55:15.3046029Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:55:15.3046562Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:55:15.3047110Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:55:15.3047707Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:55:15.3048314Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:55:15.3048899Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:55:15.3049465Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:55:15.3050064Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:55:15.3050718Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:55:15.3051563Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:55:15.3052678Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:55:15.3053692Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:55:15.3054760Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:55:15.3055714Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:55:15.3056661Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:55:15.3057522Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:55:15.3058163Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:55:15.3058813Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:55:15.3059443Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:55:15.3060089Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:55:15.3060719Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:55:15.3061312Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:55:15.3061887Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:55:15.3062484Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:55:15.3063111Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:55:15.3063737Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:55:15.3064382Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:55:15.3065001Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:55:15.3065597Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:55:15.3066479Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:55:15.3067347Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:55:15.3067991Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:55:15.3068558Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:55:15.3069125Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:55:15.3069662Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:55:15.3070258Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:55:15.3070931Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:55:15.3071619Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:55:15.3072348Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:55:15.3073121Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:55:15.3073916Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:55:15.3074702Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:55:15.3075422Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:55:15.3076073Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:55:15.3076729Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:55:15.3077475Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:55:15.3078409Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:55:15.3532071Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:55:15.3533185Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:55:15.3534132Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:55:15.3535049Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:55:15.3535955Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:55:15.3536903Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:55:15.3537802Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:55:15.3538655Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:55:15.3539487Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:55:15.3540294Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:55:15.3541138Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:55:15.3542070Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:55:15.3543107Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:55:15.3544132Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:55:15.3545202Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:55:15.3546229Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:55:15.3547076Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:55:15.3547964Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:55:15.3548858Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:55:15.3549657Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:55:15.3550439Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:55:15.3551634Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:55:15.3552424Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:55:15.3553368Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:55:15.3554087Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:55:15.3554845Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:55:15.3555729Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:55:15.3556607Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:55:15.3557463Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:55:15.3558307Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:55:15.3559063Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:55:15.3559872Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:55:15.3560666Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:55:15.3561446Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:55:15.3562309Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:55:15.3563266Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:55:15.3564212Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:55:15.3565069Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:55:15.3565951Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:55:15.3566943Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:55:15.3567758Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:55:15.3568371Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:55:15.3568959Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:55:15.3569563Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:55:15.3570212Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:55:15.3570810Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:55:15.3571360Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:55:15.3571932Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:55:15.3572674Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:55:15.3573296Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:55:15.3573935Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:55:15.3574570Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:55:15.3575208Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:55:15.3575838Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:55:15.3576477Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:55:15.3577104Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:55:15.3577765Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:55:15.3578466Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:55:15.3579123Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:55:15.3579836Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:55:15.3580525Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:55:15.3581196Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:55:15.3581854Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:55:15.3582738Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:55:15.3583375Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:55:15.3584082Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:55:15.3584724Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:55:15.3585290Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:55:15.3585859Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:55:15.3586499Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:55:15.3587121Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:55:15.3587704Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:55:15.3588341Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:55:15.3589021Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:55:15.3589659Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:55:15.3590265Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:55:15.3590881Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:55:15.3591504Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:55:15.3592042Z adding 'executorch/exir/__init__.py' 2025-06-05T23:55:15.3592481Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:55:15.3592921Z adding 'executorch/exir/common.py' 2025-06-05T23:55:15.3593353Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:55:15.3593813Z adding 'executorch/exir/delegate.py' 2025-06-05T23:55:15.3594255Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:55:15.3594707Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:55:15.3595190Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:55:15.3595642Z adding 'executorch/exir/error.py' 2025-06-05T23:55:15.3596063Z adding 'executorch/exir/graph.py' 2025-06-05T23:55:15.3596491Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:55:15.3597006Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:55:15.3597495Z adding 'executorch/exir/memory.py' 2025-06-05T23:55:15.3597957Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:55:15.3598433Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:55:15.3598880Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:55:15.3599353Z adding 'executorch/exir/print_program.py' 2025-06-05T23:55:15.3599820Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:55:15.3600265Z adding 'executorch/exir/schema.py' 2025-06-05T23:55:15.3600692Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:55:15.3601126Z adding 'executorch/exir/tensor.py' 2025-06-05T23:55:15.3601542Z adding 'executorch/exir/tracer.py' 2025-06-05T23:55:15.3601972Z adding 'executorch/exir/types.py' 2025-06-05T23:55:15.3602655Z adding 'executorch/exir/version.py' 2025-06-05T23:55:15.3603091Z adding 'executorch/exir/wrap.py' 2025-06-05T23:55:15.3603548Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:55:15.3604064Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:55:15.3604586Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:55:15.3605124Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:55:15.3605701Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:55:15.3606260Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:55:15.3606789Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:55:15.3607356Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:55:15.3607908Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:55:15.3608434Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:55:15.3608964Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:55:15.3609517Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:55:15.3610070Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:55:15.3611146Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:55:15.3611988Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:55:15.3612754Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:55:15.3613326Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:55:15.3613860Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:55:15.3614436Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:55:15.3615020Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:55:15.3615572Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:55:15.3616071Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:55:15.3616760Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:55:15.3617655Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:55:15.3618586Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:55:15.3619588Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:55:15.3620543Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:55:15.3621386Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:55:15.4271342Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:55:15.4272283Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:55:15.4273073Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:55:15.4273826Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:55:15.4274569Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:55:15.4275215Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:55:15.4275952Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:55:15.4276660Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:55:15.4277299Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:55:15.4277960Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:55:15.4278625Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:55:15.4279278Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:55:15.4279983Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:55:15.4280677Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:55:15.4281398Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:55:15.4282109Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:55:15.4282698Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:55:15.4283383Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:55:15.4284036Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:55:15.4284714Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:55:15.4285478Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:55:15.4286303Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:55:15.4287210Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:55:15.4287974Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:55:15.4288547Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:55:15.4289046Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:55:15.4289553Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:55:15.4290037Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:55:15.4290553Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:55:15.4291472Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:55:15.4291973Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:55:15.4292915Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:55:15.4293552Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:55:15.4294070Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:55:15.4294605Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:55:15.4295144Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:55:15.4295707Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:55:15.4296315Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:55:15.4296920Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:55:15.4297465Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:55:15.4298043Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:55:15.4298679Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:55:15.4299270Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:55:15.4299826Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:55:15.4300437Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:55:15.4301100Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:55:15.4301779Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:55:15.4302563Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:55:15.4303053Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:55:15.4303550Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:55:15.4304037Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:55:15.4304548Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:55:15.4305033Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:55:15.4305526Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:55:15.4306066Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:55:15.4306617Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:55:15.4307234Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:55:15.4307884Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:55:15.4308452Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:55:15.4309078Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:55:15.4309734Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:55:15.4310367Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:55:15.4311034Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:55:15.4311746Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:55:15.4312346Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:55:15.4313020Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:55:15.4313714Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:55:15.4314337Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:55:15.4314964Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:55:15.4315645Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:55:15.4316269Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:55:15.4316854Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:55:15.4317486Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:55:15.4318039Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:55:15.4318646Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:55:15.4319314Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:55:15.4319938Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:55:15.4320868Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:55:15.4321755Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:55:15.4322562Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:55:15.4323346Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:55:15.4324027Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:55:15.4324726Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:55:15.4325413Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:55:15.4325987Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:55:15.4326544Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:55:15.4327128Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:55:15.4327725Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:55:15.4328306Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:55:15.4328822Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:55:15.4329355Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:55:15.4329868Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:55:15.4330446Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:55:15.4331062Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:55:15.4331583Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:55:15.4332090Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:55:15.4332714Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:55:15.4333199Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:55:15.4333694Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:55:15.4334169Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:55:15.4334645Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:55:15.4335130Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:55:15.4335649Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:55:15.4336230Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:55:15.4336763Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:55:15.4337265Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:55:15.4337815Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:55:15.4338323Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:55:15.4338838Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:55:15.4339393Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:55:15.4340035Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:55:15.4340648Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:55:15.4341158Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:55:15.4341768Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:55:15.4342454Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:55:15.4343200Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:55:15.4343868Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:55:15.4344423Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:55:15.4344961Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:55:15.4345481Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:55:15.4346016Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:55:15.4346649Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:55:15.4347301Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:55:15.4347879Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:55:15.4348459Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:55:15.4349372Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:55:15.4350155Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:55:15.4350724Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:55:15.4351223Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:55:15.4351733Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:55:15.4352259Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:55:15.4352796Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:55:15.4353318Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:55:15.4353867Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:55:15.4354430Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:55:15.4354986Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:55:15.4355545Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:55:15.4356133Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:55:15.4356765Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:55:15.4357325Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:55:15.4357889Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:55:15.4358514Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:55:16.2247728Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:55:16.2248825Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:55:16.2249636Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:55:16.2250366Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:55:16.2251093Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:55:16.2251760Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:55:16.2252434Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:55:16.2253042Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:55:16.2253740Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:55:16.2254440Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:55:16.2255057Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:55:16.2255861Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:55:16.2256632Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:55:16.2257335Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:55:16.2258070Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:55:16.2258875Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:55:16.2259665Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:55:16.2260439Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:55:16.2261197Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:55:16.2262025Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:55:16.2262969Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:55:16.2263883Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:55:16.2264607Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:55:16.2265174Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:55:16.2265761Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:55:16.2266405Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:55:16.2267043Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:55:16.2267707Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:55:16.2268771Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:55:16.2269641Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:55:16.2270298Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:55:16.2270942Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:55:16.2271610Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:55:16.2272184Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:55:16.2272786Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:55:16.2273455Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:55:16.2274157Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:55:16.2274924Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:55:16.2275631Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:55:16.2276429Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:16.2277436Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:55:16.2278476Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:16.2279495Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:16.2280471Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:16.2281502Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:16.2282615Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:16.2283790Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:16.2284802Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:16.2285672Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:55:16.2286586Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:16.2287475Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:16.2288328Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:16.2289219Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:16.2290204Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:16.2291229Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:16.2292103Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:55:16.2293061Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:55:16.2294001Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:55:16.2295030Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:55:16.2296084Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:55:16.2297144Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:55:16.2298293Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:55:16.2299440Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:55:16.2300552Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:55:16.2301697Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:55:16.2303271Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:55:16.2304686Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:55:16.2305756Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:55:16.2306742Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:55:16.2307702Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:55:16.2308707Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:55:16.2309753Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:55:16.2310754Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:55:16.2311716Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:55:16.2312697Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:55:16.2313667Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:55:16.2314563Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:55:16.2315433Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:55:16.2316314Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:55:16.2317263Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:55:16.2318299Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:55:16.2319312Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:55:16.2320234Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:55:16.2321155Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:55:16.2322298Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:55:16.2323601Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:55:16.2324999Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:55:16.2326476Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:55:16.2327736Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:55:16.2328902Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:55:16.2329953Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:55:16.2330881Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:55:16.2331709Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:55:16.2332445Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:55:16.2333069Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:55:16.2333791Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:55:16.2334550Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:55:16.2335209Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:55:16.2335736Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:55:16.2336276Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:55:16.2336913Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:55:16.2337924Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:55:16.2338756Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:55:16.2339561Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:55:16.5345531Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:55:16.5346390Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:55:16.5347288Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:55:16.5348308Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:55:16.5349172Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:55:16.5349949Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:55:16.5350714Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:55:16.5351546Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:55:16.5352366Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:55:16.5353213Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:55:16.5354062Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:55:16.5354921Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:55:16.5367076Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:55:16.5368040Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:55:16.5368735Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:55:16.5369397Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:55:16.5370050Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:55:16.5370912Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:55:16.5371712Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:55:16.5372681Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:55:16.5373539Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:55:16.5374290Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:55:16.5375094Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:55:16.5375916Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:55:16.5376687Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:55:16.5377395Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:55:16.5378033Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:55:16.5378669Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:55:16.5379345Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:55:16.5380147Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:55:16.5380977Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:55:16.5381918Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:55:16.5382988Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:55:16.5383958Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:55:16.5384921Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:55:16.5385929Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:55:16.5386993Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:55:16.5388630Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:55:16.5389542Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:55:16.5390439Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:55:16.5391346Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:55:16.5392224Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:55:16.5393069Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:55:16.5393903Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:55:16.5394748Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:55:16.5395619Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:55:16.5396498Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:55:16.5397370Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:55:16.5398277Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:55:16.5399151Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:55:16.5400017Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:55:16.5400943Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:55:16.5401923Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:55:16.5403401Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:55:16.5404451Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:55:16.5405545Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:55:16.5406608Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:55:16.5407623Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:55:16.5408615Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:55:16.5409663Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:55:16.5410749Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:55:16.5411761Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:55:16.5412895Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:55:16.5413984Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:55:16.5415116Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:55:16.5416204Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:55:16.5417110Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:55:16.5417956Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:55:16.5418821Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:55:16.5419696Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:55:16.5420559Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:55:16.5421299Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:55:16.5422314Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:55:16.5423025Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:55:16.5423924Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:55:16.5424730Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:55:16.5425434Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:55:16.5426145Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:55:16.5426882Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:55:16.5427623Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:55:16.5428504Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:55:16.5429227Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:55:16.5429975Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:55:16.5430811Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:55:16.5431526Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:55:16.5432146Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:55:16.5432806Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:55:16.5433487Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:55:16.5434223Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:55:16.5435047Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:55:16.5435693Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:55:16.5436222Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:55:16.5436773Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:55:16.5437274Z adding 'executorch/schema/program.fbs' 2025-06-05T23:55:16.5437745Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:55:16.5438286Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:55:16.5438893Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:55:16.5439416Z adding 'executorch/util/collect_env.py' 2025-06-05T23:55:16.5439894Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:55:16.5440468Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:55:16.5441100Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:55:16.5441655Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:55:16.5442266Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:55:16.5442931Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:55:16.5443537Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:55:16.5444067Z removing pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:16.5444944Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:55:16.5446346Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl size=10880754 sha256=a2235fc8c093cdb4393c2b60d9939a66b139ffa7f0aebf9366c9c028de72d17a 2025-06-05T23:55:16.8735989Z Stored in directory: /tmp/pip-ephem-wheel-cache-gozd5p6z/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:55:16.8739851Z  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:16.8742634Z  Running command python setup.py bdist_wheel 2025-06-05T23:55:16.8743501Z running bdist_wheel 2025-06-05T23:55:16.8743829Z running build 2025-06-05T23:55:16.8744121Z running build_py 2025-06-05T23:55:16.8744656Z creating build/lib/coremltools 2025-06-05T23:55:16.8745170Z copying coremltools/__init__.py -> build/lib/coremltools 2025-06-05T23:55:16.8745790Z copying coremltools/version.py -> build/lib/coremltools 2025-06-05T23:55:16.8746324Z creating build/lib/coremltools/_deps 2025-06-05T23:55:16.8746900Z copying coremltools/_deps/__init__.py -> build/lib/coremltools/_deps 2025-06-05T23:55:16.8747519Z creating build/lib/coremltools/converters 2025-06-05T23:55:16.8748342Z copying coremltools/converters/__init__.py -> build/lib/coremltools/converters 2025-06-05T23:55:16.8749280Z copying coremltools/converters/_converters_entry.py -> build/lib/coremltools/converters 2025-06-05T23:55:16.8750234Z copying coremltools/converters/_profile_utils.py -> build/lib/coremltools/converters 2025-06-05T23:55:16.8750946Z creating build/lib/coremltools/models 2025-06-05T23:55:16.8751558Z copying coremltools/models/__init__.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8752368Z copying coremltools/models/_compiled_model.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8753216Z copying coremltools/models/_deprecation.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8754074Z copying coremltools/models/_feature_management.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8754984Z copying coremltools/models/_interface_management.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8755911Z copying coremltools/models/array_feature_extractor.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8756820Z copying coremltools/models/compute_device.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8757673Z copying coremltools/models/compute_plan.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8758486Z copying coremltools/models/datatypes.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8759336Z copying coremltools/models/feature_vectorizer.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8760167Z copying coremltools/models/model.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8760943Z copying coremltools/models/pipeline.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8761766Z copying coremltools/models/tree_ensemble.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8762564Z copying coremltools/models/utils.py -> build/lib/coremltools/models 2025-06-05T23:55:16.8763179Z creating build/lib/coremltools/optimize 2025-06-05T23:55:16.8763811Z copying coremltools/optimize/__init__.py -> build/lib/coremltools/optimize 2025-06-05T23:55:16.8764628Z copying coremltools/optimize/_utils.py -> build/lib/coremltools/optimize 2025-06-05T23:55:16.8765260Z creating build/lib/coremltools/proto 2025-06-05T23:55:16.8765975Z copying coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8766954Z copying coremltools/proto/AudioFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8767950Z copying coremltools/proto/BayesianProbitRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8768962Z copying coremltools/proto/CategoricalMapping_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8769988Z copying coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8770966Z copying coremltools/proto/CustomModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8771838Z copying coremltools/proto/DataStructures_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8772850Z copying coremltools/proto/DictVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8773733Z copying coremltools/proto/FeatureTypes_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8774635Z copying coremltools/proto/FeatureVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8775544Z copying coremltools/proto/GLMClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8776593Z copying coremltools/proto/GLMRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8777542Z copying coremltools/proto/Gazetteer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8778403Z copying coremltools/proto/Identity_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8779202Z copying coremltools/proto/Imputer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8780137Z copying coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8781094Z copying coremltools/proto/LinkedModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8781892Z copying coremltools/proto/MIL_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8782643Z copying coremltools/proto/Model_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8783486Z copying coremltools/proto/NamedParameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8784411Z copying coremltools/proto/NearestNeighbors_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8785321Z copying coremltools/proto/NeuralNetwork_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8786267Z copying coremltools/proto/NonMaximumSuppression_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8787190Z copying coremltools/proto/Normalizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8788052Z copying coremltools/proto/OneHotEncoder_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8788912Z copying coremltools/proto/Parameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8789710Z copying coremltools/proto/SVM_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8790479Z copying coremltools/proto/Scaler_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8791406Z copying coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8792402Z copying coremltools/proto/TextClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8793281Z copying coremltools/proto/TreeEnsemble_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8794203Z copying coremltools/proto/VisionFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8795127Z copying coremltools/proto/WordEmbedding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8795984Z copying coremltools/proto/WordTagger_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8796788Z copying coremltools/proto/__init__.py -> build/lib/coremltools/proto 2025-06-05T23:55:16.8797395Z creating build/lib/coremltools/test 2025-06-05T23:55:16.8797986Z copying coremltools/test/__init__.py -> build/lib/coremltools/test 2025-06-05T23:55:16.8798694Z copying coremltools/test/utils.py -> build/lib/coremltools/test 2025-06-05T23:55:16.8799309Z creating build/lib/coremltools/converters/libsvm 2025-06-05T23:55:16.8800078Z copying coremltools/converters/libsvm/__init__.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:16.8801181Z copying coremltools/converters/libsvm/_libsvm_converter.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:16.8802600Z copying coremltools/converters/libsvm/_libsvm_util.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:16.8803419Z creating build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8804139Z copying coremltools/converters/mil/__init__.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8805201Z copying coremltools/converters/mil/_deployment_compatibility.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8806295Z copying coremltools/converters/mil/conftest.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8807281Z copying coremltools/converters/mil/converter.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8808318Z copying coremltools/converters/mil/debugging_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8809361Z copying coremltools/converters/mil/input_types.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8810767Z copying coremltools/converters/mil/test_inputs_outputs_shape.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8812127Z copying coremltools/converters/mil/testing_reqs.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8813265Z copying coremltools/converters/mil/testing_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:16.8814066Z creating build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8814875Z copying coremltools/converters/sklearn/_LinearSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8815954Z copying coremltools/converters/sklearn/_LinearSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8817014Z copying coremltools/converters/sklearn/_NuSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8818037Z copying coremltools/converters/sklearn/_NuSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8819059Z copying coremltools/converters/sklearn/_SVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8820068Z copying coremltools/converters/sklearn/_SVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8821092Z copying coremltools/converters/sklearn/__init__.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8822155Z copying coremltools/converters/sklearn/_converter.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8823289Z copying coremltools/converters/sklearn/_converter_internal.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8824523Z copying coremltools/converters/sklearn/_decision_tree_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8825773Z copying coremltools/converters/sklearn/_decision_tree_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8826974Z copying coremltools/converters/sklearn/_dict_vectorizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8950941Z copying coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8952402Z copying coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8953813Z copying coremltools/converters/sklearn/_imputer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8954977Z copying coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8956191Z copying coremltools/converters/sklearn/_linear_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8957393Z copying coremltools/converters/sklearn/_logistic_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8958547Z copying coremltools/converters/sklearn/_normalizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8959659Z copying coremltools/converters/sklearn/_one_hot_encoder.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8960883Z copying coremltools/converters/sklearn/_random_forest_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8962138Z copying coremltools/converters/sklearn/_random_forest_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8963348Z copying coremltools/converters/sklearn/_ridge_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8964486Z copying coremltools/converters/sklearn/_sklearn_util.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8965615Z copying coremltools/converters/sklearn/_standard_scaler.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8966736Z copying coremltools/converters/sklearn/_svm_common.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8967832Z copying coremltools/converters/sklearn/_tree_ensemble.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:16.8969066Z creating build/lib/coremltools/converters/xgboost 2025-06-05T23:55:16.8970037Z copying coremltools/converters/xgboost/__init__.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:16.8971080Z copying coremltools/converters/xgboost/_tree.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:16.8972156Z copying coremltools/converters/xgboost/_tree_ensemble.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:16.8973112Z creating build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:16.8973971Z copying coremltools/converters/mil/backend/__init__.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:16.8975173Z copying coremltools/converters/mil/backend/backend_helper.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:16.8976122Z creating build/lib/coremltools/converters/mil/experimental 2025-06-05T23:55:16.8977082Z copying coremltools/converters/mil/experimental/__init__.py -> build/lib/coremltools/converters/mil/experimental 2025-06-05T23:55:16.8978027Z creating build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:16.8978916Z copying coremltools/converters/mil/frontend/__init__.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:16.8980071Z copying coremltools/converters/mil/frontend/_utils.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:16.8980934Z creating build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8981723Z copying coremltools/converters/mil/mil/__init__.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8982750Z copying coremltools/converters/mil/mil/block.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8983800Z copying coremltools/converters/mil/mil/builder.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8984869Z copying coremltools/converters/mil/mil/input_type.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8985957Z copying coremltools/converters/mil/mil/operation.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8987048Z copying coremltools/converters/mil/mil/program.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8988091Z copying coremltools/converters/mil/mil/scope.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8989125Z copying coremltools/converters/mil/mil/utils.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8990136Z copying coremltools/converters/mil/mil/var.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:16.8990955Z creating build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:16.8991876Z copying coremltools/converters/mil/backend/mil/__init__.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:16.8993122Z copying coremltools/converters/mil/backend/mil/helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:16.8994352Z copying coremltools/converters/mil/backend/mil/load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:16.8995617Z copying coremltools/converters/mil/backend/mil/test_helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:16.8996898Z copying coremltools/converters/mil/backend/mil/test_load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:16.8997850Z creating build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:16.8998760Z copying coremltools/converters/mil/backend/nn/__init__.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:16.8999963Z copying coremltools/converters/mil/backend/nn/load.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:16.9001270Z copying coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:16.9002795Z copying coremltools/converters/mil/backend/nn/op_mapping.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:16.9004043Z creating build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:16.9005276Z copying coremltools/converters/mil/backend/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:16.9006865Z 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:16.9008521Z copying coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:16.9010093Z copying coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:16.9011730Z copying coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:16.9013519Z copying coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:16.9015109Z copying coremltools/converters/mil/backend/mil/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:16.9016211Z creating build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9017269Z copying coremltools/converters/mil/backend/nn/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9018772Z copying coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9020363Z copying coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9021974Z copying coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9023636Z 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:16.9025353Z copying coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9026994Z copying coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9028551Z copying coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9030101Z copying coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9031632Z copying coremltools/converters/mil/backend/nn/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:16.9032741Z creating build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:16.9033876Z copying coremltools/converters/mil/experimental/passes/__init__.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:16.9035502Z copying coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:16.9037251Z copying coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:16.9038963Z copying coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:16.9040809Z copying coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:16.9042664Z copying coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:16.9148467Z copying coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:16.9149770Z creating build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:16.9150839Z copying coremltools/converters/mil/frontend/milproto/__init__.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:16.9152256Z copying coremltools/converters/mil/frontend/milproto/helper.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:16.9153677Z copying coremltools/converters/mil/frontend/milproto/load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:16.9155123Z copying coremltools/converters/mil/frontend/milproto/test_load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:16.9156216Z creating build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9157333Z copying coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9158873Z copying coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9160460Z copying coremltools/converters/mil/frontend/tensorflow/convert_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9162022Z copying coremltools/converters/mil/frontend/tensorflow/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9163561Z copying coremltools/converters/mil/frontend/tensorflow/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9165102Z copying coremltools/converters/mil/frontend/tensorflow/dot_visitor.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9166598Z copying coremltools/converters/mil/frontend/tensorflow/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9168116Z copying coremltools/converters/mil/frontend/tensorflow/naming_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9169616Z copying coremltools/converters/mil/frontend/tensorflow/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9171069Z copying coremltools/converters/mil/frontend/tensorflow/parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9172705Z copying coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9174271Z copying coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9175780Z copying coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:16.9176947Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:16.9178081Z copying coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:16.9179603Z copying coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:16.9181134Z copying coremltools/converters/mil/frontend/tensorflow2/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:16.9182614Z copying coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:16.9183679Z creating build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9184665Z copying coremltools/converters/mil/frontend/torch/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9186278Z copying coremltools/converters/mil/frontend/torch/converter.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9187769Z copying coremltools/converters/mil/frontend/torch/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9189176Z copying coremltools/converters/mil/frontend/torch/exir_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9190572Z copying coremltools/converters/mil/frontend/torch/internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9191937Z copying coremltools/converters/mil/frontend/torch/load.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9193218Z copying coremltools/converters/mil/frontend/torch/ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9194598Z copying coremltools/converters/mil/frontend/torch/quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9196073Z copying coremltools/converters/mil/frontend/torch/torch_op_registry.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9197517Z copying coremltools/converters/mil/frontend/torch/torchir_passes.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9198973Z copying coremltools/converters/mil/frontend/torch/torchscript_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9200366Z copying coremltools/converters/mil/frontend/torch/utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:16.9201464Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:16.9203038Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:16.9204982Z 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:16.9206941Z 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:16.9208788Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:16.9210637Z 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:16.9211977Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9213264Z copying coremltools/converters/mil/frontend/tensorflow/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9214952Z copying coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9216713Z copying coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9218413Z copying coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9220081Z copying coremltools/converters/mil/frontend/tensorflow/test/test_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9221722Z copying coremltools/converters/mil/frontend/tensorflow/test/test_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9223370Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9225084Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9227269Z copying coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9229056Z copying coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:16.9230384Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:16.9231751Z 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:16.9233605Z 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:16.9235555Z 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:16.9237531Z 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:16.9239469Z 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:16.9241456Z 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:16.9357821Z 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:16.9359888Z 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:16.9361890Z 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:16.9363838Z 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:16.9365828Z 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:16.9367868Z 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:16.9369816Z 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:16.9371207Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:16.9372635Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:16.9374516Z 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:16.9376428Z 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:16.9377770Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:16.9379013Z copying coremltools/converters/mil/frontend/tensorflow2/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:16.9380772Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:16.9383097Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:16.9384819Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:16.9386556Z 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:16.9388329Z copying coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:16.9389675Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:16.9391066Z 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:16.9393066Z 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:16.9394553Z creating build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:16.9395768Z copying coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:16.9397506Z 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:16.9399424Z 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:16.9400744Z creating build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9401860Z copying coremltools/converters/mil/frontend/torch/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9403622Z copying coremltools/converters/mil/frontend/torch/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9405190Z copying coremltools/converters/mil/frontend/torch/test/test_examples.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9406778Z copying coremltools/converters/mil/frontend/torch/test/test_internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9408340Z copying coremltools/converters/mil/frontend/torch/test/test_passes.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9409955Z copying coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9411808Z 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:16.9413687Z copying coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9415356Z copying coremltools/converters/mil/frontend/torch/test/test_torch_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9416994Z copying coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9418708Z copying coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9420342Z copying coremltools/converters/mil/frontend/torch/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:16.9421705Z creating build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:16.9422704Z copying coremltools/converters/mil/mil/ops/__init__.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:16.9423861Z copying coremltools/converters/mil/mil/ops/helper.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:16.9425028Z copying coremltools/converters/mil/mil/ops/registry.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:16.9425931Z creating build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:16.9426864Z copying coremltools/converters/mil/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:16.9428101Z copying coremltools/converters/mil/mil/passes/graph_pass.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:16.9429352Z copying coremltools/converters/mil/mil/passes/helper.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:16.9430629Z copying coremltools/converters/mil/mil/passes/pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:16.9431949Z copying coremltools/converters/mil/mil/passes/pass_registry.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:16.9432915Z creating build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:16.9433796Z copying coremltools/converters/mil/mil/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:16.9435007Z copying coremltools/converters/mil/mil/tests/test_block.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:16.9436235Z copying coremltools/converters/mil/mil/tests/test_debug.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:16.9437499Z copying coremltools/converters/mil/mil/tests/test_programs.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:16.9438757Z copying coremltools/converters/mil/mil/tests/test_types.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:16.9439686Z creating build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9440583Z copying coremltools/converters/mil/mil/types/__init__.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9441791Z copying coremltools/converters/mil/mil/types/annotate.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9443036Z copying coremltools/converters/mil/mil/types/get_type_info.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9444324Z copying coremltools/converters/mil/mil/types/global_methods.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9445597Z copying coremltools/converters/mil/mil/types/symbolic.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9446829Z copying coremltools/converters/mil/mil/types/type_bool.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9448075Z copying coremltools/converters/mil/mil/types/type_complex.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9449331Z copying coremltools/converters/mil/mil/types/type_dict.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9450577Z copying coremltools/converters/mil/mil/types/type_double.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9451908Z copying coremltools/converters/mil/mil/types/type_globals_pseudo_type.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9678128Z copying coremltools/converters/mil/mil/types/type_int.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9679449Z copying coremltools/converters/mil/mil/types/type_list.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9680691Z copying coremltools/converters/mil/mil/types/type_mapping.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9681940Z copying coremltools/converters/mil/mil/types/type_spec.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9683734Z copying coremltools/converters/mil/mil/types/type_state.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9684977Z copying coremltools/converters/mil/mil/types/type_str.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9686211Z copying coremltools/converters/mil/mil/types/type_tensor.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9687459Z copying coremltools/converters/mil/mil/types/type_tuple.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9688712Z copying coremltools/converters/mil/mil/types/type_unknown.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9689956Z copying coremltools/converters/mil/mil/types/type_void.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:16.9690887Z creating build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:16.9691843Z copying coremltools/converters/mil/mil/visitors/__init__.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:16.9693267Z copying coremltools/converters/mil/mil/visitors/dot_visitor.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:16.9694257Z creating build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:16.9695209Z copying coremltools/converters/mil/mil/ops/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:16.9696466Z copying coremltools/converters/mil/mil/ops/defs/_op_reqs.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:16.9697723Z copying coremltools/converters/mil/mil/ops/defs/_utils.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:16.9699060Z copying coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:16.9700109Z creating build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:16.9701098Z copying coremltools/converters/mil/mil/ops/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:16.9702554Z copying coremltools/converters/mil/mil/ops/tests/test_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:16.9703928Z copying coremltools/converters/mil/mil/ops/tests/testing_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:16.9705028Z creating build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:16.9706274Z 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:16.9707927Z 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:16.9709097Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9710163Z copying coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9711639Z copying coremltools/converters/mil/mil/ops/defs/iOS15/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9713138Z copying coremltools/converters/mil/mil/ops/defs/iOS15/classify.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9714629Z copying coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9716081Z copying coremltools/converters/mil/mil/ops/defs/iOS15/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9717594Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9719208Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9721181Z copying coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9722688Z copying coremltools/converters/mil/mil/ops/defs/iOS15/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9724190Z copying coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9725685Z copying coremltools/converters/mil/mil/ops/defs/iOS15/pool.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9727111Z copying coremltools/converters/mil/mil/ops/defs/iOS15/random.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9728572Z copying coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9730072Z copying coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9731599Z copying coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9733257Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9734871Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:16.9736054Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:16.9737265Z copying coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:16.9738746Z copying coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:16.9740291Z copying coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:16.9741838Z copying coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:16.9743391Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:16.9745005Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:16.9746193Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9747251Z copying coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9748720Z copying coremltools/converters/mil/mil/ops/defs/iOS17/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9750184Z copying coremltools/converters/mil/mil/ops/defs/iOS17/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9751684Z copying coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9753259Z copying coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9754742Z copying coremltools/converters/mil/mil/ops/defs/iOS17/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9756243Z copying coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9757822Z copying coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9759542Z copying coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9761130Z copying coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9762660Z copying coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9764220Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9765838Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:16.9767020Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:16.9768088Z copying coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:16.9769561Z copying coremltools/converters/mil/mil/ops/defs/iOS18/compression.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:16.9771081Z copying coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:16.9884128Z copying coremltools/converters/mil/mil/ops/defs/iOS18/states.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:16.9885705Z copying coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:16.9887320Z copying coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:16.9888519Z creating build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:16.9889789Z 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:16.9891594Z 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:16.9892984Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9894077Z copying coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9895597Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9897182Z 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:16.9898720Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9900314Z 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:16.9902153Z 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:16.9903842Z 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:16.9905411Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9906988Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9908552Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9910052Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9912149Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9913738Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:16.9915383Z 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:16.9917017Z 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:16.9918709Z 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:16.9919931Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:16.9921043Z copying coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:16.9922594Z 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:16.9924254Z 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:16.9925933Z 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:16.9927157Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:16.9928251Z copying coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:16.9929777Z 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:16.9931342Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:16.9933000Z 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:16.9934616Z 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:16.9936251Z 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:16.9937934Z 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:16.9939157Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9940255Z copying coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9941768Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9943309Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9944893Z 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:16.9946531Z 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:16.9948102Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9949841Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9951564Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9953170Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9954730Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:16.9956319Z 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:16.9957954Z 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:16.9959635Z 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:16.9960874Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:16.9961957Z copying coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:16.9963481Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:16.9965064Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:16.9966600Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:16.9968227Z 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:16.9969900Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:16.9971058Z creating build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:16.9972067Z copying coremltools/converters/mil/mil/passes/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:16.9973640Z copying coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:16.9975218Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:16.9976850Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:16.9978425Z copying coremltools/converters/mil/mil/passes/defs/optimize_conv.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0107763Z copying coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0109423Z copying coremltools/converters/mil/mil/passes/defs/optimize_linear.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0110968Z copying coremltools/converters/mil/mil/passes/defs/optimize_normalization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0112554Z copying coremltools/converters/mil/mil/passes/defs/optimize_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0114109Z copying coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0115599Z copying coremltools/converters/mil/mil/passes/defs/optimize_state.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0117756Z copying coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0119483Z copying coremltools/converters/mil/mil/passes/defs/preprocess.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0120972Z copying coremltools/converters/mil/mil/passes/defs/quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0122417Z copying coremltools/converters/mil/mil/passes/defs/randomize.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0123866Z copying coremltools/converters/mil/mil/passes/defs/symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0125343Z copying coremltools/converters/mil/mil/passes/defs/transformer.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.0126428Z creating build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0127469Z copying coremltools/converters/mil/mil/passes/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0128942Z copying coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0130549Z 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:17.0132370Z copying coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0133974Z copying coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0135461Z copying coremltools/converters/mil/mil/passes/tests/test_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0137014Z copying coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0138651Z copying coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0140240Z copying coremltools/converters/mil/mil/passes/tests/test_state_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0141787Z copying coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.0142966Z creating build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:17.0144157Z copying coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:17.0145853Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:17.0147630Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:17.0149406Z 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:17.0151188Z 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:17.0152975Z 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:17.0154732Z 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:17.0156513Z 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:17.0158631Z copying coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:17.0160414Z 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:17.0162210Z 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:17.0164028Z copying coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:17.0165192Z creating build/lib/coremltools/models/ml_program 2025-06-05T23:55:17.0165959Z copying coremltools/models/ml_program/__init__.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:55:17.0167041Z copying coremltools/models/ml_program/compression_utils.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:55:17.0167951Z creating build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:17.0168845Z copying coremltools/models/nearest_neighbors/__init__.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:17.0170030Z copying coremltools/models/nearest_neighbors/builder.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:17.0170925Z creating build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0171746Z copying coremltools/models/neural_network/__init__.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0172932Z copying coremltools/models/neural_network/builder.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0174127Z copying coremltools/models/neural_network/flexible_shape_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0175379Z copying coremltools/models/neural_network/optimization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0176573Z copying coremltools/models/neural_network/printer.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0177757Z copying coremltools/models/neural_network/quantization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0179019Z copying coremltools/models/neural_network/spec_inspection_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0180312Z copying coremltools/models/neural_network/update_optimizer_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0181492Z copying coremltools/models/neural_network/utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:17.0182382Z creating build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.0183374Z copying coremltools/models/ml_program/experimental/__init__.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.0184742Z copying coremltools/models/ml_program/experimental/async_wrapper.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.0186183Z copying coremltools/models/ml_program/experimental/compute_plan_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.0187626Z copying coremltools/models/ml_program/experimental/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.0189087Z copying coremltools/models/ml_program/experimental/model_structure_path.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.0190505Z copying coremltools/models/ml_program/experimental/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.0191877Z copying coremltools/models/ml_program/experimental/remote_device.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.0192962Z creating build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:17.0194415Z copying coremltools/models/ml_program/experimental/torch/__init__.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:17.0195978Z copying coremltools/models/ml_program/experimental/torch/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:17.0197542Z copying coremltools/models/ml_program/experimental/torch/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:17.0198568Z creating build/lib/coremltools/optimize/coreml 2025-06-05T23:55:17.0199316Z copying coremltools/optimize/coreml/__init__.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:17.0200306Z copying coremltools/optimize/coreml/_config.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:17.0201419Z copying coremltools/optimize/coreml/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:17.0332574Z copying coremltools/optimize/coreml/_quantization_passes.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:17.0333541Z creating build/lib/coremltools/optimize/torch 2025-06-05T23:55:17.0334308Z copying coremltools/optimize/torch/__init__.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:17.0335424Z copying coremltools/optimize/torch/_logging.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:17.0336397Z copying coremltools/optimize/torch/_typing.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:17.0337452Z copying coremltools/optimize/torch/base_model_optimizer.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:17.0338586Z copying coremltools/optimize/torch/optimization_config.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:17.0339500Z creating build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.0340497Z copying coremltools/optimize/coreml/experimental/__init__.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.0341823Z copying coremltools/optimize/coreml/experimental/_config.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.0343201Z copying coremltools/optimize/coreml/experimental/_model_debugger.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.0344693Z copying coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.0346305Z copying coremltools/optimize/coreml/experimental/test_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.0347421Z creating build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0348246Z copying coremltools/optimize/torch/_utils/__init__.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0349360Z copying coremltools/optimize/torch/_utils/dist_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0350494Z copying coremltools/optimize/torch/_utils/fsdp_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0351659Z copying coremltools/optimize/torch/_utils/graph_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0352889Z copying coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0354092Z copying coremltools/optimize/torch/_utils/k_means.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0355204Z copying coremltools/optimize/torch/_utils/math_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0356364Z copying coremltools/optimize/torch/_utils/metadata_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0357574Z copying coremltools/optimize/torch/_utils/model_size_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0358787Z copying coremltools/optimize/torch/_utils/optimizer_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0360351Z copying coremltools/optimize/torch/_utils/python_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0361670Z copying coremltools/optimize/torch/_utils/registry.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0362836Z copying coremltools/optimize/torch/_utils/report_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0364019Z copying coremltools/optimize/torch/_utils/state_dict_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0365193Z copying coremltools/optimize/torch/_utils/torch_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0366335Z copying coremltools/optimize/torch/_utils/transforms.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0367519Z copying coremltools/optimize/torch/_utils/validation_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0368711Z copying coremltools/optimize/torch/_utils/version_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.0369713Z creating build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0370864Z copying coremltools/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0372480Z copying coremltools/optimize/torch/layerwise_compression/_quant.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0374029Z copying coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0375607Z copying coremltools/optimize/torch/layerwise_compression/input_cacher.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0377263Z copying coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0378467Z creating build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0379455Z copying coremltools/optimize/torch/palettization/__init__.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0380850Z copying coremltools/optimize/torch/palettization/_custom_conversion.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0382312Z copying coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0383817Z copying coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0385299Z copying coremltools/optimize/torch/palettization/_partitioner.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0386726Z copying coremltools/optimize/torch/palettization/_supported_modules.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0388122Z copying coremltools/optimize/torch/palettization/_utils.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0389501Z copying coremltools/optimize/torch/palettization/fake_palettize.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0390978Z copying coremltools/optimize/torch/palettization/palettization_config.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0392453Z copying coremltools/optimize/torch/palettization/palettizer.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0393947Z copying coremltools/optimize/torch/palettization/post_training_palettization.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0395482Z copying coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.0396514Z creating build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:17.0397534Z copying coremltools/optimize/torch/pruning/__init__.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:17.0398835Z copying coremltools/optimize/torch/pruning/_base_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:17.0400102Z copying coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:17.0401327Z copying coremltools/optimize/torch/pruning/_utils.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:17.0402745Z copying coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:17.0404067Z copying coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:17.0405058Z creating build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0406018Z copying coremltools/optimize/torch/quantization/__init__.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0407383Z copying coremltools/optimize/torch/quantization/_annotation_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0408792Z copying coremltools/optimize/torch/quantization/_backend_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0410207Z copying coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0411597Z copying coremltools/optimize/torch/quantization/_configure.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0413051Z copying coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0414499Z copying coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0415936Z copying coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0417271Z copying coremltools/optimize/torch/quantization/_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0418681Z copying coremltools/optimize/torch/quantization/post_training_quantization.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0420192Z copying coremltools/optimize/torch/quantization/quantization_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0421590Z copying coremltools/optimize/torch/quantization/quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.0422655Z creating build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0423781Z copying coremltools/optimize/torch/quantization/modules/__init__.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0566373Z copying coremltools/optimize/torch/quantization/modules/conv_transpose.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0568278Z copying coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0569934Z copying coremltools/optimize/torch/quantization/modules/fused_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0571613Z copying coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0573456Z copying coremltools/optimize/torch/quantization/modules/observers.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0575028Z copying coremltools/optimize/torch/quantization/modules/qat_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0576653Z copying coremltools/optimize/torch/quantization/modules/quantized_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.0578087Z creating build/lib/coremltools/test/api 2025-06-05T23:55:17.0578895Z copying coremltools/test/api/__init__.py -> build/lib/coremltools/test/api 2025-06-05T23:55:17.0579794Z copying coremltools/test/api/test_api_examples.py -> build/lib/coremltools/test/api 2025-06-05T23:55:17.0580744Z copying coremltools/test/api/test_api_visibilities.py -> build/lib/coremltools/test/api 2025-06-05T23:55:17.0581481Z creating build/lib/coremltools/test/blob 2025-06-05T23:55:17.0582124Z copying coremltools/test/blob/__init__.py -> build/lib/coremltools/test/blob 2025-06-05T23:55:17.0583002Z copying coremltools/test/blob/test_weights.py -> build/lib/coremltools/test/blob 2025-06-05T23:55:17.0583724Z creating build/lib/coremltools/test/ml_program 2025-06-05T23:55:17.0584446Z copying coremltools/test/ml_program/__init__.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:17.0585462Z copying coremltools/test/ml_program/test_compression.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:17.0586494Z copying coremltools/test/ml_program/test_utils.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:17.0587276Z creating build/lib/coremltools/test/modelpackage 2025-06-05T23:55:17.0588057Z copying coremltools/test/modelpackage/__init__.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:17.0589114Z copying coremltools/test/modelpackage/test_mlmodel.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:17.0590252Z copying coremltools/test/modelpackage/test_modelpackage.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:17.0591114Z creating build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0591904Z copying coremltools/test/neural_network/__init__.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0593022Z copying coremltools/test/neural_network/test_compiled_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0594249Z copying coremltools/test/neural_network/test_custom_neural_nets.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0595414Z copying coremltools/test/neural_network/test_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0596561Z copying coremltools/test/neural_network/test_neural_networks.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0597744Z copying coremltools/test/neural_network/test_nn_builder.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0598910Z copying coremltools/test/neural_network/test_numpy_nn_layers.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0600110Z copying coremltools/test/neural_network/test_quantization.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0601331Z copying coremltools/test/neural_network/test_simple_nn_inference.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0602759Z copying coremltools/test/neural_network/test_tf_numeric.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:17.0603614Z creating build/lib/coremltools/test/optimize 2025-06-05T23:55:17.0604342Z copying coremltools/test/optimize/__init__.py -> build/lib/coremltools/test/optimize 2025-06-05T23:55:17.0605745Z copying coremltools/test/optimize/test_utils.py -> build/lib/coremltools/test/optimize 2025-06-05T23:55:17.0606505Z creating build/lib/coremltools/test/pipeline 2025-06-05T23:55:17.0607222Z copying coremltools/test/pipeline/__init__.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:17.0608252Z copying coremltools/test/pipeline/test_model_updatable.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:17.0609315Z copying coremltools/test/pipeline/test_pipeline.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:17.0610110Z creating build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0610887Z copying coremltools/test/sklearn_tests/__init__.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0612288Z copying coremltools/test/sklearn_tests/test_NuSVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0613519Z copying coremltools/test/sklearn_tests/test_NuSVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0614590Z copying coremltools/test/sklearn_tests/test_SVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0615634Z copying coremltools/test/sklearn_tests/test_SVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0616782Z copying coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0618032Z copying coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0619269Z copying coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0620436Z copying coremltools/test/sklearn_tests/test_feature_names.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0621651Z copying coremltools/test/sklearn_tests/test_glm_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0622794Z copying coremltools/test/sklearn_tests/test_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0623885Z copying coremltools/test/sklearn_tests/test_io_types.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0626130Z copying coremltools/test/sklearn_tests/test_k_neighbors_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0627659Z copying coremltools/test/sklearn_tests/test_linear_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0628938Z copying coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0630169Z copying coremltools/test/sklearn_tests/test_normalizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0631322Z copying coremltools/test/sklearn_tests/test_one_hot_encoder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0632579Z copying coremltools/test/sklearn_tests/test_random_forest_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0633924Z copying coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0635274Z copying coremltools/test/sklearn_tests/test_random_forest_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0636620Z copying coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0638211Z copying coremltools/test/sklearn_tests/test_ridge_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0639792Z copying coremltools/test/sklearn_tests/test_standard_scalar.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0641092Z copying coremltools/test/sklearn_tests/test_utils.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:17.0641920Z creating build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0642713Z copying coremltools/test/xgboost_tests/__init__.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0643879Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0645241Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0646589Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0647940Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0649329Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0650905Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0652690Z copying coremltools/test/xgboost_tests/test_decision_tree_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0654304Z copying coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:17.0655331Z creating build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:17.0656290Z copying coremltools/test/ml_program/experimental/__init__.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:17.0669159Z copying coremltools/test/ml_program/experimental/test_compute_plan_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:17.0670796Z copying coremltools/test/ml_program/experimental/test_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:17.0672226Z copying coremltools/test/ml_program/experimental/test_perf_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:17.0773109Z copying coremltools/test/ml_program/experimental/test_remote_device.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:17.0774619Z copying coremltools/test/ml_program/experimental/test_torch_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:17.0775642Z creating build/lib/coremltools/test/optimize/api 2025-06-05T23:55:17.0776424Z copying coremltools/test/optimize/api/__init__.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:55:17.0777520Z copying coremltools/test/optimize/api/test_optimize_api.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:55:17.0778439Z creating build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:17.0779262Z copying coremltools/test/optimize/coreml/__init__.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:17.0780410Z copying coremltools/test/optimize/coreml/test_passes.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:17.0781709Z copying coremltools/test/optimize/coreml/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:17.0782704Z creating build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:17.0783501Z copying coremltools/test/optimize/torch/__init__.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:17.0784586Z copying coremltools/test/optimize/torch/conftest.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:17.0785706Z copying coremltools/test/optimize/torch/smoke_test.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:17.0786849Z copying coremltools/test/optimize/torch/test_api_surface.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:17.0788052Z copying coremltools/test/optimize/torch/test_base_optimizer.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:17.0789196Z copying coremltools/test/optimize/torch/utils.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:17.0790091Z creating build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:17.0791110Z copying coremltools/test/optimize/torch/conversion/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:17.0792541Z copying coremltools/test/optimize/torch/conversion/conversion_utils.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:17.0793718Z creating build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0794959Z copying coremltools/test/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0796672Z copying coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0798994Z copying coremltools/test/optimize/torch/layerwise_compression/test_quant.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:17.0800368Z creating build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:17.0801317Z copying coremltools/test/optimize/torch/models/__init__.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:17.0802731Z copying coremltools/test/optimize/torch/models/mnist.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:17.0804031Z copying coremltools/test/optimize/torch/models/multi_input_net.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:17.0805078Z creating build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.0806174Z copying coremltools/test/optimize/torch/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.0807732Z copying coremltools/test/optimize/torch/palettization/palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.0809404Z copying coremltools/test/optimize/torch/palettization/test_palettization_api.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.0811089Z copying coremltools/test/optimize/torch/palettization/test_palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.0812801Z copying coremltools/test/optimize/torch/palettization/test_palettizer.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.0814483Z copying coremltools/test/optimize/torch/palettization/test_post_training_palettization.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.0816205Z copying coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.0817356Z creating build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:17.0818311Z copying coremltools/test/optimize/torch/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:17.0819640Z copying coremltools/test/optimize/torch/pruning/pruning_utils.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:17.0821020Z copying coremltools/test/optimize/torch/pruning/test_base_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:17.0822449Z copying coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:17.0823924Z copying coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:17.0825013Z creating build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0826081Z copying coremltools/test/optimize/torch/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0827553Z copying coremltools/test/optimize/torch/quantization/test_configure.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0829150Z copying coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0830810Z copying coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0832423Z copying coremltools/test/optimize/torch/quantization/test_observers.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0834056Z copying coremltools/test/optimize/torch/quantization/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0835695Z copying coremltools/test/optimize/torch/quantization/test_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0837195Z copying coremltools/test/optimize/torch/quantization/test_utils.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.0838699Z creating build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0839717Z copying coremltools/test/optimize/torch/test_utils/__init__.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0841095Z copying coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0842608Z copying coremltools/test/optimize/torch/test_utils/test_k_means.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0844050Z copying coremltools/test/optimize/torch/test_utils/test_metadata_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0845541Z copying coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0847009Z copying coremltools/test/optimize/torch/test_utils/test_report_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0848478Z copying coremltools/test/optimize/torch/test_utils/test_torch_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0849956Z copying coremltools/test/optimize/torch/test_utils/test_validation_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.0851090Z creating build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:17.0852310Z copying coremltools/test/optimize/torch/conversion/joint/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:17.0854018Z copying coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:17.0855401Z creating build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:17.0856738Z copying coremltools/test/optimize/torch/conversion/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:17.0858685Z copying coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:17.0860129Z creating build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:17.0861327Z copying coremltools/test/optimize/torch/conversion/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:17.0863026Z copying coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:17.0864364Z creating build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:17.0865663Z copying coremltools/test/optimize/torch/conversion/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:17.1653129Z copying coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:17.1655094Z copying coremltools/converters/mil/experimental/passes/README.md -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:17.1656726Z /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:17.1657758Z !! 2025-06-05T23:55:17.1657913Z 2025-06-05T23:55:17.1658085Z ******************************************************************************** 2025-06-05T23:55:17.1658583Z Please avoid running ``setup.py`` directly. 2025-06-05T23:55:17.1659114Z Instead, use pypa/build, pypa/installer or other 2025-06-05T23:55:17.1659601Z standards-based tools. 2025-06-05T23:55:17.1659856Z 2025-06-05T23:55:17.1660855Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-05T23:55:17.1661905Z ******************************************************************************** 2025-06-05T23:55:17.1662326Z 2025-06-05T23:55:17.1662443Z !! 2025-06-05T23:55:17.1662791Z self.initialize_options() 2025-06-05T23:55:17.1663247Z installing to build/bdist.linux-aarch64/wheel 2025-06-05T23:55:17.1664002Z running install 2025-06-05T23:55:17.1664312Z running install_lib 2025-06-05T23:55:17.1664746Z creating build/bdist.linux-aarch64/wheel 2025-06-05T23:55:17.1665273Z creating build/bdist.linux-aarch64/wheel/coremltools 2025-06-05T23:55:17.1666039Z copying build/lib/coremltools/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:55:17.1667185Z copying build/lib/coremltools/version.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:55:17.1668071Z creating build/bdist.linux-aarch64/wheel/coremltools/_deps 2025-06-05T23:55:17.1669101Z copying build/lib/coremltools/_deps/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/_deps 2025-06-05T23:55:17.1670004Z creating build/bdist.linux-aarch64/wheel/coremltools/converters 2025-06-05T23:55:17.1671070Z copying build/lib/coremltools/converters/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:17.1672533Z copying build/lib/coremltools/converters/_converters_entry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:17.1673920Z copying build/lib/coremltools/converters/_profile_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:17.1675176Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/libsvm 2025-06-05T23:55:17.1676447Z copying build/lib/coremltools/converters/libsvm/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:17.1678243Z copying build/lib/coremltools/converters/libsvm/_libsvm_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:17.1680005Z copying build/lib/coremltools/converters/libsvm/_libsvm_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:17.1681389Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil 2025-06-05T23:55:17.1682808Z copying build/lib/coremltools/converters/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1684488Z copying build/lib/coremltools/converters/mil/_deployment_compatibility.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1686433Z copying build/lib/coremltools/converters/mil/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1688107Z copying build/lib/coremltools/converters/mil/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1689826Z copying build/lib/coremltools/converters/mil/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1691436Z copying build/lib/coremltools/converters/mil/input_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1693263Z copying build/lib/coremltools/converters/mil/test_inputs_outputs_shape.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1694891Z copying build/lib/coremltools/converters/mil/testing_reqs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1696705Z copying build/lib/coremltools/converters/mil/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:17.1697963Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend 2025-06-05T23:55:17.1699436Z copying build/lib/coremltools/converters/mil/backend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:55:17.1701578Z copying build/lib/coremltools/converters/mil/backend/backend_helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:55:17.1703488Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil 2025-06-05T23:55:17.1705009Z copying build/lib/coremltools/converters/mil/backend/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:17.1706936Z copying build/lib/coremltools/converters/mil/backend/mil/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:17.1708767Z copying build/lib/coremltools/converters/mil/backend/mil/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:17.1710615Z 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:17.1712410Z 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:17.1713844Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:17.1715287Z 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:17.1717389Z 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:17.1719848Z 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:17.1722221Z 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:17.1724468Z 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:17.1726808Z 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:17.1729245Z 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:17.1731076Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn 2025-06-05T23:55:17.1732781Z copying build/lib/coremltools/converters/mil/backend/nn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:17.1734497Z copying build/lib/coremltools/converters/mil/backend/nn/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:17.1736565Z 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:17.1738600Z 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:17.1740362Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:17.1742074Z 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:17.1744217Z 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:17.1746343Z 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:17.1749036Z 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:17.1751403Z 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:17.1753605Z 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:17.1755743Z 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:17.1757856Z 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:17.1769273Z 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:17.1771405Z 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:17.1772995Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental 2025-06-05T23:55:17.1774383Z copying build/lib/coremltools/converters/mil/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental 2025-06-05T23:55:17.1775751Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:17.1777284Z copying build/lib/coremltools/converters/mil/experimental/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:17.1779373Z 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:17.1781613Z 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:17.1783825Z 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:17.1786114Z 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:17.1788408Z 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:17.1790661Z 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:17.1792825Z copying build/lib/coremltools/converters/mil/experimental/passes/README.md -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:17.1794273Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend 2025-06-05T23:55:17.1795491Z copying build/lib/coremltools/converters/mil/frontend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:55:17.1797208Z copying build/lib/coremltools/converters/mil/frontend/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:55:17.1798480Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:17.1800257Z copying build/lib/coremltools/converters/mil/frontend/milproto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:17.1802533Z copying build/lib/coremltools/converters/mil/frontend/milproto/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:17.1804767Z copying build/lib/coremltools/converters/mil/frontend/milproto/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:17.1807075Z 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:17.1808601Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:17.1810139Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:17.1812415Z 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:17.1814645Z 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:17.1816939Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:17.1819176Z 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:17.1821224Z 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:17.1823179Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:17.1825737Z 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:17.1828244Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:17.1830350Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/parse.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:17.1832368Z 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:17.1834479Z 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:17.1836921Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:17.1838761Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:17.1840837Z 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:17.1843951Z 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:17.1846662Z 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:17.1850372Z 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:17.1853212Z 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:17.1855159Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:17.1857192Z 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:17.1859890Z 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:17.1862653Z 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:17.1865208Z 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:17.1867805Z 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:17.1870644Z 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:17.1873030Z 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:17.1875294Z 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:17.1877816Z 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:17.1880649Z 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:17.1882547Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:17.1884578Z 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:17.1887104Z 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:17.1890059Z 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:17.1892908Z 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:17.1895511Z 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:17.1898240Z 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:17.1901333Z 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:17.1904329Z 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:17.1906962Z 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:17.1909769Z 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:17.1912562Z 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:17.1915268Z 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:17.1917721Z 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:17.1919429Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:17.1920960Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:17.1922950Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:17.1925225Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:17.1927310Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:17.1929035Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:17.1930820Z 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:17.1933478Z 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:17.1936206Z 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:17.1938057Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:17.1939739Z 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:17.1942606Z 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:17.1945102Z 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:17.1947952Z 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:17.1950656Z 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:17.1953429Z 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:17.1955235Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:17.1957191Z 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:17.1959789Z 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:17.1961724Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:17.1963315Z copying build/lib/coremltools/converters/mil/frontend/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:17.1965510Z copying build/lib/coremltools/converters/mil/frontend/torch/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:17.1967362Z 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:17.1969201Z 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:17.1971308Z 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:17.1973401Z copying build/lib/coremltools/converters/mil/frontend/torch/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:17.1975464Z copying build/lib/coremltools/converters/mil/frontend/torch/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:17.1977549Z 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:17.1979757Z 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:17.1981839Z 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:17.1983899Z 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:17.1986060Z copying build/lib/coremltools/converters/mil/frontend/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:17.1987588Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:17.2007830Z 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:17.2010238Z 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:17.2013635Z 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:17.2015569Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:17.2017163Z 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:17.2019127Z 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:17.2021210Z 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:17.2023535Z 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:17.2025869Z 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:17.2028286Z 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:17.2030841Z 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:17.2033451Z 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:17.2035905Z 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:17.2038372Z 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:17.2040975Z 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:17.2043634Z 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:17.2045173Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil 2025-06-05T23:55:17.2046642Z copying build/lib/coremltools/converters/mil/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2048604Z copying build/lib/coremltools/converters/mil/mil/block.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2050667Z copying build/lib/coremltools/converters/mil/mil/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2052406Z copying build/lib/coremltools/converters/mil/mil/input_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2054272Z copying build/lib/coremltools/converters/mil/mil/operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2055908Z copying build/lib/coremltools/converters/mil/mil/program.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2057596Z copying build/lib/coremltools/converters/mil/mil/scope.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2059778Z copying build/lib/coremltools/converters/mil/mil/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2061373Z copying build/lib/coremltools/converters/mil/mil/var.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:17.2062607Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops 2025-06-05T23:55:17.2064070Z copying build/lib/coremltools/converters/mil/mil/ops/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:17.2065847Z copying build/lib/coremltools/converters/mil/mil/ops/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:17.2067466Z copying build/lib/coremltools/converters/mil/mil/ops/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:17.2068999Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:17.2070537Z 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:17.2072405Z 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:17.2074373Z 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:17.2076506Z 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:17.2078249Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:17.2080091Z 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:17.2082617Z 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:17.2084313Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:17.2085960Z 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:17.2088167Z 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:17.2090513Z 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:17.2093129Z 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:17.2095233Z 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:17.2097452Z 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:17.2099572Z 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:17.2101891Z 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:17.2104307Z 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:17.2107250Z 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:17.2109422Z 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:17.2111308Z 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:17.2113446Z 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:17.2115875Z 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:17.2118053Z 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:17.2125883Z 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:17.2128018Z 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:17.2129553Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:17.2131000Z 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:17.2133019Z 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:17.2135048Z 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:17.2137038Z 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:17.2139042Z 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:17.2141085Z 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:17.2142762Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:17.2144197Z 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:17.2146109Z 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:17.2148022Z 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:17.2149963Z 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:17.2151967Z 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:17.2153899Z 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:17.2156270Z 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:17.2158327Z 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:17.2160328Z 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:17.2162275Z 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:17.2164248Z 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:17.2166267Z 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:17.2168323Z 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:17.2169858Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:17.2171286Z 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:17.2173313Z 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:17.2175292Z 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:17.2177227Z 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:17.2179229Z 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:17.2181290Z 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:17.2182847Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:17.2184173Z 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:17.2185935Z 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:17.2187758Z 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:17.2189234Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:17.2190835Z 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:17.2193021Z 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:17.2194642Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:17.2196359Z 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:17.2198342Z 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:17.2200361Z 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:17.2202545Z 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:17.2204583Z 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:17.2206702Z 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:17.2208781Z 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:17.2210798Z 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:17.2212895Z 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:17.2214911Z 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:17.2216864Z 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:17.2218858Z 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:17.2220867Z 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:17.2247652Z 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:17.2249779Z 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:17.2251916Z 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:17.2253689Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:17.2255154Z 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:17.2257148Z 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:17.2259228Z 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:17.2261335Z 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:17.2263274Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:17.2264947Z 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:17.2266946Z 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:17.2268931Z 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:17.2270928Z 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:17.2272981Z 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:17.2275074Z 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:17.2277201Z 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:17.2278773Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:17.2280222Z 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:17.2282233Z 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:17.2284225Z 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:17.2286243Z 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:17.2288328Z 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:17.2290333Z 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:17.2292462Z 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:17.2294568Z 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:17.2296615Z 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:17.2298634Z 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:17.2300679Z 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:17.2302944Z 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:17.2305442Z 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:17.2310115Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:17.2311577Z 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:17.2313548Z 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:17.2315573Z 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:17.2317564Z 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:17.2319650Z 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:17.2321797Z 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:17.2323269Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes 2025-06-05T23:55:17.2324542Z copying build/lib/coremltools/converters/mil/mil/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:17.2326237Z 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:17.2327950Z copying build/lib/coremltools/converters/mil/mil/passes/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:17.2329687Z 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:17.2331449Z 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:17.2332935Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:17.2334304Z 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:17.2336212Z 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:17.2338217Z 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:17.2340287Z 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:17.2342322Z 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:17.2344316Z 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:17.2346328Z 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:17.2368685Z 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:17.2371062Z 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:17.2373361Z 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:17.2375317Z 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:17.2377303Z 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:17.2379276Z 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:17.2381345Z 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:17.2383241Z 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:17.2385144Z 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:17.2387062Z 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:17.2388530Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:17.2390068Z 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:17.2392187Z 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:17.2394382Z 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:17.2396567Z 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:17.2398804Z 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:17.2401000Z 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:17.2403345Z 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:17.2405554Z 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:17.2407761Z 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:17.2409935Z 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:17.2412150Z 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:17.2414854Z 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:17.2416586Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:17.2417976Z 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:17.2419870Z 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:17.2421910Z 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:17.2424005Z 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:17.2426030Z 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:17.2427961Z 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:17.2429929Z 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:17.2432001Z 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:17.2434021Z 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:17.2435996Z 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:17.2437426Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/tests 2025-06-05T23:55:17.2438672Z copying build/lib/coremltools/converters/mil/mil/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:17.2440323Z 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:17.2442008Z 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:17.2443722Z 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:17.2445424Z 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:17.2446696Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/types 2025-06-05T23:55:17.2447950Z copying build/lib/coremltools/converters/mil/mil/types/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:17.2449609Z copying build/lib/coremltools/converters/mil/mil/types/annotate.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:17.2451309Z 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:17.2453230Z 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:17.2455075Z copying build/lib/coremltools/converters/mil/mil/types/symbolic.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:17.2456804Z 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:17.2458506Z 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:17.2460210Z 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:17.2461892Z 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:17.2463678Z 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:17.2465437Z 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:17.2501788Z 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:17.2503671Z 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:17.2505375Z 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:17.2507058Z 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:17.2508754Z 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:17.2510445Z 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:17.2512134Z 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:17.2513844Z 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:17.2515545Z 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:17.2516826Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:17.2518139Z copying build/lib/coremltools/converters/mil/mil/visitors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/visitors 2025-06-05T23:55:17.2519886Z 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:17.2521177Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/sklearn 2025-06-05T23:55:17.2522346Z copying build/lib/coremltools/converters/sklearn/_LinearSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2523857Z copying build/lib/coremltools/converters/sklearn/_LinearSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2525347Z copying build/lib/coremltools/converters/sklearn/_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2526807Z copying build/lib/coremltools/converters/sklearn/_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2528669Z copying build/lib/coremltools/converters/sklearn/_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2530234Z copying build/lib/coremltools/converters/sklearn/_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2531675Z copying build/lib/coremltools/converters/sklearn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2533353Z copying build/lib/coremltools/converters/sklearn/_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2534919Z copying build/lib/coremltools/converters/sklearn/_converter_internal.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2536581Z copying build/lib/coremltools/converters/sklearn/_decision_tree_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2538276Z copying build/lib/coremltools/converters/sklearn/_decision_tree_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2539904Z copying build/lib/coremltools/converters/sklearn/_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2541577Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2543314Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2544926Z copying build/lib/coremltools/converters/sklearn/_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2546509Z copying build/lib/coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2548164Z copying build/lib/coremltools/converters/sklearn/_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2549788Z copying build/lib/coremltools/converters/sklearn/_logistic_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2551376Z copying build/lib/coremltools/converters/sklearn/_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2552923Z copying build/lib/coremltools/converters/sklearn/_one_hot_encoder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2554561Z copying build/lib/coremltools/converters/sklearn/_random_forest_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2556252Z copying build/lib/coremltools/converters/sklearn/_random_forest_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2557887Z copying build/lib/coremltools/converters/sklearn/_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2559464Z copying build/lib/coremltools/converters/sklearn/_sklearn_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2561037Z copying build/lib/coremltools/converters/sklearn/_standard_scaler.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2562582Z copying build/lib/coremltools/converters/sklearn/_svm_common.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2564123Z copying build/lib/coremltools/converters/sklearn/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:17.2565294Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/xgboost 2025-06-05T23:55:17.2566434Z copying build/lib/coremltools/converters/xgboost/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:17.2568112Z copying build/lib/coremltools/converters/xgboost/_tree.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:17.2569683Z copying build/lib/coremltools/converters/xgboost/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:17.2570798Z creating build/bdist.linux-aarch64/wheel/coremltools/models 2025-06-05T23:55:17.2571694Z copying build/lib/coremltools/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2572971Z copying build/lib/coremltools/models/_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2574206Z copying build/lib/coremltools/models/_deprecation.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2575467Z copying build/lib/coremltools/models/_feature_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2576795Z copying build/lib/coremltools/models/_interface_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2578155Z copying build/lib/coremltools/models/array_feature_extractor.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2579468Z copying build/lib/coremltools/models/compute_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2580715Z copying build/lib/coremltools/models/compute_plan.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2581935Z copying build/lib/coremltools/models/datatypes.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2583204Z copying build/lib/coremltools/models/feature_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2584430Z copying build/lib/coremltools/models/model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2585610Z copying build/lib/coremltools/models/pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2586832Z copying build/lib/coremltools/models/tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2588023Z copying build/lib/coremltools/models/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:17.2588984Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program 2025-06-05T23:55:17.2590066Z copying build/lib/coremltools/models/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:55:17.2591540Z copying build/lib/coremltools/models/ml_program/compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:55:17.2592784Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental 2025-06-05T23:55:17.2594125Z copying build/lib/coremltools/models/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:17.2640914Z 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:17.2642834Z 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:17.2644712Z 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:17.2646601Z 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:17.2648490Z 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:17.2650810Z 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:17.2652452Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:17.2653918Z 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:17.2655862Z 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:17.2657843Z 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:17.2659246Z creating build/bdist.linux-aarch64/wheel/coremltools/models/nearest_neighbors 2025-06-05T23:55:17.2660487Z copying build/lib/coremltools/models/nearest_neighbors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:55:17.2662102Z copying build/lib/coremltools/models/nearest_neighbors/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:55:17.2663314Z creating build/bdist.linux-aarch64/wheel/coremltools/models/neural_network 2025-06-05T23:55:17.2664486Z copying build/lib/coremltools/models/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2665999Z copying build/lib/coremltools/models/neural_network/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2667615Z copying build/lib/coremltools/models/neural_network/flexible_shape_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2669306Z copying build/lib/coremltools/models/neural_network/optimization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2670905Z copying build/lib/coremltools/models/neural_network/printer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2672509Z copying build/lib/coremltools/models/neural_network/quantization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2674198Z copying build/lib/coremltools/models/neural_network/spec_inspection_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2675889Z copying build/lib/coremltools/models/neural_network/update_optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2677492Z copying build/lib/coremltools/models/neural_network/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:17.2678583Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize 2025-06-05T23:55:17.2679524Z copying build/lib/coremltools/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:55:17.2680729Z copying build/lib/coremltools/optimize/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:55:17.2681700Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml 2025-06-05T23:55:17.2682774Z copying build/lib/coremltools/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:17.2684154Z copying build/lib/coremltools/optimize/coreml/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:17.2685673Z copying build/lib/coremltools/optimize/coreml/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:17.2687271Z copying build/lib/coremltools/optimize/coreml/_quantization_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:17.2688745Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.2690177Z copying build/lib/coremltools/optimize/coreml/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.2691934Z copying build/lib/coremltools/optimize/coreml/experimental/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.2693899Z copying build/lib/coremltools/optimize/coreml/experimental/_model_debugger.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.2695829Z copying build/lib/coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:17.2697855Z 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:17.2699279Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch 2025-06-05T23:55:17.2700347Z copying build/lib/coremltools/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:17.2701715Z copying build/lib/coremltools/optimize/torch/_logging.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:17.2703275Z copying build/lib/coremltools/optimize/torch/_typing.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:17.2704755Z copying build/lib/coremltools/optimize/torch/base_model_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:17.2706309Z copying build/lib/coremltools/optimize/torch/optimization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:17.2707515Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2708690Z copying build/lib/coremltools/optimize/torch/_utils/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2710238Z copying build/lib/coremltools/optimize/torch/_utils/dist_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2711816Z copying build/lib/coremltools/optimize/torch/_utils/fsdp_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2713408Z copying build/lib/coremltools/optimize/torch/_utils/graph_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2715089Z copying build/lib/coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2716708Z copying build/lib/coremltools/optimize/torch/_utils/k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2718260Z copying build/lib/coremltools/optimize/torch/_utils/math_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2719853Z copying build/lib/coremltools/optimize/torch/_utils/metadata_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2721475Z copying build/lib/coremltools/optimize/torch/_utils/model_size_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2723108Z copying build/lib/coremltools/optimize/torch/_utils/optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2724721Z copying build/lib/coremltools/optimize/torch/_utils/python_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2726292Z copying build/lib/coremltools/optimize/torch/_utils/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2728209Z copying build/lib/coremltools/optimize/torch/_utils/report_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2729939Z copying build/lib/coremltools/optimize/torch/_utils/state_dict_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2731554Z copying build/lib/coremltools/optimize/torch/_utils/torch_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2733235Z copying build/lib/coremltools/optimize/torch/_utils/transforms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2760733Z copying build/lib/coremltools/optimize/torch/_utils/validation_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2762651Z copying build/lib/coremltools/optimize/torch/_utils/version_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:17.2764081Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.2765564Z copying build/lib/coremltools/optimize/torch/layerwise_compression/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.2767487Z copying build/lib/coremltools/optimize/torch/layerwise_compression/_quant.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.2769452Z copying build/lib/coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:17.2771446Z 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:17.2773675Z 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:17.2775197Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2776540Z copying build/lib/coremltools/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2778409Z copying build/lib/coremltools/optimize/torch/palettization/_custom_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2780301Z copying build/lib/coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2782240Z 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:17.2784181Z copying build/lib/coremltools/optimize/torch/palettization/_partitioner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2786046Z copying build/lib/coremltools/optimize/torch/palettization/_supported_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2787873Z copying build/lib/coremltools/optimize/torch/palettization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2789691Z copying build/lib/coremltools/optimize/torch/palettization/fake_palettize.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2791614Z copying build/lib/coremltools/optimize/torch/palettization/palettization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2793679Z copying build/lib/coremltools/optimize/torch/palettization/palettizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2795730Z copying build/lib/coremltools/optimize/torch/palettization/post_training_palettization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2797840Z copying build/lib/coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:17.2799221Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/pruning 2025-06-05T23:55:17.2800426Z copying build/lib/coremltools/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:17.2802192Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:17.2803902Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:17.2805564Z copying build/lib/coremltools/optimize/torch/pruning/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:17.2807221Z copying build/lib/coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:17.2808961Z copying build/lib/coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:17.2810276Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2811595Z copying build/lib/coremltools/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2813458Z copying build/lib/coremltools/optimize/torch/quantization/_annotation_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2815310Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2817168Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2818989Z copying build/lib/coremltools/optimize/torch/quantization/_configure.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2820793Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2822675Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2824548Z copying build/lib/coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2826332Z copying build/lib/coremltools/optimize/torch/quantization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2828189Z copying build/lib/coremltools/optimize/torch/quantization/post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2830138Z copying build/lib/coremltools/optimize/torch/quantization/quantization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2832003Z copying build/lib/coremltools/optimize/torch/quantization/quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:17.2833399Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.2835234Z copying build/lib/coremltools/optimize/torch/quantization/modules/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.2837378Z 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:17.2839458Z 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:17.2841541Z 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:17.2843640Z 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:17.2845741Z copying build/lib/coremltools/optimize/torch/quantization/modules/observers.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:17.2847764Z 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:17.2849825Z 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:17.2851197Z creating build/bdist.linux-aarch64/wheel/coremltools/proto 2025-06-05T23:55:17.2852326Z copying build/lib/coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2853716Z copying build/lib/coremltools/proto/AudioFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2855126Z copying build/lib/coremltools/proto/BayesianProbitRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2856554Z copying build/lib/coremltools/proto/CategoricalMapping_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2908435Z copying build/lib/coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2909871Z copying build/lib/coremltools/proto/CustomModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2911159Z copying build/lib/coremltools/proto/DataStructures_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2912455Z copying build/lib/coremltools/proto/DictVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2913749Z copying build/lib/coremltools/proto/FeatureTypes_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2915090Z copying build/lib/coremltools/proto/FeatureVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2916421Z copying build/lib/coremltools/proto/GLMClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2917711Z copying build/lib/coremltools/proto/GLMRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2918953Z copying build/lib/coremltools/proto/Gazetteer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2920172Z copying build/lib/coremltools/proto/Identity_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2921366Z copying build/lib/coremltools/proto/Imputer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2922711Z copying build/lib/coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2924380Z copying build/lib/coremltools/proto/LinkedModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2925770Z copying build/lib/coremltools/proto/MIL_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2927027Z copying build/lib/coremltools/proto/Model_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2928274Z copying build/lib/coremltools/proto/NamedParameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2929602Z copying build/lib/coremltools/proto/NearestNeighbors_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2930918Z copying build/lib/coremltools/proto/NeuralNetwork_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2932439Z copying build/lib/coremltools/proto/NonMaximumSuppression_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2933787Z copying build/lib/coremltools/proto/Normalizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2935078Z copying build/lib/coremltools/proto/OneHotEncoder_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2936347Z copying build/lib/coremltools/proto/Parameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2937527Z copying build/lib/coremltools/proto/SVM_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2938664Z copying build/lib/coremltools/proto/Scaler_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2940013Z copying build/lib/coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2941421Z copying build/lib/coremltools/proto/TextClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2942699Z copying build/lib/coremltools/proto/TreeEnsemble_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2944027Z copying build/lib/coremltools/proto/VisionFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2945352Z copying build/lib/coremltools/proto/WordEmbedding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2946619Z copying build/lib/coremltools/proto/WordTagger_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2947798Z copying build/lib/coremltools/proto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:17.2948666Z creating build/bdist.linux-aarch64/wheel/coremltools/test 2025-06-05T23:55:17.2949525Z copying build/lib/coremltools/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:55:17.2950606Z copying build/lib/coremltools/test/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:55:17.2951486Z creating build/bdist.linux-aarch64/wheel/coremltools/test/api 2025-06-05T23:55:17.2952420Z copying build/lib/coremltools/test/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:17.2953686Z copying build/lib/coremltools/test/api/test_api_examples.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:17.2955049Z copying build/lib/coremltools/test/api/test_api_visibilities.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:17.2956077Z creating build/bdist.linux-aarch64/wheel/coremltools/test/blob 2025-06-05T23:55:17.2957023Z copying build/lib/coremltools/test/blob/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:55:17.2958282Z copying build/lib/coremltools/test/blob/test_weights.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:55:17.2959316Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program 2025-06-05T23:55:17.2960375Z copying build/lib/coremltools/test/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:17.2962006Z copying build/lib/coremltools/test/ml_program/test_compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:17.2963533Z copying build/lib/coremltools/test/ml_program/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:17.2964683Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program/experimental 2025-06-05T23:55:17.2965976Z copying build/lib/coremltools/test/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:17.2967753Z 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:17.2969612Z 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:17.2971439Z 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:17.2973354Z 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:17.2975222Z 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:17.2976571Z creating build/bdist.linux-aarch64/wheel/coremltools/test/modelpackage 2025-06-05T23:55:17.2977688Z copying build/lib/coremltools/test/modelpackage/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:17.2979176Z copying build/lib/coremltools/test/modelpackage/test_mlmodel.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:17.2980760Z copying build/lib/coremltools/test/modelpackage/test_modelpackage.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:17.2981960Z creating build/bdist.linux-aarch64/wheel/coremltools/test/neural_network 2025-06-05T23:55:17.2983094Z copying build/lib/coremltools/test/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:17.2984637Z copying build/lib/coremltools/test/neural_network/test_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:17.2986264Z 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:17.2987842Z copying build/lib/coremltools/test/neural_network/test_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:17.2989417Z copying build/lib/coremltools/test/neural_network/test_neural_networks.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:17.2991017Z copying build/lib/coremltools/test/neural_network/test_nn_builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:17.2992611Z 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:17.2994212Z copying build/lib/coremltools/test/neural_network/test_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:17.2995856Z 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:17.2997469Z copying build/lib/coremltools/test/neural_network/test_tf_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:17.2998731Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize 2025-06-05T23:55:17.2999869Z copying build/lib/coremltools/test/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:55:17.3036165Z copying build/lib/coremltools/test/optimize/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:55:17.3037364Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/api 2025-06-05T23:55:17.3038481Z copying build/lib/coremltools/test/optimize/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:55:17.3040213Z copying build/lib/coremltools/test/optimize/api/test_optimize_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:55:17.3041528Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/coreml 2025-06-05T23:55:17.3042970Z copying build/lib/coremltools/test/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:17.3044660Z copying build/lib/coremltools/test/optimize/coreml/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:17.3046395Z 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:17.3047890Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch 2025-06-05T23:55:17.3049173Z copying build/lib/coremltools/test/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:17.3051027Z copying build/lib/coremltools/test/optimize/torch/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:17.3052744Z copying build/lib/coremltools/test/optimize/torch/smoke_test.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:17.3054475Z copying build/lib/coremltools/test/optimize/torch/test_api_surface.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:17.3056437Z copying build/lib/coremltools/test/optimize/torch/test_base_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:17.3058079Z copying build/lib/coremltools/test/optimize/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:17.3059300Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:17.3060666Z copying build/lib/coremltools/test/optimize/torch/conversion/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion 2025-06-05T23:55:17.3062855Z 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:17.3064532Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:17.3066247Z 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:17.3068823Z 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:17.3070770Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:17.3072622Z 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:17.3075020Z 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:17.3077166Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:17.3079053Z 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:17.3081379Z 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:17.3083114Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:17.3084762Z 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:17.3087274Z 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:17.3089213Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:17.3090860Z 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:17.3093149Z 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:17.3095346Z 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:17.3096948Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/models 2025-06-05T23:55:17.3098242Z copying build/lib/coremltools/test/optimize/torch/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:17.3099946Z copying build/lib/coremltools/test/optimize/torch/models/mnist.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:17.3101704Z 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:17.3103350Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.3104807Z copying build/lib/coremltools/test/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:17.3106813Z 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:17.3108919Z 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:17.3111065Z 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:17.3113162Z 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:17.3115384Z 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:17.3117552Z 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:17.3119056Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:17.3120842Z copying build/lib/coremltools/test/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:17.3122832Z 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:17.3124770Z 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:17.3126650Z 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:17.3128564Z 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:17.3130010Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.3131444Z copying build/lib/coremltools/test/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:17.3133465Z 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:17.3135537Z 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:17.4101157Z 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:17.4103417Z 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:17.4105541Z 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:17.4107631Z 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:17.4109580Z 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:17.4111001Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:17.4112352Z 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:17.4130879Z 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:17.4132900Z 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:17.4134786Z 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:17.4136704Z 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:17.4138604Z 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:17.4140487Z 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:17.4142985Z 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:17.4144429Z creating build/bdist.linux-aarch64/wheel/coremltools/test/pipeline 2025-06-05T23:55:17.4145476Z copying build/lib/coremltools/test/pipeline/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:17.4146925Z copying build/lib/coremltools/test/pipeline/test_model_updatable.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:17.4148408Z copying build/lib/coremltools/test/pipeline/test_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:17.4149532Z creating build/bdist.linux-aarch64/wheel/coremltools/test/sklearn_tests 2025-06-05T23:55:17.4150651Z copying build/lib/coremltools/test/sklearn_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4152131Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4153622Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4155085Z copying build/lib/coremltools/test/sklearn_tests/test_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4156551Z copying build/lib/coremltools/test/sklearn_tests/test_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4158106Z copying build/lib/coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4159877Z copying build/lib/coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4161525Z copying build/lib/coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4163116Z copying build/lib/coremltools/test/sklearn_tests/test_feature_names.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4164764Z copying build/lib/coremltools/test/sklearn_tests/test_glm_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4166317Z copying build/lib/coremltools/test/sklearn_tests/test_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4167825Z copying build/lib/coremltools/test/sklearn_tests/test_io_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4169438Z 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:17.4171121Z copying build/lib/coremltools/test/sklearn_tests/test_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4173220Z 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:17.4174871Z copying build/lib/coremltools/test/sklearn_tests/test_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4176447Z 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:17.4178092Z 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:17.4179850Z 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:17.4181849Z 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:17.4183716Z 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:17.4185437Z copying build/lib/coremltools/test/sklearn_tests/test_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4187047Z copying build/lib/coremltools/test/sklearn_tests/test_standard_scalar.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4188592Z copying build/lib/coremltools/test/sklearn_tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:17.4189861Z creating build/bdist.linux-aarch64/wheel/coremltools/test/xgboost_tests 2025-06-05T23:55:17.4191049Z copying build/lib/coremltools/test/xgboost_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:17.4192622Z 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:17.4194368Z 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:17.4196119Z 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:17.4197869Z 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:17.4199617Z 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:17.4201376Z 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:17.4203375Z 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:17.4205129Z 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:17.4206238Z running install_egg_info 2025-06-05T23:55:17.4206578Z running egg_info 2025-06-05T23:55:17.4206927Z writing coremltools.egg-info/PKG-INFO 2025-06-05T23:55:17.4207534Z writing dependency_links to coremltools.egg-info/dependency_links.txt 2025-06-05T23:55:17.4208235Z writing requirements to coremltools.egg-info/requires.txt 2025-06-05T23:55:17.4208893Z writing top-level names to coremltools.egg-info/top_level.txt 2025-06-05T23:55:17.4209535Z reading manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:55:17.4210088Z reading manifest template 'MANIFEST.in' 2025-06-05T23:55:17.4210531Z adding license file 'LICENSE.txt' 2025-06-05T23:55:17.4210949Z adding license file 'NOTICE.txt' 2025-06-05T23:55:17.4211445Z writing manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:55:17.4797786Z Copying coremltools.egg-info to build/bdist.linux-aarch64/wheel/./coremltools-8.3.0-py3.10.egg-info 2025-06-05T23:55:17.4798872Z running install_scripts 2025-06-05T23:55:17.4799439Z creating build/bdist.linux-aarch64/wheel/coremltools-8.3.0.dist-info/WHEEL 2025-06-05T23:55:17.4800536Z creating '/tmp/pip-wheel-dyi9d4tr/coremltools-8.3.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2025-06-05T23:55:17.4801425Z adding 'coremltools/__init__.py' 2025-06-05T23:55:17.4801849Z adding 'coremltools/version.py' 2025-06-05T23:55:17.4802714Z adding 'coremltools/_deps/__init__.py' 2025-06-05T23:55:17.4803182Z adding 'coremltools/converters/__init__.py' 2025-06-05T23:55:17.4803938Z adding 'coremltools/converters/_converters_entry.py' 2025-06-05T23:55:17.4804628Z adding 'coremltools/converters/_profile_utils.py' 2025-06-05T23:55:17.4805170Z adding 'coremltools/converters/libsvm/__init__.py' 2025-06-05T23:55:17.4805879Z adding 'coremltools/converters/libsvm/_libsvm_converter.py' 2025-06-05T23:55:17.4806521Z adding 'coremltools/converters/libsvm/_libsvm_util.py' 2025-06-05T23:55:17.4807070Z adding 'coremltools/converters/mil/__init__.py' 2025-06-05T23:55:17.4807693Z adding 'coremltools/converters/mil/_deployment_compatibility.py' 2025-06-05T23:55:17.4808323Z adding 'coremltools/converters/mil/conftest.py' 2025-06-05T23:55:17.4808844Z adding 'coremltools/converters/mil/converter.py' 2025-06-05T23:55:17.4809416Z adding 'coremltools/converters/mil/debugging_utils.py' 2025-06-05T23:55:17.4809980Z adding 'coremltools/converters/mil/input_types.py' 2025-06-05T23:55:17.4810635Z adding 'coremltools/converters/mil/test_inputs_outputs_shape.py' 2025-06-05T23:55:17.4811270Z adding 'coremltools/converters/mil/testing_reqs.py' 2025-06-05T23:55:17.4811838Z adding 'coremltools/converters/mil/testing_utils.py' 2025-06-05T23:55:17.4812527Z adding 'coremltools/converters/mil/backend/__init__.py' 2025-06-05T23:55:17.4813155Z adding 'coremltools/converters/mil/backend/backend_helper.py' 2025-06-05T23:55:17.4813812Z adding 'coremltools/converters/mil/backend/mil/__init__.py' 2025-06-05T23:55:17.4814436Z adding 'coremltools/converters/mil/backend/mil/helper.py' 2025-06-05T23:55:17.4815051Z adding 'coremltools/converters/mil/backend/mil/load.py' 2025-06-05T23:55:17.4815683Z adding 'coremltools/converters/mil/backend/mil/test_helper.py' 2025-06-05T23:55:17.4816351Z adding 'coremltools/converters/mil/backend/mil/test_load.py' 2025-06-05T23:55:17.4817049Z adding 'coremltools/converters/mil/backend/mil/passes/__init__.py' 2025-06-05T23:55:17.4817907Z adding 'coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py' 2025-06-05T23:55:17.4818931Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py' 2025-06-05T23:55:17.4819789Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py' 2025-06-05T23:55:17.4820692Z adding 'coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py' 2025-06-05T23:55:17.4821660Z adding 'coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py' 2025-06-05T23:55:17.4822495Z adding 'coremltools/converters/mil/backend/mil/passes/test_passes.py' 2025-06-05T23:55:17.4823197Z adding 'coremltools/converters/mil/backend/nn/__init__.py' 2025-06-05T23:55:17.4823802Z adding 'coremltools/converters/mil/backend/nn/load.py' 2025-06-05T23:55:17.4824524Z adding 'coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py' 2025-06-05T23:55:17.4825291Z adding 'coremltools/converters/mil/backend/nn/op_mapping.py' 2025-06-05T23:55:17.4825980Z adding 'coremltools/converters/mil/backend/nn/passes/__init__.py' 2025-06-05T23:55:17.4826797Z adding 'coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py' 2025-06-05T23:55:17.4827680Z adding 'coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py' 2025-06-05T23:55:17.4828557Z adding 'coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py' 2025-06-05T23:55:17.4829499Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py' 2025-06-05T23:55:17.4830493Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py' 2025-06-05T23:55:17.4831422Z adding 'coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py' 2025-06-05T23:55:17.4832262Z adding 'coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py' 2025-06-05T23:55:17.4833102Z adding 'coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py' 2025-06-05T23:55:17.4834125Z adding 'coremltools/converters/mil/backend/nn/passes/test_passes.py' 2025-06-05T23:55:17.4834978Z adding 'coremltools/converters/mil/experimental/__init__.py' 2025-06-05T23:55:17.4835699Z adding 'coremltools/converters/mil/experimental/passes/README.md' 2025-06-05T23:55:17.4836512Z adding 'coremltools/converters/mil/experimental/passes/__init__.py' 2025-06-05T23:55:17.4837407Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py' 2025-06-05T23:55:17.4838400Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py' 2025-06-05T23:55:17.4839371Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py' 2025-06-05T23:55:17.4840474Z adding 'coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py' 2025-06-05T23:55:17.4841593Z adding 'coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py' 2025-06-05T23:55:17.4842592Z adding 'coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py' 2025-06-05T23:55:17.4842835Z adding 'coremltools/converters/mil/frontend/__init__.py' 2025-06-05T23:55:17.4843066Z adding 'coremltools/converters/mil/frontend/_utils.py' 2025-06-05T23:55:17.4843364Z adding 'coremltools/converters/mil/frontend/milproto/__init__.py' 2025-06-05T23:55:17.4843644Z adding 'coremltools/converters/mil/frontend/milproto/helper.py' 2025-06-05T23:55:17.4843906Z adding 'coremltools/converters/mil/frontend/milproto/load.py' 2025-06-05T23:55:17.4844199Z adding 'coremltools/converters/mil/frontend/milproto/test_load.py' 2025-06-05T23:55:17.4844507Z adding 'coremltools/converters/mil/frontend/tensorflow/__init__.py' 2025-06-05T23:55:17.4844850Z adding 'coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py' 2025-06-05T23:55:17.4845181Z adding 'coremltools/converters/mil/frontend/tensorflow/convert_utils.py' 2025-06-05T23:55:17.4845501Z adding 'coremltools/converters/mil/frontend/tensorflow/converter.py' 2025-06-05T23:55:17.4845822Z adding 'coremltools/converters/mil/frontend/tensorflow/dialect_ops.py' 2025-06-05T23:55:17.4846145Z adding 'coremltools/converters/mil/frontend/tensorflow/dot_visitor.py' 2025-06-05T23:55:17.4846429Z adding 'coremltools/converters/mil/frontend/tensorflow/load.py' 2025-06-05T23:55:17.4846752Z adding 'coremltools/converters/mil/frontend/tensorflow/naming_utils.py' 2025-06-05T23:55:17.4847017Z adding 'coremltools/converters/mil/frontend/tensorflow/ops.py' 2025-06-05T23:55:17.4847300Z adding 'coremltools/converters/mil/frontend/tensorflow/parse.py' 2025-06-05T23:55:17.4847643Z adding 'coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py' 2025-06-05T23:55:17.4847978Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py' 2025-06-05T23:55:17.4848261Z adding 'coremltools/converters/mil/frontend/tensorflow/tfssa.py' 2025-06-05T23:55:17.4848639Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py' 2025-06-05T23:55:17.4849144Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py' 2025-06-05T23:55:17.4849554Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py' 2025-06-05T23:55:17.4849951Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py' 2025-06-05T23:55:17.4850389Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py' 2025-06-05T23:55:17.4850719Z adding 'coremltools/converters/mil/frontend/tensorflow/test/__init__.py' 2025-06-05T23:55:17.4851122Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py' 2025-06-05T23:55:17.4851496Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py' 2025-06-05T23:55:17.4851849Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py' 2025-06-05T23:55:17.4852295Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_load.py' 2025-06-05T23:55:17.4852740Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_ops.py' 2025-06-05T23:55:17.4853168Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parse.py' 2025-06-05T23:55:17.4853642Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py' 2025-06-05T23:55:17.4854066Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py' 2025-06-05T23:55:17.4854433Z adding 'coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py' 2025-06-05T23:55:17.4854816Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py' 2025-06-05T23:55:17.4855234Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py' 2025-06-05T23:55:17.4855701Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py' 2025-06-05T23:55:17.4856122Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py' 2025-06-05T23:55:17.4856562Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py' 2025-06-05T23:55:17.4857068Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py' 2025-06-05T23:55:17.4857532Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py' 2025-06-05T23:55:17.4857988Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py' 2025-06-05T23:55:17.4858425Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py' 2025-06-05T23:55:17.4858871Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py' 2025-06-05T23:55:17.4859352Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py' 2025-06-05T23:55:17.4859837Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py' 2025-06-05T23:55:17.4860229Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py' 2025-06-05T23:55:17.4860547Z adding 'coremltools/converters/mil/frontend/tensorflow2/__init__.py' 2025-06-05T23:55:17.4860861Z adding 'coremltools/converters/mil/frontend/tensorflow2/converter.py' 2025-06-05T23:55:17.4861146Z adding 'coremltools/converters/mil/frontend/tensorflow2/load.py' 2025-06-05T23:55:17.4861418Z adding 'coremltools/converters/mil/frontend/tensorflow2/ops.py' 2025-06-05T23:55:17.4861796Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py' 2025-06-05T23:55:17.5701558Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py' 2025-06-05T23:55:17.5702828Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py' 2025-06-05T23:55:17.5703746Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/__init__.py' 2025-06-05T23:55:17.5704666Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py' 2025-06-05T23:55:17.5705647Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py' 2025-06-05T23:55:17.5706526Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py' 2025-06-05T23:55:17.5707464Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py' 2025-06-05T23:55:17.5708409Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py' 2025-06-05T23:55:17.5709334Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py' 2025-06-05T23:55:17.5710416Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py' 2025-06-05T23:55:17.5711377Z adding 'coremltools/converters/mil/frontend/torch/__init__.py' 2025-06-05T23:55:17.5712060Z adding 'coremltools/converters/mil/frontend/torch/converter.py' 2025-06-05T23:55:17.5712774Z adding 'coremltools/converters/mil/frontend/torch/dialect_ops.py' 2025-06-05T23:55:17.5713773Z adding 'coremltools/converters/mil/frontend/torch/exir_utils.py' 2025-06-05T23:55:17.5714694Z adding 'coremltools/converters/mil/frontend/torch/internal_graph.py' 2025-06-05T23:55:17.5715420Z adding 'coremltools/converters/mil/frontend/torch/load.py' 2025-06-05T23:55:17.5716203Z adding 'coremltools/converters/mil/frontend/torch/ops.py' 2025-06-05T23:55:17.5716910Z adding 'coremltools/converters/mil/frontend/torch/quantization_ops.py' 2025-06-05T23:55:17.5717701Z adding 'coremltools/converters/mil/frontend/torch/torch_op_registry.py' 2025-06-05T23:55:17.5718489Z adding 'coremltools/converters/mil/frontend/torch/torchir_passes.py' 2025-06-05T23:55:17.5719275Z adding 'coremltools/converters/mil/frontend/torch/torchscript_utils.py' 2025-06-05T23:55:17.5719995Z adding 'coremltools/converters/mil/frontend/torch/utils.py' 2025-06-05T23:55:17.5720781Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py' 2025-06-05T23:55:17.5721724Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py' 2025-06-05T23:55:17.5722822Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py' 2025-06-05T23:55:17.5723770Z adding 'coremltools/converters/mil/frontend/torch/test/__init__.py' 2025-06-05T23:55:17.5724561Z adding 'coremltools/converters/mil/frontend/torch/test/test_custom_ops.py' 2025-06-05T23:55:17.5725389Z adding 'coremltools/converters/mil/frontend/torch/test/test_examples.py' 2025-06-05T23:55:17.5726239Z adding 'coremltools/converters/mil/frontend/torch/test/test_internal_graph.py' 2025-06-05T23:55:17.5727069Z adding 'coremltools/converters/mil/frontend/torch/test/test_passes.py' 2025-06-05T23:55:17.5727946Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py' 2025-06-05T23:55:17.5728957Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py' 2025-06-05T23:55:17.5730014Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py' 2025-06-05T23:55:17.5730943Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_ops.py' 2025-06-05T23:55:17.5731858Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py' 2025-06-05T23:55:17.5732964Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py' 2025-06-05T23:55:17.5733849Z adding 'coremltools/converters/mil/frontend/torch/test/testing_utils.py' 2025-06-05T23:55:17.5734531Z adding 'coremltools/converters/mil/mil/__init__.py' 2025-06-05T23:55:17.5735063Z adding 'coremltools/converters/mil/mil/block.py' 2025-06-05T23:55:17.5735603Z adding 'coremltools/converters/mil/mil/builder.py' 2025-06-05T23:55:17.5736157Z adding 'coremltools/converters/mil/mil/input_type.py' 2025-06-05T23:55:17.5736732Z adding 'coremltools/converters/mil/mil/operation.py' 2025-06-05T23:55:17.5737297Z adding 'coremltools/converters/mil/mil/program.py' 2025-06-05T23:55:17.5737832Z adding 'coremltools/converters/mil/mil/scope.py' 2025-06-05T23:55:17.5738369Z adding 'coremltools/converters/mil/mil/utils.py' 2025-06-05T23:55:17.5738891Z adding 'coremltools/converters/mil/mil/var.py' 2025-06-05T23:55:17.5739448Z adding 'coremltools/converters/mil/mil/ops/__init__.py' 2025-06-05T23:55:17.5740029Z adding 'coremltools/converters/mil/mil/ops/helper.py' 2025-06-05T23:55:17.5740622Z adding 'coremltools/converters/mil/mil/ops/registry.py' 2025-06-05T23:55:17.5741255Z adding 'coremltools/converters/mil/mil/ops/defs/__init__.py' 2025-06-05T23:55:17.5741902Z adding 'coremltools/converters/mil/mil/ops/defs/_op_reqs.py' 2025-06-05T23:55:17.5742552Z adding 'coremltools/converters/mil/mil/ops/defs/_utils.py' 2025-06-05T23:55:17.5743263Z adding 'coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py' 2025-06-05T23:55:17.5744096Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py' 2025-06-05T23:55:17.5744913Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py' 2025-06-05T23:55:17.5745823Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py' 2025-06-05T23:55:17.5746679Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/activation.py' 2025-06-05T23:55:17.5747528Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/classify.py' 2025-06-05T23:55:17.5748292Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py' 2025-06-05T23:55:17.5749012Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/conv.py' 2025-06-05T23:55:17.5749782Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py' 2025-06-05T23:55:17.5750637Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py' 2025-06-05T23:55:17.5751474Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py' 2025-06-05T23:55:17.5752238Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/linear.py' 2025-06-05T23:55:17.5752986Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py' 2025-06-05T23:55:17.5753735Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/pool.py' 2025-06-05T23:55:17.5754427Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/random.py' 2025-06-05T23:55:17.5755162Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py' 2025-06-05T23:55:17.5755911Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py' 2025-06-05T23:55:17.5756690Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py' 2025-06-05T23:55:17.5757512Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py' 2025-06-05T23:55:17.5758380Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py' 2025-06-05T23:55:17.5759201Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py' 2025-06-05T23:55:17.5759951Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py' 2025-06-05T23:55:17.5760889Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py' 2025-06-05T23:55:17.5761694Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py' 2025-06-05T23:55:17.5762524Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py' 2025-06-05T23:55:17.5763400Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py' 2025-06-05T23:55:17.5764210Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py' 2025-06-05T23:55:17.5764950Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/activation.py' 2025-06-05T23:55:17.5765657Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/conv.py' 2025-06-05T23:55:17.5766420Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py' 2025-06-05T23:55:17.5767251Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py' 2025-06-05T23:55:17.5768001Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/linear.py' 2025-06-05T23:55:17.5768757Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py' 2025-06-05T23:55:17.5769576Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py' 2025-06-05T23:55:17.5770379Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py' 2025-06-05T23:55:17.5771134Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py' 2025-06-05T23:55:17.5771910Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py' 2025-06-05T23:55:17.5772830Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py' 2025-06-05T23:55:17.5773691Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py' 2025-06-05T23:55:17.5774512Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py' 2025-06-05T23:55:17.5775252Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/compression.py' 2025-06-05T23:55:17.5776014Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py' 2025-06-05T23:55:17.5776735Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/states.py' 2025-06-05T23:55:17.5777668Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py' 2025-06-05T23:55:17.5778629Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py' 2025-06-05T23:55:17.5779428Z adding 'coremltools/converters/mil/mil/ops/tests/__init__.py' 2025-06-05T23:55:17.5780114Z adding 'coremltools/converters/mil/mil/ops/tests/test_utils.py' 2025-06-05T23:55:17.5780823Z adding 'coremltools/converters/mil/mil/ops/tests/testing_utils.py' 2025-06-05T23:55:17.5781621Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py' 2025-06-05T23:55:17.5782540Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py' 2025-06-05T23:55:17.5783418Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py' 2025-06-05T23:55:17.5784208Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py' 2025-06-05T23:55:17.5785046Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py' 2025-06-05T23:55:17.5785854Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py' 2025-06-05T23:55:17.5786694Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py' 2025-06-05T23:55:17.5787636Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py' 2025-06-05T23:55:17.5788532Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py' 2025-06-05T23:55:17.5789359Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py' 2025-06-05T23:55:17.5790184Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py' 2025-06-05T23:55:17.5790998Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py' 2025-06-05T23:55:17.6397953Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py' 2025-06-05T23:55:17.6398810Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py' 2025-06-05T23:55:17.6399648Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py' 2025-06-05T23:55:17.6400531Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py' 2025-06-05T23:55:17.6401451Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py' 2025-06-05T23:55:17.6402544Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py' 2025-06-05T23:55:17.6403411Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py' 2025-06-05T23:55:17.6404238Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py' 2025-06-05T23:55:17.6405141Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py' 2025-06-05T23:55:17.6406063Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py' 2025-06-05T23:55:17.6406927Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py' 2025-06-05T23:55:17.6407782Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py' 2025-06-05T23:55:17.6408602Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py' 2025-06-05T23:55:17.6409431Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py' 2025-06-05T23:55:17.6410311Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py' 2025-06-05T23:55:17.6411209Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py' 2025-06-05T23:55:17.6412149Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py' 2025-06-05T23:55:17.6413102Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py' 2025-06-05T23:55:17.6413890Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py' 2025-06-05T23:55:17.6414679Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py' 2025-06-05T23:55:17.6415515Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py' 2025-06-05T23:55:17.6416412Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py' 2025-06-05T23:55:17.6417556Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py' 2025-06-05T23:55:17.6418565Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py' 2025-06-05T23:55:17.6419625Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py' 2025-06-05T23:55:17.6420473Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py' 2025-06-05T23:55:17.6421287Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py' 2025-06-05T23:55:17.6422142Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py' 2025-06-05T23:55:17.6423031Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py' 2025-06-05T23:55:17.6423977Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py' 2025-06-05T23:55:17.6424845Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py' 2025-06-05T23:55:17.6425642Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py' 2025-06-05T23:55:17.6426485Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py' 2025-06-05T23:55:17.6427287Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py' 2025-06-05T23:55:17.6428166Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py' 2025-06-05T23:55:17.6429081Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py' 2025-06-05T23:55:17.6429836Z adding 'coremltools/converters/mil/mil/passes/__init__.py' 2025-06-05T23:55:17.6430485Z adding 'coremltools/converters/mil/mil/passes/graph_pass.py' 2025-06-05T23:55:17.6431125Z adding 'coremltools/converters/mil/mil/passes/helper.py' 2025-06-05T23:55:17.6431784Z adding 'coremltools/converters/mil/mil/passes/pass_pipeline.py' 2025-06-05T23:55:17.6432481Z adding 'coremltools/converters/mil/mil/passes/pass_registry.py' 2025-06-05T23:55:17.6433183Z adding 'coremltools/converters/mil/mil/passes/defs/__init__.py' 2025-06-05T23:55:17.6433979Z adding 'coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py' 2025-06-05T23:55:17.6434867Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation.py' 2025-06-05T23:55:17.6435807Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py' 2025-06-05T23:55:17.6436704Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_conv.py' 2025-06-05T23:55:17.6437562Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py' 2025-06-05T23:55:17.6438425Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_linear.py' 2025-06-05T23:55:17.6439261Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_normalization.py' 2025-06-05T23:55:17.6440146Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_quantization.py' 2025-06-05T23:55:17.6440999Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py' 2025-06-05T23:55:17.6441822Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_state.py' 2025-06-05T23:55:17.6442671Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py' 2025-06-05T23:55:17.6443509Z adding 'coremltools/converters/mil/mil/passes/defs/preprocess.py' 2025-06-05T23:55:17.6444247Z adding 'coremltools/converters/mil/mil/passes/defs/quantization.py' 2025-06-05T23:55:17.6444988Z adding 'coremltools/converters/mil/mil/passes/defs/randomize.py' 2025-06-05T23:55:17.6445754Z adding 'coremltools/converters/mil/mil/passes/defs/symbol_transform.py' 2025-06-05T23:55:17.6446522Z adding 'coremltools/converters/mil/mil/passes/defs/transformer.py' 2025-06-05T23:55:17.6447287Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py' 2025-06-05T23:55:17.6448163Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py' 2025-06-05T23:55:17.6449108Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py' 2025-06-05T23:55:17.6450193Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py' 2025-06-05T23:55:17.6451272Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py' 2025-06-05T23:55:17.6452425Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py' 2025-06-05T23:55:17.6453367Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py' 2025-06-05T23:55:17.6454340Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py' 2025-06-05T23:55:17.6455314Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py' 2025-06-05T23:55:17.6456255Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py' 2025-06-05T23:55:17.6457248Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py' 2025-06-05T23:55:17.6458228Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py' 2025-06-05T23:55:17.6459060Z adding 'coremltools/converters/mil/mil/passes/tests/__init__.py' 2025-06-05T23:55:17.6459846Z adding 'coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py' 2025-06-05T23:55:17.6460774Z adding 'coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py' 2025-06-05T23:55:17.6461749Z adding 'coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py' 2025-06-05T23:55:17.6462653Z adding 'coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py' 2025-06-05T23:55:17.6463447Z adding 'coremltools/converters/mil/mil/passes/tests/test_passes.py' 2025-06-05T23:55:17.6464284Z adding 'coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py' 2025-06-05T23:55:17.6465215Z adding 'coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py' 2025-06-05T23:55:17.6466116Z adding 'coremltools/converters/mil/mil/passes/tests/test_state_passes.py' 2025-06-05T23:55:17.6466961Z adding 'coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py' 2025-06-05T23:55:17.6467722Z adding 'coremltools/converters/mil/mil/tests/__init__.py' 2025-06-05T23:55:17.6468356Z adding 'coremltools/converters/mil/mil/tests/test_block.py' 2025-06-05T23:55:17.6468995Z adding 'coremltools/converters/mil/mil/tests/test_debug.py' 2025-06-05T23:55:17.6469657Z adding 'coremltools/converters/mil/mil/tests/test_programs.py' 2025-06-05T23:55:17.6470319Z adding 'coremltools/converters/mil/mil/tests/test_types.py' 2025-06-05T23:55:17.6470952Z adding 'coremltools/converters/mil/mil/types/__init__.py' 2025-06-05T23:55:17.6471565Z adding 'coremltools/converters/mil/mil/types/annotate.py' 2025-06-05T23:55:17.6472216Z adding 'coremltools/converters/mil/mil/types/get_type_info.py' 2025-06-05T23:55:17.6472906Z adding 'coremltools/converters/mil/mil/types/global_methods.py' 2025-06-05T23:55:17.6473562Z adding 'coremltools/converters/mil/mil/types/symbolic.py' 2025-06-05T23:55:17.6474210Z adding 'coremltools/converters/mil/mil/types/type_bool.py' 2025-06-05T23:55:17.6474863Z adding 'coremltools/converters/mil/mil/types/type_complex.py' 2025-06-05T23:55:17.6475516Z adding 'coremltools/converters/mil/mil/types/type_dict.py' 2025-06-05T23:55:17.6476167Z adding 'coremltools/converters/mil/mil/types/type_double.py' 2025-06-05T23:55:17.6476902Z adding 'coremltools/converters/mil/mil/types/type_globals_pseudo_type.py' 2025-06-05T23:55:17.6477626Z adding 'coremltools/converters/mil/mil/types/type_int.py' 2025-06-05T23:55:17.6478252Z adding 'coremltools/converters/mil/mil/types/type_list.py' 2025-06-05T23:55:17.6478893Z adding 'coremltools/converters/mil/mil/types/type_mapping.py' 2025-06-05T23:55:17.6479544Z adding 'coremltools/converters/mil/mil/types/type_spec.py' 2025-06-05T23:55:17.6480176Z adding 'coremltools/converters/mil/mil/types/type_state.py' 2025-06-05T23:55:17.6480812Z adding 'coremltools/converters/mil/mil/types/type_str.py' 2025-06-05T23:55:17.6481588Z adding 'coremltools/converters/mil/mil/types/type_tensor.py' 2025-06-05T23:55:17.6482243Z adding 'coremltools/converters/mil/mil/types/type_tuple.py' 2025-06-05T23:55:17.6483050Z adding 'coremltools/converters/mil/mil/types/type_unknown.py' 2025-06-05T23:55:17.6483755Z adding 'coremltools/converters/mil/mil/types/type_void.py' 2025-06-05T23:55:17.6484407Z adding 'coremltools/converters/mil/mil/visitors/__init__.py' 2025-06-05T23:55:17.6485073Z adding 'coremltools/converters/mil/mil/visitors/dot_visitor.py' 2025-06-05T23:55:17.6485709Z adding 'coremltools/converters/sklearn/_LinearSVC.py' 2025-06-05T23:55:17.6486280Z adding 'coremltools/converters/sklearn/_LinearSVR.py' 2025-06-05T23:55:17.6486834Z adding 'coremltools/converters/sklearn/_NuSVC.py' 2025-06-05T23:55:17.6487360Z adding 'coremltools/converters/sklearn/_NuSVR.py' 2025-06-05T23:55:17.7241987Z adding 'coremltools/converters/sklearn/_SVC.py' 2025-06-05T23:55:17.7242574Z adding 'coremltools/converters/sklearn/_SVR.py' 2025-06-05T23:55:17.7243135Z adding 'coremltools/converters/sklearn/__init__.py' 2025-06-05T23:55:17.7243697Z adding 'coremltools/converters/sklearn/_converter.py' 2025-06-05T23:55:17.7244395Z adding 'coremltools/converters/sklearn/_converter_internal.py' 2025-06-05T23:55:17.7245123Z adding 'coremltools/converters/sklearn/_decision_tree_classifier.py' 2025-06-05T23:55:17.7245876Z adding 'coremltools/converters/sklearn/_decision_tree_regressor.py' 2025-06-05T23:55:17.7246563Z adding 'coremltools/converters/sklearn/_dict_vectorizer.py' 2025-06-05T23:55:17.7247308Z adding 'coremltools/converters/sklearn/_gradient_boosting_classifier.py' 2025-06-05T23:55:17.7248104Z adding 'coremltools/converters/sklearn/_gradient_boosting_regressor.py' 2025-06-05T23:55:17.7248779Z adding 'coremltools/converters/sklearn/_imputer.py' 2025-06-05T23:55:17.7249422Z adding 'coremltools/converters/sklearn/_k_neighbors_classifier.py' 2025-06-05T23:55:17.7250119Z adding 'coremltools/converters/sklearn/_linear_regression.py' 2025-06-05T23:55:17.7250804Z adding 'coremltools/converters/sklearn/_logistic_regression.py' 2025-06-05T23:55:17.7251447Z adding 'coremltools/converters/sklearn/_normalizer.py' 2025-06-05T23:55:17.7252061Z adding 'coremltools/converters/sklearn/_one_hot_encoder.py' 2025-06-05T23:55:17.7252870Z adding 'coremltools/converters/sklearn/_random_forest_classifier.py' 2025-06-05T23:55:17.7253622Z adding 'coremltools/converters/sklearn/_random_forest_regressor.py' 2025-06-05T23:55:17.7254324Z adding 'coremltools/converters/sklearn/_ridge_regression.py' 2025-06-05T23:55:17.7254953Z adding 'coremltools/converters/sklearn/_sklearn_util.py' 2025-06-05T23:55:17.7255572Z adding 'coremltools/converters/sklearn/_standard_scaler.py' 2025-06-05T23:55:17.7256178Z adding 'coremltools/converters/sklearn/_svm_common.py' 2025-06-05T23:55:17.7256774Z adding 'coremltools/converters/sklearn/_tree_ensemble.py' 2025-06-05T23:55:17.7257344Z adding 'coremltools/converters/xgboost/__init__.py' 2025-06-05T23:55:17.7257888Z adding 'coremltools/converters/xgboost/_tree.py' 2025-06-05T23:55:17.7258462Z adding 'coremltools/converters/xgboost/_tree_ensemble.py' 2025-06-05T23:55:17.7259006Z adding 'coremltools/models/__init__.py' 2025-06-05T23:55:17.7259488Z adding 'coremltools/models/_compiled_model.py' 2025-06-05T23:55:17.7259987Z adding 'coremltools/models/_deprecation.py' 2025-06-05T23:55:17.7260501Z adding 'coremltools/models/_feature_management.py' 2025-06-05T23:55:17.7261053Z adding 'coremltools/models/_interface_management.py' 2025-06-05T23:55:17.7261631Z adding 'coremltools/models/array_feature_extractor.py' 2025-06-05T23:55:17.7262168Z adding 'coremltools/models/compute_device.py' 2025-06-05T23:55:17.7262675Z adding 'coremltools/models/compute_plan.py' 2025-06-05T23:55:17.7263160Z adding 'coremltools/models/datatypes.py' 2025-06-05T23:55:17.7263649Z adding 'coremltools/models/feature_vectorizer.py' 2025-06-05T23:55:17.7264154Z adding 'coremltools/models/model.py' 2025-06-05T23:55:17.7264939Z adding 'coremltools/models/pipeline.py' 2025-06-05T23:55:17.7265417Z adding 'coremltools/models/tree_ensemble.py' 2025-06-05T23:55:17.7266077Z adding 'coremltools/models/utils.py' 2025-06-05T23:55:17.7266583Z adding 'coremltools/models/ml_program/__init__.py' 2025-06-05T23:55:17.7267332Z adding 'coremltools/models/ml_program/compression_utils.py' 2025-06-05T23:55:17.7268006Z adding 'coremltools/models/ml_program/experimental/__init__.py' 2025-06-05T23:55:17.7268719Z adding 'coremltools/models/ml_program/experimental/async_wrapper.py' 2025-06-05T23:55:17.7269495Z adding 'coremltools/models/ml_program/experimental/compute_plan_utils.py' 2025-06-05T23:55:17.7270288Z adding 'coremltools/models/ml_program/experimental/debugging_utils.py' 2025-06-05T23:55:17.7271083Z adding 'coremltools/models/ml_program/experimental/model_structure_path.py' 2025-06-05T23:55:17.7271848Z adding 'coremltools/models/ml_program/experimental/perf_utils.py' 2025-06-05T23:55:17.7272585Z adding 'coremltools/models/ml_program/experimental/remote_device.py' 2025-06-05T23:55:17.7273341Z adding 'coremltools/models/ml_program/experimental/torch/__init__.py' 2025-06-05T23:55:17.7274143Z adding 'coremltools/models/ml_program/experimental/torch/debugging_utils.py' 2025-06-05T23:55:17.7274951Z adding 'coremltools/models/ml_program/experimental/torch/perf_utils.py' 2025-06-05T23:55:17.7275654Z adding 'coremltools/models/nearest_neighbors/__init__.py' 2025-06-05T23:55:17.7276267Z adding 'coremltools/models/nearest_neighbors/builder.py' 2025-06-05T23:55:17.7276867Z adding 'coremltools/models/neural_network/__init__.py' 2025-06-05T23:55:17.7277447Z adding 'coremltools/models/neural_network/builder.py' 2025-06-05T23:55:17.7278087Z adding 'coremltools/models/neural_network/flexible_shape_utils.py' 2025-06-05T23:55:17.7278802Z adding 'coremltools/models/neural_network/optimization_utils.py' 2025-06-05T23:55:17.7279436Z adding 'coremltools/models/neural_network/printer.py' 2025-06-05T23:55:17.7280077Z adding 'coremltools/models/neural_network/quantization_utils.py' 2025-06-05T23:55:17.7280788Z adding 'coremltools/models/neural_network/spec_inspection_utils.py' 2025-06-05T23:55:17.7281537Z adding 'coremltools/models/neural_network/update_optimizer_utils.py' 2025-06-05T23:55:17.7282187Z adding 'coremltools/models/neural_network/utils.py' 2025-06-05T23:55:17.7282705Z adding 'coremltools/optimize/__init__.py' 2025-06-05T23:55:17.7283170Z adding 'coremltools/optimize/_utils.py' 2025-06-05T23:55:17.7283652Z adding 'coremltools/optimize/coreml/__init__.py' 2025-06-05T23:55:17.7284179Z adding 'coremltools/optimize/coreml/_config.py' 2025-06-05T23:55:17.7284804Z adding 'coremltools/optimize/coreml/_post_training_quantization.py' 2025-06-05T23:55:17.7285517Z adding 'coremltools/optimize/coreml/_quantization_passes.py' 2025-06-05T23:55:17.7286190Z adding 'coremltools/optimize/coreml/experimental/__init__.py' 2025-06-05T23:55:17.7286868Z adding 'coremltools/optimize/coreml/experimental/_config.py' 2025-06-05T23:55:17.7287689Z adding 'coremltools/optimize/coreml/experimental/_model_debugger.py' 2025-06-05T23:55:17.7288532Z adding 'coremltools/optimize/coreml/experimental/_post_training_quantization.py' 2025-06-05T23:55:17.7289485Z adding 'coremltools/optimize/coreml/experimental/test_post_training_quantization.py' 2025-06-05T23:55:17.7290230Z adding 'coremltools/optimize/torch/__init__.py' 2025-06-05T23:55:17.7290744Z adding 'coremltools/optimize/torch/_logging.py' 2025-06-05T23:55:17.7291249Z adding 'coremltools/optimize/torch/_typing.py' 2025-06-05T23:55:17.7291823Z adding 'coremltools/optimize/torch/base_model_optimizer.py' 2025-06-05T23:55:17.7292591Z adding 'coremltools/optimize/torch/optimization_config.py' 2025-06-05T23:55:17.7293194Z adding 'coremltools/optimize/torch/_utils/__init__.py' 2025-06-05T23:55:17.7293784Z adding 'coremltools/optimize/torch/_utils/dist_utils.py' 2025-06-05T23:55:17.7294385Z adding 'coremltools/optimize/torch/_utils/fsdp_utils.py' 2025-06-05T23:55:17.7295159Z adding 'coremltools/optimize/torch/_utils/graph_utils.py' 2025-06-05T23:55:17.7295843Z adding 'coremltools/optimize/torch/_utils/joint_compression_utils.py' 2025-06-05T23:55:17.7296773Z adding 'coremltools/optimize/torch/_utils/k_means.py' 2025-06-05T23:55:17.7297445Z adding 'coremltools/optimize/torch/_utils/math_utils.py' 2025-06-05T23:55:17.7298067Z adding 'coremltools/optimize/torch/_utils/metadata_utils.py' 2025-06-05T23:55:17.7298728Z adding 'coremltools/optimize/torch/_utils/model_size_utils.py' 2025-06-05T23:55:17.7299386Z adding 'coremltools/optimize/torch/_utils/optimizer_utils.py' 2025-06-05T23:55:17.7300029Z adding 'coremltools/optimize/torch/_utils/python_utils.py' 2025-06-05T23:55:17.7300626Z adding 'coremltools/optimize/torch/_utils/registry.py' 2025-06-05T23:55:17.7301232Z adding 'coremltools/optimize/torch/_utils/report_utils.py' 2025-06-05T23:55:17.7301872Z adding 'coremltools/optimize/torch/_utils/state_dict_utils.py' 2025-06-05T23:55:17.7302715Z adding 'coremltools/optimize/torch/_utils/torch_utils.py' 2025-06-05T23:55:17.7303338Z adding 'coremltools/optimize/torch/_utils/transforms.py' 2025-06-05T23:55:17.7303979Z adding 'coremltools/optimize/torch/_utils/validation_utils.py' 2025-06-05T23:55:17.7304639Z adding 'coremltools/optimize/torch/_utils/version_utils.py' 2025-06-05T23:55:17.7305477Z adding 'coremltools/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:55:17.7306237Z adding 'coremltools/optimize/torch/layerwise_compression/_quant.py' 2025-06-05T23:55:17.7307000Z adding 'coremltools/optimize/torch/layerwise_compression/algorithms.py' 2025-06-05T23:55:17.7307816Z adding 'coremltools/optimize/torch/layerwise_compression/input_cacher.py' 2025-06-05T23:55:17.7308690Z adding 'coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py' 2025-06-05T23:55:17.7309495Z adding 'coremltools/optimize/torch/palettization/__init__.py' 2025-06-05T23:55:17.7310231Z adding 'coremltools/optimize/torch/palettization/_custom_conversion.py' 2025-06-05T23:55:17.7311022Z adding 'coremltools/optimize/torch/palettization/_efficient_kmeans.py' 2025-06-05T23:55:17.7311883Z adding 'coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py' 2025-06-05T23:55:17.7312723Z adding 'coremltools/optimize/torch/palettization/_partitioner.py' 2025-06-05T23:55:17.7313481Z adding 'coremltools/optimize/torch/palettization/_supported_modules.py' 2025-06-05T23:55:17.7314210Z adding 'coremltools/optimize/torch/palettization/_utils.py' 2025-06-05T23:55:17.7314907Z adding 'coremltools/optimize/torch/palettization/fake_palettize.py' 2025-06-05T23:55:17.7315707Z adding 'coremltools/optimize/torch/palettization/palettization_config.py' 2025-06-05T23:55:17.7316477Z adding 'coremltools/optimize/torch/palettization/palettizer.py' 2025-06-05T23:55:17.7317292Z adding 'coremltools/optimize/torch/palettization/post_training_palettization.py' 2025-06-05T23:55:17.7318160Z adding 'coremltools/optimize/torch/palettization/sensitive_k_means.py' 2025-06-05T23:55:17.7318857Z adding 'coremltools/optimize/torch/pruning/__init__.py' 2025-06-05T23:55:17.7319485Z adding 'coremltools/optimize/torch/pruning/_base_pruner.py' 2025-06-05T23:55:17.7320174Z adding 'coremltools/optimize/torch/pruning/_base_pruning_method.py' 2025-06-05T23:55:17.7320840Z adding 'coremltools/optimize/torch/pruning/_utils.py' 2025-06-05T23:55:17.7321464Z adding 'coremltools/optimize/torch/pruning/magnitude_pruner.py' 2025-06-05T23:55:17.7322173Z adding 'coremltools/optimize/torch/pruning/pruning_scheduler.py' 2025-06-05T23:55:17.7322862Z adding 'coremltools/optimize/torch/quantization/__init__.py' 2025-06-05T23:55:17.7323571Z adding 'coremltools/optimize/torch/quantization/_annotation_config.py' 2025-06-05T23:55:17.7324339Z adding 'coremltools/optimize/torch/quantization/_backend_config.py' 2025-06-05T23:55:17.7325119Z adding 'coremltools/optimize/torch/quantization/_backend_config_utils.py' 2025-06-05T23:55:17.7325877Z adding 'coremltools/optimize/torch/quantization/_configure.py' 2025-06-05T23:55:17.7326853Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer.py' 2025-06-05T23:55:17.7327830Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py' 2025-06-05T23:55:17.7328792Z adding 'coremltools/optimize/torch/quantization/_qconfig_mapping.py' 2025-06-05T23:55:17.7329486Z adding 'coremltools/optimize/torch/quantization/_utils.py' 2025-06-05T23:55:17.7330247Z adding 'coremltools/optimize/torch/quantization/post_training_quantization.py' 2025-06-05T23:55:17.7916736Z adding 'coremltools/optimize/torch/quantization/quantization_config.py' 2025-06-05T23:55:17.7917550Z adding 'coremltools/optimize/torch/quantization/quantizer.py' 2025-06-05T23:55:17.7918283Z adding 'coremltools/optimize/torch/quantization/modules/__init__.py' 2025-06-05T23:55:17.7919090Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose.py' 2025-06-05T23:55:17.7919987Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py' 2025-06-05T23:55:17.7920893Z adding 'coremltools/optimize/torch/quantization/modules/fused_modules.py' 2025-06-05T23:55:17.7921814Z adding 'coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py' 2025-06-05T23:55:17.7922707Z adding 'coremltools/optimize/torch/quantization/modules/observers.py' 2025-06-05T23:55:17.7923501Z adding 'coremltools/optimize/torch/quantization/modules/qat_modules.py' 2025-06-05T23:55:17.7924347Z adding 'coremltools/optimize/torch/quantization/modules/quantized_modules.py' 2025-06-05T23:55:17.7925102Z adding 'coremltools/proto/ArrayFeatureExtractor_pb2.py' 2025-06-05T23:55:17.7925701Z adding 'coremltools/proto/AudioFeaturePrint_pb2.py' 2025-06-05T23:55:17.7926299Z adding 'coremltools/proto/BayesianProbitRegressor_pb2.py' 2025-06-05T23:55:17.7926912Z adding 'coremltools/proto/CategoricalMapping_pb2.py' 2025-06-05T23:55:17.7927546Z adding 'coremltools/proto/ClassConfidenceThresholding_pb2.py' 2025-06-05T23:55:17.7928165Z adding 'coremltools/proto/CustomModel_pb2.py' 2025-06-05T23:55:17.7928693Z adding 'coremltools/proto/DataStructures_pb2.py' 2025-06-05T23:55:17.7929231Z adding 'coremltools/proto/DictVectorizer_pb2.py' 2025-06-05T23:55:17.7929827Z adding 'coremltools/proto/FeatureTypes_pb2.py' 2025-06-05T23:55:17.7930366Z adding 'coremltools/proto/FeatureVectorizer_pb2.py' 2025-06-05T23:55:17.7930922Z adding 'coremltools/proto/GLMClassifier_pb2.py' 2025-06-05T23:55:17.7931448Z adding 'coremltools/proto/GLMRegressor_pb2.py' 2025-06-05T23:55:17.7931948Z adding 'coremltools/proto/Gazetteer_pb2.py' 2025-06-05T23:55:17.7932539Z adding 'coremltools/proto/Identity_pb2.py' 2025-06-05T23:55:17.7933012Z adding 'coremltools/proto/Imputer_pb2.py' 2025-06-05T23:55:17.7933577Z adding 'coremltools/proto/ItemSimilarityRecommender_pb2.py' 2025-06-05T23:55:17.7934165Z adding 'coremltools/proto/LinkedModel_pb2.py' 2025-06-05T23:55:17.7934648Z adding 'coremltools/proto/MIL_pb2.py' 2025-06-05T23:55:17.7935107Z adding 'coremltools/proto/Model_pb2.py' 2025-06-05T23:55:17.7935607Z adding 'coremltools/proto/NamedParameters_pb2.py' 2025-06-05T23:55:17.7936170Z adding 'coremltools/proto/NearestNeighbors_pb2.py' 2025-06-05T23:55:17.7936707Z adding 'coremltools/proto/NeuralNetwork_pb2.py' 2025-06-05T23:55:17.7937284Z adding 'coremltools/proto/NonMaximumSuppression_pb2.py' 2025-06-05T23:55:17.7937841Z adding 'coremltools/proto/Normalizer_pb2.py' 2025-06-05T23:55:17.7938359Z adding 'coremltools/proto/OneHotEncoder_pb2.py' 2025-06-05T23:55:17.7938871Z adding 'coremltools/proto/Parameters_pb2.py' 2025-06-05T23:55:17.7939347Z adding 'coremltools/proto/SVM_pb2.py' 2025-06-05T23:55:17.7939810Z adding 'coremltools/proto/Scaler_pb2.py' 2025-06-05T23:55:17.7940382Z adding 'coremltools/proto/SoundAnalysisPreprocessing_pb2.py' 2025-06-05T23:55:17.7941005Z adding 'coremltools/proto/TextClassifier_pb2.py' 2025-06-05T23:55:17.7944638Z adding 'coremltools/proto/TreeEnsemble_pb2.py' 2025-06-05T23:55:17.7945275Z adding 'coremltools/proto/VisionFeaturePrint_pb2.py' 2025-06-05T23:55:17.7946008Z adding 'coremltools/proto/WordEmbedding_pb2.py' 2025-06-05T23:55:17.7946635Z adding 'coremltools/proto/WordTagger_pb2.py' 2025-06-05T23:55:17.7947246Z adding 'coremltools/proto/__init__.py' 2025-06-05T23:55:17.7947699Z adding 'coremltools/test/__init__.py' 2025-06-05T23:55:17.7948130Z adding 'coremltools/test/utils.py' 2025-06-05T23:55:17.7948572Z adding 'coremltools/test/api/__init__.py' 2025-06-05T23:55:17.7949078Z adding 'coremltools/test/api/test_api_examples.py' 2025-06-05T23:55:17.7949658Z adding 'coremltools/test/api/test_api_visibilities.py' 2025-06-05T23:55:17.7950186Z adding 'coremltools/test/blob/__init__.py' 2025-06-05T23:55:17.7950685Z adding 'coremltools/test/blob/test_weights.py' 2025-06-05T23:55:17.7951209Z adding 'coremltools/test/ml_program/__init__.py' 2025-06-05T23:55:17.7951781Z adding 'coremltools/test/ml_program/test_compression.py' 2025-06-05T23:55:17.7952407Z adding 'coremltools/test/ml_program/test_utils.py' 2025-06-05T23:55:17.7953015Z adding 'coremltools/test/ml_program/experimental/__init__.py' 2025-06-05T23:55:17.7953773Z adding 'coremltools/test/ml_program/experimental/test_compute_plan_utils.py' 2025-06-05T23:55:17.7954602Z adding 'coremltools/test/ml_program/experimental/test_debugging_utils.py' 2025-06-05T23:55:17.7955394Z adding 'coremltools/test/ml_program/experimental/test_perf_utils.py' 2025-06-05T23:55:17.7956147Z adding 'coremltools/test/ml_program/experimental/test_remote_device.py' 2025-06-05T23:55:17.7956965Z adding 'coremltools/test/ml_program/experimental/test_torch_debugging_utils.py' 2025-06-05T23:55:17.7957675Z adding 'coremltools/test/modelpackage/__init__.py' 2025-06-05T23:55:17.7958246Z adding 'coremltools/test/modelpackage/test_mlmodel.py' 2025-06-05T23:55:17.7958869Z adding 'coremltools/test/modelpackage/test_modelpackage.py' 2025-06-05T23:55:17.7959474Z adding 'coremltools/test/neural_network/__init__.py' 2025-06-05T23:55:17.7960100Z adding 'coremltools/test/neural_network/test_compiled_model.py' 2025-06-05T23:55:17.7960815Z adding 'coremltools/test/neural_network/test_custom_neural_nets.py' 2025-06-05T23:55:17.7961488Z adding 'coremltools/test/neural_network/test_model.py' 2025-06-05T23:55:17.7962144Z adding 'coremltools/test/neural_network/test_neural_networks.py' 2025-06-05T23:55:17.7962814Z adding 'coremltools/test/neural_network/test_nn_builder.py' 2025-06-05T23:55:17.7963486Z adding 'coremltools/test/neural_network/test_numpy_nn_layers.py' 2025-06-05T23:55:17.7964165Z adding 'coremltools/test/neural_network/test_quantization.py' 2025-06-05T23:55:17.7964878Z adding 'coremltools/test/neural_network/test_simple_nn_inference.py' 2025-06-05T23:55:17.7965569Z adding 'coremltools/test/neural_network/test_tf_numeric.py' 2025-06-05T23:55:17.7966149Z adding 'coremltools/test/optimize/__init__.py' 2025-06-05T23:55:17.7966674Z adding 'coremltools/test/optimize/test_utils.py' 2025-06-05T23:55:17.7967211Z adding 'coremltools/test/optimize/api/__init__.py' 2025-06-05T23:55:17.7967821Z adding 'coremltools/test/optimize/api/test_optimize_api.py' 2025-06-05T23:55:17.7968437Z adding 'coremltools/test/optimize/coreml/__init__.py' 2025-06-05T23:55:17.7969040Z adding 'coremltools/test/optimize/coreml/test_passes.py' 2025-06-05T23:55:17.7969773Z adding 'coremltools/test/optimize/coreml/test_post_training_quantization.py' 2025-06-05T23:55:17.7970492Z adding 'coremltools/test/optimize/torch/__init__.py' 2025-06-05T23:55:17.7971057Z adding 'coremltools/test/optimize/torch/conftest.py' 2025-06-05T23:55:17.7971627Z adding 'coremltools/test/optimize/torch/smoke_test.py' 2025-06-05T23:55:17.7972364Z adding 'coremltools/test/optimize/torch/test_api_surface.py' 2025-06-05T23:55:17.7973049Z adding 'coremltools/test/optimize/torch/test_base_optimizer.py' 2025-06-05T23:55:17.7973670Z adding 'coremltools/test/optimize/torch/utils.py' 2025-06-05T23:55:17.7974464Z adding 'coremltools/test/optimize/torch/conversion/__init__.py' 2025-06-05T23:55:17.7975305Z adding 'coremltools/test/optimize/torch/conversion/conversion_utils.py' 2025-06-05T23:55:17.7976202Z adding 'coremltools/test/optimize/torch/conversion/joint/__init__.py' 2025-06-05T23:55:17.7977156Z adding 'coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py' 2025-06-05T23:55:17.7978243Z adding 'coremltools/test/optimize/torch/conversion/palettization/__init__.py' 2025-06-05T23:55:17.7979279Z adding 'coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py' 2025-06-05T23:55:17.7980279Z adding 'coremltools/test/optimize/torch/conversion/pruning/__init__.py' 2025-06-05T23:55:17.7981182Z adding 'coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py' 2025-06-05T23:55:17.7982134Z adding 'coremltools/test/optimize/torch/conversion/quantization/__init__.py' 2025-06-05T23:55:17.7983152Z adding 'coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py' 2025-06-05T23:55:17.7984159Z adding 'coremltools/test/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:55:17.7985054Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py' 2025-06-05T23:55:17.7985954Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_quant.py' 2025-06-05T23:55:17.7986714Z adding 'coremltools/test/optimize/torch/models/__init__.py' 2025-06-05T23:55:17.7987349Z adding 'coremltools/test/optimize/torch/models/mnist.py' 2025-06-05T23:55:17.7988013Z adding 'coremltools/test/optimize/torch/models/multi_input_net.py' 2025-06-05T23:55:17.7988754Z adding 'coremltools/test/optimize/torch/palettization/__init__.py' 2025-06-05T23:55:17.7989571Z adding 'coremltools/test/optimize/torch/palettization/palettization_utils.py' 2025-06-05T23:55:17.7990486Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_api.py' 2025-06-05T23:55:17.7991432Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_utils.py' 2025-06-05T23:55:17.7992342Z adding 'coremltools/test/optimize/torch/palettization/test_palettizer.py' 2025-06-05T23:55:17.7993303Z adding 'coremltools/test/optimize/torch/palettization/test_post_training_palettization.py' 2025-06-05T23:55:17.7994303Z adding 'coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py' 2025-06-05T23:55:17.7995104Z adding 'coremltools/test/optimize/torch/pruning/__init__.py' 2025-06-05T23:55:17.7995799Z adding 'coremltools/test/optimize/torch/pruning/pruning_utils.py' 2025-06-05T23:55:17.7996547Z adding 'coremltools/test/optimize/torch/pruning/test_base_pruner.py' 2025-06-05T23:55:17.7997341Z adding 'coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py' 2025-06-05T23:55:17.7998197Z adding 'coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py' 2025-06-05T23:55:17.7998987Z adding 'coremltools/test/optimize/torch/quantization/__init__.py' 2025-06-05T23:55:17.7999759Z adding 'coremltools/test/optimize/torch/quantization/test_configure.py' 2025-06-05T23:55:17.8000623Z adding 'coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py' 2025-06-05T23:55:17.8001570Z adding 'coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py' 2025-06-05T23:55:17.8002863Z adding 'coremltools/test/optimize/torch/quantization/test_observers.py' 2025-06-05T23:55:17.8003787Z adding 'coremltools/test/optimize/torch/quantization/test_post_training_quantization.py' 2025-06-05T23:55:17.8004712Z adding 'coremltools/test/optimize/torch/quantization/test_quantizer.py' 2025-06-05T23:55:17.8005498Z adding 'coremltools/test/optimize/torch/quantization/test_utils.py' 2025-06-05T23:55:17.8006211Z adding 'coremltools/test/optimize/torch/test_utils/__init__.py' 2025-06-05T23:55:17.8006948Z adding 'coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py' 2025-06-05T23:55:17.8007702Z adding 'coremltools/test/optimize/torch/test_utils/test_k_means.py' 2025-06-05T23:55:17.8008697Z adding 'coremltools/test/optimize/torch/test_utils/test_metadata_utils.py' 2025-06-05T23:55:20.0091840Z adding 'coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py' 2025-06-05T23:55:20.0093130Z adding 'coremltools/test/optimize/torch/test_utils/test_report_utils.py' 2025-06-05T23:55:20.0094090Z adding 'coremltools/test/optimize/torch/test_utils/test_torch_utils.py' 2025-06-05T23:55:20.0094919Z adding 'coremltools/test/optimize/torch/test_utils/test_validation_utils.py' 2025-06-05T23:55:20.0095618Z adding 'coremltools/test/pipeline/__init__.py' 2025-06-05T23:55:20.0096195Z adding 'coremltools/test/pipeline/test_model_updatable.py' 2025-06-05T23:55:20.0096807Z adding 'coremltools/test/pipeline/test_pipeline.py' 2025-06-05T23:55:20.0097355Z adding 'coremltools/test/sklearn_tests/__init__.py' 2025-06-05T23:55:20.0097920Z adding 'coremltools/test/sklearn_tests/test_NuSVC.py' 2025-06-05T23:55:20.0098502Z adding 'coremltools/test/sklearn_tests/test_NuSVR.py' 2025-06-05T23:55:20.0099067Z adding 'coremltools/test/sklearn_tests/test_SVC.py' 2025-06-05T23:55:20.0099638Z adding 'coremltools/test/sklearn_tests/test_SVR.py' 2025-06-05T23:55:20.0100287Z adding 'coremltools/test/sklearn_tests/test_categorical_imputer.py' 2025-06-05T23:55:20.0101044Z adding 'coremltools/test/sklearn_tests/test_composite_pipelines.py' 2025-06-05T23:55:20.0101759Z adding 'coremltools/test/sklearn_tests/test_dict_vectorizer.py' 2025-06-05T23:55:20.0102665Z adding 'coremltools/test/sklearn_tests/test_feature_names.py' 2025-06-05T23:55:20.0103344Z adding 'coremltools/test/sklearn_tests/test_glm_classifier.py' 2025-06-05T23:55:20.0103981Z adding 'coremltools/test/sklearn_tests/test_imputer.py' 2025-06-05T23:55:20.0104595Z adding 'coremltools/test/sklearn_tests/test_io_types.py' 2025-06-05T23:55:20.0105292Z adding 'coremltools/test/sklearn_tests/test_k_neighbors_classifier.py' 2025-06-05T23:55:20.0106049Z adding 'coremltools/test/sklearn_tests/test_linear_regression.py' 2025-06-05T23:55:20.0106821Z adding 'coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py' 2025-06-05T23:55:20.0107559Z adding 'coremltools/test/sklearn_tests/test_normalizer.py' 2025-06-05T23:55:20.0108230Z adding 'coremltools/test/sklearn_tests/test_one_hot_encoder.py' 2025-06-05T23:55:20.0108980Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier.py' 2025-06-05T23:55:20.0109827Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py' 2025-06-05T23:55:20.0110671Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression.py' 2025-06-05T23:55:20.0111520Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py' 2025-06-05T23:55:20.0112313Z adding 'coremltools/test/sklearn_tests/test_ridge_regression.py' 2025-06-05T23:55:20.0113022Z adding 'coremltools/test/sklearn_tests/test_standard_scalar.py' 2025-06-05T23:55:20.0113675Z adding 'coremltools/test/sklearn_tests/test_utils.py' 2025-06-05T23:55:20.0114242Z adding 'coremltools/test/xgboost_tests/__init__.py' 2025-06-05T23:55:20.0114926Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier.py' 2025-06-05T23:55:20.0115776Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py' 2025-06-05T23:55:20.0116635Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression.py' 2025-06-05T23:55:20.0117478Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py' 2025-06-05T23:55:20.0118361Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier.py' 2025-06-05T23:55:20.0119212Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py' 2025-06-05T23:55:20.0120062Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression.py' 2025-06-05T23:55:20.0120913Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py' 2025-06-05T23:55:20.0121683Z adding 'coremltools-8.3.0.dist-info/licenses/LICENSE.txt' 2025-06-05T23:55:20.0122570Z adding 'coremltools-8.3.0.dist-info/licenses/NOTICE.txt' 2025-06-05T23:55:20.0123291Z adding 'coremltools-8.3.0.dist-info/METADATA' 2025-06-05T23:55:20.0123798Z adding 'coremltools-8.3.0.dist-info/WHEEL' 2025-06-05T23:55:20.0124422Z adding 'coremltools-8.3.0.dist-info/top_level.txt' 2025-06-05T23:55:20.0125076Z adding 'coremltools-8.3.0.dist-info/RECORD' 2025-06-05T23:55:20.0125560Z removing build/bdist.linux-aarch64/wheel 2025-06-05T23:55:20.0126421Z Building wheel for coremltools (setup.py) ... [?25l[?25hdone 2025-06-05T23:55:20.0127629Z Created wheel for coremltools: filename=coremltools-8.3.0-py3-none-any.whl size=2017550 sha256=8548cf81f555d1204dd8a57b34d526f92517c654354f8ad0020fe7427e27b9d1 2025-06-05T23:55:20.0129134Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/39/43/1d/f0593bcb41fe66092dfcca66889cb19b2f45f45b1d77f8964f 2025-06-05T23:55:20.0130024Z Successfully built executorch coremltools 2025-06-05T23:55:20.0131119Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:55:20.0132338Z [?25l 2025-06-05T23:55:20.0132863Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:55:20.0133274Z 2025-06-05T23:55:20.0133604Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:55:20.0134004Z 2025-06-05T23:55:20.0134491Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:20.0135392Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━  4/11 [execnet] 2025-06-05T23:55:20.0136021Z  Attempting uninstall: pytest 2025-06-05T23:55:20.0136699Z ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━  4/11 [execnet] 2025-06-05T23:55:20.0137378Z  Found existing installation: pytest 7.2.0 2025-06-05T23:55:20.0151327Z ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━  4/11 [execnet] 2025-06-05T23:55:20.0152385Z  Uninstalling pytest-7.2.0: 2025-06-05T23:55:20.0153085Z ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━  4/11 [execnet] 2025-06-05T23:55:20.0153925Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0154784Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0155573Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:55:20.0156407Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0157182Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:55:20.0158019Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0159131Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:55:20.0160453Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0161489Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:55:20.0162469Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0163389Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:55:20.0164338Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0165357Z  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:20.0166404Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0167481Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:55:20.0168710Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0169379Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:55:20.0170224Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0171132Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0171946Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0172789Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:55:20.0173592Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:20.0174355Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:55:20.0175153Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:26.8721364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━  7/11 [pytest-xdist] 2025-06-05T23:55:26.8722349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8723218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8724063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8724903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8725760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8726610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8727832Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8728844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8729795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8730794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8731621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8732622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8733474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:26.8734306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8735157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8736024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8736862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8737688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8738511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8739469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8740283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8741100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8742064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8742955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8743812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8744649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8745472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8746301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8747127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8748129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8749199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8750061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8750989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8751795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8752620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8753389Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:55:26.8754178Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8755019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:26.8755786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:55:26.8756325Z [?25h 2025-06-05T23:55:26.8757830Z 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:26.8759214Z + pip list 2025-06-05T23:55:26.8759610Z Package Version Editable project location 2025-06-05T23:55:26.8760242Z ----------------------------- ------------------ ----------------------------------- 2025-06-05T23:55:26.8760790Z aiohappyeyeballs 2.6.1 2025-06-05T23:55:26.8761179Z aiohttp 3.12.9 2025-06-05T23:55:26.8761572Z aiosignal 1.3.2 2025-06-05T23:55:26.8761952Z alabaster 0.7.16 2025-06-05T23:55:26.8762362Z antlr4-python3-runtime 4.9.3 2025-06-05T23:55:26.8762775Z async-timeout 5.0.1 2025-06-05T23:55:26.8763282Z attrs 25.3.0 2025-06-05T23:55:26.8763673Z babel 2.17.0 2025-06-05T23:55:26.8764130Z beautifulsoup4 4.13.4 2025-06-05T23:55:26.8764555Z blobfile 3.0.0 2025-06-05T23:55:26.8764934Z breathe 4.34.0 2025-06-05T23:55:26.8765316Z bs4 0.0.2 2025-06-05T23:55:26.8765687Z cattrs 25.1.1 2025-06-05T23:55:26.8766079Z certifi 2025.4.26 2025-06-05T23:55:26.8766497Z charset-normalizer 3.4.2 2025-06-05T23:55:26.8766889Z cmake 3.31.6 2025-06-05T23:55:27.9695770Z contourpy 1.3.2 2025-06-05T23:55:27.9696289Z coremltools 8.3.0 2025-06-05T23:55:27.9696702Z coverage 7.8.2 2025-06-05T23:55:27.9697093Z cycler 0.12.1 2025-06-05T23:55:27.9697816Z datasets 3.6.0 2025-06-05T23:55:27.9698240Z dill 0.3.8 2025-06-05T23:55:27.9698626Z docutils 0.16 2025-06-05T23:55:27.9699030Z exceptiongroup 1.3.0 2025-06-05T23:55:27.9699428Z execnet 2.1.1 2025-06-05T23:55:27.9699982Z executorch 0.7.0a0+bd57234 2025-06-05T23:55:27.9700409Z exhale 0.2.3 2025-06-05T23:55:27.9700801Z expecttest 0.1.6 2025-06-05T23:55:27.9701192Z filelock 3.18.0 2025-06-05T23:55:27.9701587Z flatbuffers 25.2.10 2025-06-05T23:55:27.9702174Z fonttools 4.58.1 2025-06-05T23:55:27.9702587Z frozenlist 1.6.2 2025-06-05T23:55:27.9702987Z fsspec 2025.3.0 2025-06-05T23:55:27.9703386Z hf_transfer 0.1.9 2025-06-05T23:55:27.9703775Z hf-xet 1.1.3 2025-06-05T23:55:27.9704161Z huggingface-hub 0.32.4 2025-06-05T23:55:27.9704571Z hypothesis 6.84.2 2025-06-05T23:55:27.9704958Z idna 3.10 2025-06-05T23:55:27.9705337Z imagesize 1.4.1 2025-06-05T23:55:27.9705728Z iniconfig 2.1.0 2025-06-05T23:55:27.9706110Z Jinja2 3.1.6 2025-06-05T23:55:27.9706495Z kagglehub 0.3.12 2025-06-05T23:55:27.9706884Z kiwisolver 1.4.8 2025-06-05T23:55:27.9707269Z lxml 5.4.0 2025-06-05T23:55:27.9707661Z markdown-it-py 2.2.0 2025-06-05T23:55:27.9708055Z MarkupSafe 3.0.2 2025-06-05T23:55:27.9708438Z matplotlib 3.10.3 2025-06-05T23:55:27.9708843Z mdit-py-plugins 0.3.5 2025-06-05T23:55:27.9709224Z mdurl 0.1.2 2025-06-05T23:55:27.9709604Z mpmath 1.3.0 2025-06-05T23:55:27.9709986Z multidict 6.4.4 2025-06-05T23:55:27.9710377Z multiprocess 0.70.16 2025-06-05T23:55:27.9710791Z myst-parser 0.18.1 2025-06-05T23:55:27.9711178Z networkx 3.4.2 2025-06-05T23:55:27.9711557Z numpy 2.2.6 2025-06-05T23:55:27.9711939Z omegaconf 2.3.0 2025-06-05T23:55:27.9712338Z packaging 25.0 2025-06-05T23:55:27.9712719Z pandas 2.2.3 2025-06-05T23:55:27.9713119Z parameterized 0.9.0 2025-06-05T23:55:27.9713510Z pillow 11.2.1 2025-06-05T23:55:27.9713887Z pip 25.1 2025-06-05T23:55:27.9714261Z pluggy 1.6.0 2025-06-05T23:55:27.9714640Z propcache 0.3.1 2025-06-05T23:55:27.9715041Z protobuf 6.31.1 2025-06-05T23:55:27.9715425Z psutil 7.0.0 2025-06-05T23:55:27.9715811Z pyaml 25.5.0 2025-06-05T23:55:27.9716189Z pyarrow 20.0.0 2025-06-05T23:55:27.9716669Z pycryptodomex 3.23.0 2025-06-05T23:55:27.9717342Z Pygments 2.19.1 2025-06-05T23:55:27.9717737Z pyparsing 3.2.3 2025-06-05T23:55:27.9718245Z pytest 8.4.0 2025-06-05T23:55:27.9718651Z pytest-cov 4.1.0 2025-06-05T23:55:27.9719062Z pytest-rerunfailures 15.1 2025-06-05T23:55:27.9719475Z pytest-xdist 3.7.0 2025-06-05T23:55:27.9719883Z python-dateutil 2.9.0.post0 2025-06-05T23:55:27.9720481Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:55:27.9721088Z pytorch_tokenizers 0.1.0 2025-06-05T23:55:27.9721493Z pytz 2025.2 2025-06-05T23:55:27.9721884Z PyYAML 6.0.1 2025-06-05T23:55:27.9722264Z regex 2024.11.6 2025-06-05T23:55:27.9722664Z requests 2.32.3 2025-06-05T23:55:27.9723055Z ruamel.yaml 0.17.32 2025-06-05T23:55:27.9723597Z ruamel.yaml.clib 0.2.12 2025-06-05T23:55:27.9724014Z safetensors 0.5.3 2025-06-05T23:55:27.9724414Z sentencepiece 0.2.0 2025-06-05T23:55:27.9724809Z setuptools 78.1.1 2025-06-05T23:55:27.9725371Z six 1.17.0 2025-06-05T23:55:27.9725763Z snowballstemmer 3.0.1 2025-06-05T23:55:27.9726171Z sortedcontainers 2.4.0 2025-06-05T23:55:27.9726567Z soupsieve 2.7 2025-06-05T23:55:27.9726937Z Sphinx 5.3.0 2025-06-05T23:55:27.9727352Z sphinx-copybutton 0.5.0 2025-06-05T23:55:27.9727761Z sphinx_design 0.4.1 2025-06-05T23:55:27.9728156Z sphinx-gallery 0.14.0 2025-06-05T23:55:27.9728560Z sphinx_reredirects 0.1.4 2025-06-05T23:55:27.9728974Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:55:27.9729402Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:55:27.9729829Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:55:27.9730249Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:55:27.9730676Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:55:27.9731105Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:55:27.9731530Z sympy 1.14.0 2025-06-05T23:55:27.9731913Z tabulate 0.9.0 2025-06-05T23:55:27.9732443Z tiktoken 0.9.0 2025-06-05T23:55:27.9732825Z timm 1.0.7 2025-06-05T23:55:27.9733210Z tokenizers 0.21.1 2025-06-05T23:55:27.9733591Z tomli 2.0.1 2025-06-05T23:55:27.9734009Z torch 2.8.0a0+git5616fa4 2025-06-05T23:55:27.9734473Z torchao 0.12.0+gitbc68b11 2025-06-05T23:55:27.9734933Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:55:27.9735368Z torchdata 0.11.0 2025-06-05T23:55:27.9735755Z torchsr 1.0.4 2025-06-05T23:55:27.9736143Z torchtune 0.6.1 2025-06-05T23:55:27.9736573Z torchvision 0.22.0a0+966da7e 2025-06-05T23:55:27.9737010Z tqdm 4.67.1 2025-06-05T23:55:27.9737394Z transformers 4.47.1 2025-06-05T23:55:27.9737805Z typing_extensions 4.14.0 2025-06-05T23:55:27.9738205Z tzdata 2025.2 2025-06-05T23:55:27.9738585Z urllib3 2.4.0 2025-06-05T23:55:27.9738966Z wheel 0.45.1 2025-06-05T23:55:27.9739340Z xxhash 3.5.0 2025-06-05T23:55:27.9739718Z yarl 1.20.0 2025-06-05T23:55:27.9740090Z zstd 1.5.5.1 2025-06-05T23:55:27.9740499Z + build_executorch_runner cmake Release 2025-06-05T23:55:27.9740908Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:55:27.9741281Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:55:27.9741654Z + build_executorch_runner_cmake Release 2025-06-05T23:55:27.9742098Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:55:27.9742487Z + clean_executorch_install_folders 2025-06-05T23:55:27.9743083Z + ./install_executorch.sh --clean 2025-06-05T23:55:27.9743491Z Cleaning build artifacts... 2025-06-05T23:55:27.9743855Z Cleaning pip-out/... 2025-06-05T23:55:27.9744289Z Done cleaning build artifacts. 2025-06-05T23:55:27.9744672Z + mkdir cmake-out 2025-06-05T23:55:27.9744997Z + pushd cmake-out 2025-06-05T23:55:27.9745376Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:55:27.9745862Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:55:27.9746213Z + CXXFLAGS= 2025-06-05T23:55:27.9746612Z + CXXFLAGS= 2025-06-05T23:55:27.9747078Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:55:27.9747788Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:55:27.9748381Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:27.9748881Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:27.9749360Z -- Detecting C compiler ABI info 2025-06-05T23:55:27.9749867Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:27.9750414Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:27.9750931Z -- Detecting C compile features 2025-06-05T23:55:27.9751340Z -- Detecting C compile features - done 2025-06-05T23:55:27.9751779Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:27.9752317Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:27.9752871Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:27.9753408Z -- Detecting CXX compile features 2025-06-05T23:55:27.9753831Z -- Detecting CXX compile features - done 2025-06-05T23:55:27.9754262Z -- --- Configured Options --- 2025-06-05T23:55:27.9754526Z 2025-06-05T23:55:27.9754690Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:55:27.9755183Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:55:27.9755717Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:55:27.9756250Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:55:27.9756756Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:55:27.9757267Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:55:27.9757746Z -- BUCK2 x (unset) 2025-06-05T23:55:27.9758225Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:55:27.9758714Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:55:27.9759216Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:55:27.9759726Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:55:27.9760477Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:55:27.9761232Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:55:27.9761734Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:55:27.9762242Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:55:27.9762731Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:55:27.9763228Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:55:27.9763727Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:55:27.9764228Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:55:27.9764741Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:55:27.9765250Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:55:27.9765762Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:55:27.9766263Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:55:27.9766765Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:55:27.9767270Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:55:27.9767778Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:55:27.9768279Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:55:27.9768794Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:55:27.9769288Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:55:27.9769773Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:55:27.9770419Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:55:27.9770902Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:55:27.9771458Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:55:27.9771966Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:55:27.9772600Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:55:27.9773092Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:55:27.9773578Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:55:27.9774060Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:55:27.9774539Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:55:27.9775037Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:55:27.9775519Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:55:27.9776004Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:55:27.9776609Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:55:27.9777110Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:55:27.9777578Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:55:27.9778074Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:55:27.9778686Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:55:27.9779179Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:55:27.9779685Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:55:27.9780166Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:55:27.9780659Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:55:27.9781154Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:55:27.9781656Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:55:27.9782157Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:55:27.9782617Z -- -------------------------- 2025-06-05T23:55:27.9783198Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:55:27.9784435Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:27.9785346Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:27.9785917Z CMake. 2025-06-05T23:55:27.9786086Z 2025-06-05T23:55:32.6640120Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:32.6641015Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:32.6641697Z to work with policies introduced by or earlier. 2025-06-05T23:55:32.6642047Z 2025-06-05T23:55:32.6642378Z  2025-06-05T23:55:32.6642768Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:32.6643400Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:32.6644137Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:32.6644649Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:32.6645305Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:32.6645951Z -- GCC_VERSION: 11 2025-06-05T23:55:32.6646144Z 2025-06-05T23:55:32.6647302Z -- 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:32.6649279Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:32.6650278Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:32.6650841Z CMake. 2025-06-05T23:55:32.6651004Z 2025-06-05T23:55:32.6651308Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:32.6652073Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:32.6652836Z to work with policies introduced by or earlier. 2025-06-05T23:55:32.6653194Z 2025-06-05T23:55:32.6653738Z  2025-06-05T23:55:32.6654577Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:32.6655762Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:32.6656353Z CMake. 2025-06-05T23:55:32.6656514Z 2025-06-05T23:55:32.6657381Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:32.6658173Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:32.6658833Z to work with policies introduced by or earlier. 2025-06-05T23:55:32.6659189Z 2025-06-05T23:55:32.6659377Z  2025-06-05T23:55:32.6659680Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:55:32.6660192Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:55:32.6660666Z -- Found Threads: TRUE 2025-06-05T23:55:32.6661796Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:32.6662888Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:32.6663452Z CMake. 2025-06-05T23:55:32.6663612Z 2025-06-05T23:55:32.6663928Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:32.6664818Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:32.6665482Z to work with policies introduced by or earlier. 2025-06-05T23:55:32.6665832Z 2025-06-05T23:55:32.6666011Z  2025-06-05T23:55:32.6666675Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:55:32.6667474Z -- Killing buck2 daemon 2025-06-05T23:55:32.6668148Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:55:32.6668924Z -- executorch: Generating source lists 2025-06-05T23:55:32.6669634Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:32.6670591Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:32.6671254Z -- Generating operator lib: 2025-06-05T23:55:32.6671643Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:32.6672195Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:32.6672758Z -- ROOT_OPS: 2025-06-05T23:55:32.6673062Z -- INCLUDE_ALL_OPS: 2025-06-05T23:55:32.6674755Z 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:32.6676315Z -- Generating kernel bindings: 2025-06-05T23:55:32.6676696Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:32.6677254Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:32.6677840Z -- CUSTOM_OPS_YAML: 2025-06-05T23:55:32.6678190Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:55:32.6680520Z 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:32.6682564Z -- Generating operator lib: 2025-06-05T23:55:32.6682951Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:32.6683337Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:55:32.6683740Z -- DEPS: executorch_core 2025-06-05T23:55:32.6684551Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:55:32.6685453Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:32.6686037Z CMake. 2025-06-05T23:55:32.6686193Z 2025-06-05T23:55:32.6686509Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:32.6687578Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:32.6688242Z to work with policies introduced by or earlier. 2025-06-05T23:55:32.6688677Z 2025-06-05T23:55:32.6688863Z  2025-06-05T23:55:32.6689150Z -- Looking for C++ include unistd.h 2025-06-05T23:55:32.6689589Z -- Looking for C++ include unistd.h - found 2025-06-05T23:55:32.6690026Z -- Looking for C++ include stdint.h 2025-06-05T23:55:32.6690456Z -- Looking for C++ include stdint.h - found 2025-06-05T23:55:32.6690906Z -- Looking for C++ include inttypes.h 2025-06-05T23:55:32.6691351Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:55:32.6691928Z -- Looking for C++ include sys/types.h 2025-06-05T23:55:32.6692531Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:55:32.6693009Z -- Looking for C++ include sys/stat.h 2025-06-05T23:55:32.6693452Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:55:32.6694018Z -- Looking for C++ include fnmatch.h 2025-06-05T23:55:32.6694475Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:55:32.6695129Z -- Looking for C++ include stddef.h 2025-06-05T23:55:32.6695606Z -- Looking for C++ include stddef.h - found 2025-06-05T23:55:32.6696044Z -- Check size of uint32_t 2025-06-05T23:55:32.6696511Z -- Check size of uint32_t - done 2025-06-05T23:55:32.6696896Z -- Looking for strtoll 2025-06-05T23:55:32.6697238Z -- Looking for strtoll - found 2025-06-05T23:55:32.6697677Z -- Configuring done (4.8s) 2025-06-05T23:55:32.6698040Z -- Generating done (0.1s) 2025-06-05T23:55:32.6698531Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:55:32.6699055Z + popd 2025-06-05T23:55:32.6699336Z /pytorch/executorch 2025-06-05T23:55:32.6699639Z ++ uname 2025-06-05T23:55:32.6699920Z + '[' Linux == Darwin ']' 2025-06-05T23:55:32.6700248Z ++ nproc 2025-06-05T23:55:32.6700527Z + CMAKE_JOBS=7 2025-06-05T23:55:32.6700853Z + cmake --build cmake-out -j 7 2025-06-05T23:55:32.6701581Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:55:32.6707333Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:55:32.6708697Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:55:32.6709808Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:55:32.6710949Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:55:32.6712309Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:55:32.6713624Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:55:32.6714653Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:55:32.6715414Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:55:32.6716150Z [ 2%] No update step for 'flatcc_external_project' 2025-06-05T23:55:32.6716901Z [ 2%] No update step for 'flatbuffers_external_project' 2025-06-05T23:55:32.6717623Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:55:32.6718335Z [ 3%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:55:32.6719184Z [ 4%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:55:32.6720052Z [ 4%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:55:32.6720701Z CMake Warning: 2025-06-05T23:55:32.6721133Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:32.6721518Z 2025-06-05T23:55:32.6721640Z CMake Warning: 2025-06-05T23:55:32.6722046Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:32.6722426Z 2025-06-05T23:55:32.6722592Z  2025-06-05T23:55:32.6723074Z 2025-06-05T23:55:32.6723516Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:32.6724405Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:32.6724997Z CMake. 2025-06-05T23:55:32.6725147Z 2025-06-05T23:55:32.6725454Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:32.6726218Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:32.6726878Z to work with policies introduced by or earlier. 2025-06-05T23:55:32.6727226Z 2025-06-05T23:55:32.6727391Z  2025-06-05T23:55:32.6727721Z fatal: No names found, cannot describe anything. 2025-06-05T23:55:32.6728345Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:55:32.6728855Z git describe failed with exit code: 128 2025-06-05T23:55:32.6729154Z 2025-06-05T23:55:32.6729525Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:55:32.6730063Z Call Stack (most recent call first): 2025-06-05T23:55:32.6730475Z CMakeLists.txt:5 (include) 2025-06-05T23:55:32.6730712Z 2025-06-05T23:55:32.6730881Z  2025-06-05T23:55:32.6731181Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:55:32.6732452Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:55:32.6733827Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:55:32.6734718Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:32.6735215Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:32.6736331Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:55:32.6737744Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:55:32.6738597Z -- Detecting C compiler ABI info 2025-06-05T23:55:32.6739000Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:32.6739942Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:55:32.6741280Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:55:32.6742615Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:55:32.6744006Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:55:33.4676022Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:55:33.4677431Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:55:33.4678263Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:33.4678913Z [ 8%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:55:33.4680048Z [ 8%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:55:33.4681508Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:55:33.4682404Z [ 8%] Built target gflags_nothreads_static 2025-06-05T23:55:33.4682986Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:33.4683510Z -- Detecting C compile features 2025-06-05T23:55:33.4683916Z -- Detecting C compile features - done 2025-06-05T23:55:33.4684851Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:55:33.4685741Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:33.4686362Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:33.4687526Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:55:33.4688935Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:33.4689447Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:33.4689959Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:33.4690591Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:33.4691212Z -- GCC_VERSION: 11 2025-06-05T23:55:33.4691403Z 2025-06-05T23:55:33.4692669Z -- 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:33.4694083Z -- Configuring done (0.3s) 2025-06-05T23:55:33.4695002Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:55:33.4696081Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:33.4696641Z -- Detecting CXX compile features 2025-06-05T23:55:33.4697066Z -- Detecting CXX compile features - done 2025-06-05T23:55:33.4697495Z -- Generating done (0.0s) 2025-06-05T23:55:33.4698538Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:55:33.4699492Z -- Looking for strtof_l 2025-06-05T23:55:33.4700500Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:33.4701674Z [ 10%] Performing build step for 'flatcc_external_project' 2025-06-05T23:55:33.4702563Z [ 11%] Linking C static library libpthreadpool.a 2025-06-05T23:55:33.4703615Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:55:33.4704764Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:33.4705391Z [ 11%] Built target pthreadpool 2025-06-05T23:55:33.4706440Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:33.4708029Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:33.4709531Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:33.4711014Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:33.4712560Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:33.4714167Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:33.4715768Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:55:33.4717281Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:33.4718146Z -- Looking for strtof_l - found 2025-06-05T23:55:33.4718530Z -- Looking for strtoull_l 2025-06-05T23:55:33.4719196Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:33.4720092Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:33.4721337Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:55:33.4722834Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:33.4724029Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:33.4725606Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:33.4726786Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:33.4727768Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:33.4728973Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:33.4730637Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:33.4732087Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:55:33.4733789Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:55:33.4734713Z -- Looking for strtoull_l - found 2025-06-05T23:55:33.4735100Z -- Looking for realpath 2025-06-05T23:55:33.4736009Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:55:33.4737511Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:33.4738233Z [ 21%] Built target flatccrt 2025-06-05T23:55:33.4739141Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:55:33.4740553Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:55:33.4741839Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:55:33.4743232Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:55:33.4744575Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:55:33.4745720Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:55:33.4746865Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:55:33.4747742Z [ 18%] Linking C static library libcpuinfo.a 2025-06-05T23:55:33.4748224Z -- Looking for realpath - found 2025-06-05T23:55:33.4748676Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:55:33.4749371Z [ 18%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:55:33.4749900Z -- Configuring done (0.7s) 2025-06-05T23:55:33.4750252Z [ 18%] Built target cpuinfo 2025-06-05T23:55:33.4751719Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:55:33.4752908Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:55:33.4753612Z -- Generating done (0.0s) 2025-06-05T23:55:33.4754593Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:55:33.4755634Z [ 18%] Built target cpuinfo_internals 2025-06-05T23:55:33.4756331Z [ 18%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:55:33.4757322Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:55:33.4758327Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:55:33.4759239Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:55:33.4760128Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:55:33.4761061Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:55:33.4762185Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:55:33.4763166Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:55:33.4764133Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:55:33.4765123Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:55:33.4766148Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:55:33.4767175Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:55:33.4768240Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:55:33.4769289Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:55:33.4770494Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:55:33.4771644Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:55:33.4772815Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:55:33.4774023Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:55:33.8164537Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:55:33.8165561Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:55:33.8166455Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:55:33.8167316Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:55:33.8168199Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:55:33.8169124Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:55:33.8170055Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:55:33.8171098Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:55:33.8171816Z [ 93%] Built target flatcc 2025-06-05T23:55:33.8172628Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:55:33.8173600Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:55:33.8174555Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:55:33.8175444Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:55:33.8176061Z [100%] Built target flatcc_cli 2025-06-05T23:55:33.8176772Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:55:33.8177679Z [ 18%] Performing install step for 'flatcc_external_project' 2025-06-05T23:55:33.8178538Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:55:33.8179423Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:55:33.8180027Z [ 21%] Built target flatccrt 2025-06-05T23:55:33.8180677Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:55:33.8181263Z [ 93%] Built target flatcc 2025-06-05T23:55:33.8181625Z [100%] Built target flatcc_cli 2025-06-05T23:55:33.8182097Z Install the project... 2025-06-05T23:55:33.8182488Z -- Install configuration: "" 2025-06-05T23:55:33.8183189Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:55:33.8184315Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:55:33.8185544Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:55:33.8187187Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:55:33.8188568Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:55:33.8189855Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:55:33.8191126Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:55:33.8192387Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:55:33.8193657Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:55:33.8195130Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:55:33.8196455Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:55:33.8197718Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:55:33.8199128Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:55:33.8200452Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:55:33.8201758Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:55:33.8210988Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:55:33.8215551Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:55:33.8216898Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:55:33.8218171Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:55:33.8219446Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:55:33.8220720Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:55:33.8223684Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:55:33.8224939Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:55:33.8226165Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:55:33.8229425Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:55:33.8230844Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:55:33.8232196Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:55:33.8233553Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:55:33.8234863Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:55:33.8237851Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:55:33.8240410Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:55:33.8241845Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:55:33.8243684Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:55:33.8245095Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:55:33.8246559Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:55:33.8247997Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:55:33.8249431Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:55:33.8250958Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:55:33.8252446Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:55:33.8253781Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:55:33.8255187Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:55:33.8256498Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:55:33.8257871Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:55:33.8259264Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:55:33.8260619Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:55:33.8261965Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:55:33.8263294Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:55:33.8264603Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:55:33.8265919Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:55:33.8267233Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:55:33.8268582Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:55:33.8269923Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:55:33.8271237Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:55:33.8272541Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:55:33.8273856Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:55:33.8275173Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:55:35.7284602Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:55:35.7286087Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:55:35.7287510Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:55:35.7289174Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:55:35.7290618Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:55:35.7291952Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:55:35.7293374Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:55:35.7294685Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:55:35.7295931Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:55:35.7297312Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:55:35.7298772Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:55:35.7300339Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:55:35.7302289Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:55:35.7303759Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:55:35.7305218Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:55:35.7306528Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:55:35.7307725Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:55:35.7308987Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:55:35.7310258Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:55:35.7311550Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:55:35.7312833Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:55:35.7314021Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:55:35.7315107Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:55:35.7316135Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:55:35.7317200Z [ 18%] Completed 'flatcc_external_project' 2025-06-05T23:55:35.7317707Z [ 18%] Built target flatcc_external_project 2025-06-05T23:55:35.7318442Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:55:35.7319388Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:55:35.7320312Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:55:35.7321244Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:55:35.7322141Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:55:35.7323038Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:55:35.7323996Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:55:35.7324950Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:55:35.7326271Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:55:35.7327424Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:55:35.7328386Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:55:35.7329243Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:55:35.7330097Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:55:35.7331029Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:55:35.7332036Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:55:35.7333105Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:55:35.7334128Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:55:35.7335070Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:55:35.7336088Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:55:35.7337259Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:55:35.7338317Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:55:35.7339428Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:55:35.7340531Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:55:35.7341614Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:55:35.7342749Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:35.7343955Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:35.7345140Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:35.7346352Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:35.7347597Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:35.7348858Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:35.7350064Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:35.7350770Z [ 21%] Built target flatccrt 2025-06-05T23:55:35.7351287Z [100%] Linking CXX executable flatc 2025-06-05T23:55:35.7351739Z [100%] Built target flatc 2025-06-05T23:55:35.7352391Z [ 21%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:55:35.7352984Z [100%] Built target flatc 2025-06-05T23:55:35.7353433Z Install the project... 2025-06-05T23:55:35.7353835Z -- Install configuration: "" 2025-06-05T23:55:35.7354605Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:55:35.7355880Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:55:35.7357200Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:55:35.7358473Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:55:35.7359760Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:55:35.7361086Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:55:35.7362656Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:55:35.7364149Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:55:35.7365590Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:55:35.7367014Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:55:35.7368395Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:55:35.7369806Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:55:35.7371288Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:55:35.7372743Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:55:35.7374097Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:55:35.7375566Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:55:35.7376896Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:55:35.7378180Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:55:35.7379448Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:55:37.3023858Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:55:37.3025276Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:55:37.3026604Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:55:37.3027969Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:55:37.3029312Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:55:37.3030722Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:55:37.3032125Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:55:37.3033489Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:55:37.3034832Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:55:37.3036292Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:55:37.3037589Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:55:37.3038862Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:55:37.3040149Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:55:37.3041506Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:55:37.3042878Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:55:37.3044751Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:55:37.3046311Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:55:37.3047903Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:55:37.3049257Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:55:37.3050521Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:55:37.3052259Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:55:37.3053674Z [ 22%] Completed 'flatbuffers_external_project' 2025-06-05T23:55:37.3054227Z [ 22%] Built target flatbuffers_external_project 2025-06-05T23:55:37.3054817Z [ 22%] Generating common_schema headers 2025-06-05T23:55:37.3055430Z [ 22%] Built target common_schema 2025-06-05T23:55:37.3055970Z [ 22%] Generating program_schema headers 2025-06-05T23:55:37.3056445Z [ 22%] Built target program_schema 2025-06-05T23:55:37.3057269Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:55:37.3058369Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:55:37.3059661Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:55:37.3061117Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:55:37.3062506Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:55:37.3063673Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:55:37.3064775Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:55:37.3065921Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:55:37.3067072Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:55:37.3068236Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:55:37.3069411Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:55:37.3070683Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:55:37.3072083Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:55:37.3073367Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:55:37.3074545Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:55:37.3075656Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:55:37.3076785Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:55:37.3077932Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:55:37.3079082Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:55:37.3080202Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:55:37.3081565Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:55:37.3082596Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:55:37.3083149Z [ 29%] Built target executorch_core 2025-06-05T23:55:37.3083972Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:55:37.3085181Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:55:37.3086420Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:55:37.3087598Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:55:37.3088930Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:55:37.3090506Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:55:37.3091984Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:55:37.3093532Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:55:37.3094951Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:55:37.3096397Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:55:37.3097505Z [ 32%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:55:37.3098638Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:55:37.3100111Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:55:37.3101019Z [ 32%] Built target extension_threadpool 2025-06-05T23:55:37.3102994Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:55:37.3115461Z [ 34%] Linking CXX static library libexecutorch.a 2025-06-05T23:55:37.3116529Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:55:37.3117359Z [ 34%] Built target executorch 2025-06-05T23:55:37.3118296Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:55:37.3119716Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:55:37.3121184Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:55:37.3122694Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:55:37.3124193Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:55:37.3125620Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:55:37.3127040Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:55:37.3128483Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:55:37.3129910Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:55:37.3131324Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:55:37.3132837Z [ 38%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:55:39.6860306Z [ 38%] Built target kernels_util_all_deps 2025-06-05T23:55:39.6861878Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:55:39.6863336Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:55:39.6864625Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:55:39.6865841Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:55:39.6867064Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:55:39.6868443Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:55:39.6869711Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:55:39.6870975Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:55:39.6872384Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:55:39.6873606Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:55:39.6874792Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:55:39.6876002Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:55:39.6877230Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:55:39.6878486Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:55:39.6879738Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:55:39.6881043Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:55:39.6882336Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:55:39.6883557Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:55:39.6884801Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:55:39.6886046Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:55:39.6887280Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:55:39.6888553Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:55:39.6889865Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:55:39.6891195Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:55:39.6892623Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:55:39.6893963Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:55:39.6895212Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:55:39.6896416Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:55:39.6897698Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:55:39.6899232Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:55:39.6900553Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:55:39.6901811Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:55:39.6903290Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:55:39.6904604Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:55:39.6905990Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:55:39.6907282Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:55:39.6908669Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:55:39.6909915Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:55:39.6911233Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:55:39.6912481Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:55:39.6913777Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:55:39.6915035Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:55:39.6916226Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:55:39.6917478Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:39.6918738Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:55:39.6919942Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:55:39.6921166Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:55:39.6922362Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:55:39.6923618Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:55:39.6924888Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:55:39.6926104Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:55:39.6927331Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:55:39.6928567Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:55:39.6929843Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:55:39.6931137Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:55:39.6932461Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:55:39.6933703Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:55:39.6934964Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:55:39.6936170Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:55:39.6937377Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:55:39.6938917Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:55:39.6940125Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:55:39.6941338Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:55:39.6942576Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:55:39.6943835Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:55:39.6945088Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:55:39.6946457Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:55:39.6947755Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:55:39.6948966Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:55:39.6950288Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:55:39.6951586Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:55:39.6953000Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:55:39.6954315Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:55:39.6955550Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:55:39.6956783Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:55:39.6958020Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:55:42.2689796Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:55:42.2691325Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:55:42.2692768Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:55:42.2694113Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:55:42.2695447Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:55:42.2696746Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:55:42.2698008Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:55:42.2699288Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:55:42.2700632Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:55:42.2702128Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:55:42.2703467Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:55:42.2704835Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:55:42.2706383Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:55:42.2707816Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:55:42.2709589Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:55:42.2710848Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:55:42.2712114Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:55:42.2713363Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:55:42.2714588Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:55:42.2715870Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:55:42.2717479Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:55:42.2718907Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:55:42.2720293Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:55:42.2721840Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:55:42.2723206Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:55:42.2724497Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:55:42.2725762Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:55:42.2727001Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:55:42.2728333Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:55:42.2729695Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:55:42.2731118Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:55:42.2732649Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:55:42.2733919Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:55:42.2735139Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:55:42.2736353Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:55:42.2737610Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:55:42.2738906Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:55:42.2740282Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:55:42.2741681Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:55:42.2743076Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:55:42.2744394Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:55:42.2745679Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:55:42.2746974Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:55:42.2748517Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:55:42.2750027Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:55:42.2751458Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:55:42.2752852Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:55:42.2754162Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:55:42.2755516Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:55:42.2756781Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:55:42.2758184Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:55:42.2759617Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:55:42.2761015Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:55:42.2762303Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:55:42.2763637Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:55:42.2764973Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:55:42.2766295Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:55:42.2767575Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:55:42.2768840Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:55:42.2770069Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:55:42.2771347Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:55:42.2772832Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:55:42.2774120Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:55:42.2775434Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:55:42.2776849Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:55:42.2778193Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:55:42.2779507Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:55:42.2780835Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:55:42.2782071Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:55:42.2783404Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:55:42.2784644Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:55:42.2785880Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:55:42.2787103Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:55:42.2788540Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:55:42.2789862Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:56:13.5120400Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:56:13.5121734Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:56:13.5122954Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:56:13.5124231Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:56:13.5125603Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:56:13.5127304Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:56:13.5128737Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:56:13.5130147Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:56:13.5131595Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:56:13.5132975Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:56:13.5134294Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:56:13.5135558Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:56:13.5136785Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:56:13.5138211Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:56:13.5139873Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:56:13.5141459Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:56:13.5142951Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:56:13.5144420Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:56:13.5145830Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:56:13.5147226Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:56:13.5148629Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:56:13.5150050Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:56:13.5151404Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:56:13.5152737Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:56:13.5154099Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:56:13.5155480Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:56:13.5156929Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:56:13.5158622Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:56:13.5160068Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:56:13.5161409Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:56:13.5162774Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:56:13.5164141Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:56:13.5165476Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:56:13.5166525Z [ 96%] Linking CXX static library libportable_kernels.a 2025-06-05T23:56:13.5167164Z [ 96%] Built target portable_kernels 2025-06-05T23:56:13.5167872Z [ 96%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:56:13.5168640Z [ 97%] Generating code for kernel registration 2025-06-05T23:56:13.5170013Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:56:13.5171272Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:56:13.5171806Z [ 98%] Built target portable_ops_lib 2025-06-05T23:56:13.5172819Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:56:13.5174199Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:56:13.5175570Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:56:13.5176805Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:56:13.5178072Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:56:13.5179472Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:56:13.5180508Z [100%] Linking CXX executable executor_runner 2025-06-05T23:56:13.5180996Z [100%] Built target executor_runner 2025-06-05T23:56:13.5181383Z + [[ '' == *main* ]] 2025-06-05T23:56:13.5181677Z + [[ '' == *gh* ]] 2025-06-05T23:56:13.5182005Z + PYTHON_EXECUTABLE=python 2025-06-05T23:56:13.5182425Z + bash .ci/scripts/test_model.sh mv3 cmake portable 2025-06-05T23:56:13.5182909Z ++ dirname .ci/scripts/test_model.sh 2025-06-05T23:56:13.5183314Z + source .ci/scripts/utils.sh 2025-06-05T23:56:13.5183680Z + MODEL_NAME=mv3 2025-06-05T23:56:13.5183996Z + [[ -z mv3 ]] 2025-06-05T23:56:13.5184292Z + BUILD_TOOL=cmake 2025-06-05T23:56:13.5184603Z + [[ -z cmake ]] 2025-06-05T23:56:13.5184906Z + BACKEND=portable 2025-06-05T23:56:13.5185222Z + [[ -z portable ]] 2025-06-05T23:56:13.5185540Z + UPLOAD_DIR= 2025-06-05T23:56:13.5185833Z + [[ -z python ]] 2025-06-05T23:56:13.5186160Z + which python 2025-06-05T23:56:13.5186487Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:56:13.5186889Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:56:13.5187263Z + EXPORTED_MODEL=mv3 2025-06-05T23:56:13.5187604Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-06-05T23:56:13.5188053Z + echo 'Testing mv3 with portable kernels...' 2025-06-05T23:56:13.5188516Z Testing mv3 with portable kernels... 2025-06-05T23:56:13.5188908Z + test_model 2025-06-05T23:56:13.5189201Z + [[ mv3 == \l\l\a\m\a\2 ]] 2025-06-05T23:56:13.5189535Z + STRICT=--strict 2025-06-05T23:56:13.5189842Z + [[ mv3 == \l\l\a\v\a ]] 2025-06-05T23:56:13.5190177Z + [[ mv3 == \q\w\e\n\2\_\5 ]] 2025-06-05T23:56:13.5190538Z + [[ mv3 == \p\h\i\_\4\_\m\i\n\i ]] 2025-06-05T23:56:13.5191108Z + python -m examples.portable.scripts.export --model_name=mv3 --strict 2025-06-05T23:56:13.5192364Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-06-05T23:56:13.5193933Z Downloading: "https://download.pytorch.org/models/mobilenet_v3_small-047dcff4.pth" to /var/lib/ci-user/.cache/torch/hub/checkpoints/mobilenet_v3_small-047dcff4.pth 2025-06-05T23:56:13.5194930Z 2025-06-05T23:56:13.5195055Z 0% 0.00/9.83M [00:00 value. Or, use the ... syntax 2025-06-05T23:56:16.6012135Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:16.6012817Z to work with policies introduced by or earlier. 2025-06-05T23:56:16.6013167Z 2025-06-05T23:56:16.6013338Z  2025-06-05T23:56:16.6013831Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:56:16.6014451Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:56:16.6015039Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:56:16.6015533Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:56:16.6016168Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:56:16.6016790Z -- GCC_VERSION: 11 2025-06-05T23:56:16.6016978Z 2025-06-05T23:56:16.6018122Z -- 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:16.6020079Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:16.6021293Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:16.6021868Z CMake. 2025-06-05T23:56:16.6022136Z 2025-06-05T23:56:16.6022477Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:16.6023262Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:16.6023918Z to work with policies introduced by or earlier. 2025-06-05T23:56:16.6024275Z 2025-06-05T23:56:16.6024443Z  2025-06-05T23:56:16.6025287Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:16.6026298Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:16.6026865Z CMake. 2025-06-05T23:56:16.6027023Z 2025-06-05T23:56:16.6027452Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:16.6028233Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:16.6028889Z to work with policies introduced by or earlier. 2025-06-05T23:56:16.6029248Z 2025-06-05T23:56:16.6029409Z  2025-06-05T23:56:16.6029830Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:56:16.6030345Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:56:16.6030814Z -- Found Threads: TRUE 2025-06-05T23:56:16.6031744Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:16.6032785Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:16.6033413Z CMake. 2025-06-05T23:56:16.6033569Z 2025-06-05T23:56:16.6033877Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:16.6034636Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:16.6035292Z to work with policies introduced by or earlier. 2025-06-05T23:56:16.6035654Z 2025-06-05T23:56:16.6035818Z  2025-06-05T23:56:16.6036474Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:56:16.6037269Z -- Killing buck2 daemon 2025-06-05T23:56:16.6037945Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:56:16.6038710Z -- executorch: Generating source lists 2025-06-05T23:56:16.6039419Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:56:16.6040361Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:56:16.6041367Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:56:16.6042134Z -- Generating operator lib: 2025-06-05T23:56:16.6042507Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:16.6043056Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:56:16.6043623Z -- ROOT_OPS: 2025-06-05T23:56:16.6043924Z -- INCLUDE_ALL_OPS: 2025-06-05T23:56:16.6045594Z 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:16.6047143Z -- Generating kernel bindings: 2025-06-05T23:56:16.6047523Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:16.6048068Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:56:16.6048646Z -- CUSTOM_OPS_YAML: 2025-06-05T23:56:16.6048990Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:56:16.6051306Z 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:16.6053573Z -- Generating operator lib: 2025-06-05T23:56:16.6053946Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:16.6054406Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:56:16.6054834Z -- DEPS: executorch_core 2025-06-05T23:56:16.6055208Z -- Generating operator lib: 2025-06-05T23:56:16.6055584Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:56:16.6056140Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:56:16.6056702Z -- ROOT_OPS: 2025-06-05T23:56:16.6057002Z -- INCLUDE_ALL_OPS: 2025-06-05T23:56:16.6058712Z 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:16.6060255Z -- Generating kernel bindings: 2025-06-05T23:56:16.6060641Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:56:16.6061292Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:56:16.6061899Z -- CUSTOM_OPS_YAML: 2025-06-05T23:56:16.6062242Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:56:16.6064613Z 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:16.6066767Z -- Generating operator lib: 2025-06-05T23:56:16.6067146Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:56:16.6067547Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:56:16.6067947Z -- DEPS: executorch_core 2025-06-05T23:56:16.6068314Z -- Merging kernel yaml files: 2025-06-05T23:56:16.6068967Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:56:16.6069943Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:56:16.6070734Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-06-05T23:56:16.6071253Z -- Generating operator lib: 2025-06-05T23:56:16.6071648Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:56:16.6072279Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-06-05T23:56:16.6072875Z -- ROOT_OPS: 2025-06-05T23:56:16.6073175Z -- INCLUDE_ALL_OPS: 2025-06-05T23:56:16.6074970Z 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:16.6076558Z -- Generating kernel bindings: 2025-06-05T23:56:16.6076966Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:56:16.6077588Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-06-05T23:56:16.6078202Z -- CUSTOM_OPS_YAML: 2025-06-05T23:56:16.6078560Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:56:16.6081040Z 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:16.6083244Z -- Generating operator lib: 2025-06-05T23:56:16.6083632Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:56:16.6084172Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:56:16.6084692Z -- DEPS: executorch_core 2025-06-05T23:56:16.6085487Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:56:19.2937353Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:19.2938073Z CMake. 2025-06-05T23:56:19.2938234Z 2025-06-05T23:56:19.2938576Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:19.2939664Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:19.2940459Z to work with policies introduced by or earlier. 2025-06-05T23:56:19.2940843Z 2025-06-05T23:56:19.2941168Z  2025-06-05T23:56:19.2941461Z -- Looking for C++ include unistd.h 2025-06-05T23:56:19.2941906Z -- Looking for C++ include unistd.h - found 2025-06-05T23:56:19.2942349Z -- Looking for C++ include stdint.h 2025-06-05T23:56:19.2942770Z -- Looking for C++ include stdint.h - found 2025-06-05T23:56:19.2943220Z -- Looking for C++ include inttypes.h 2025-06-05T23:56:19.2943666Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:56:19.2944126Z -- Looking for C++ include sys/types.h 2025-06-05T23:56:19.2944573Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:56:19.2945033Z -- Looking for C++ include sys/stat.h 2025-06-05T23:56:19.2945621Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:56:19.2946105Z -- Looking for C++ include fnmatch.h 2025-06-05T23:56:19.2946544Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:56:19.2946990Z -- Looking for C++ include stddef.h 2025-06-05T23:56:19.2947416Z -- Looking for C++ include stddef.h - found 2025-06-05T23:56:19.2948036Z -- Check size of uint32_t 2025-06-05T23:56:19.2948404Z -- Check size of uint32_t - done 2025-06-05T23:56:19.2948776Z -- Looking for strtoll 2025-06-05T23:56:19.2949123Z -- Looking for strtoll - found 2025-06-05T23:56:19.2949498Z -- Configuring done (4.8s) 2025-06-05T23:56:19.2949861Z -- Generating done (0.2s) 2025-06-05T23:56:19.2950343Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:56:19.2950940Z + cmake --build cmake-out -j4 --config Debug 2025-06-05T23:56:19.2951694Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:56:19.2952898Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:56:19.2954255Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:56:19.2955572Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:56:19.2956658Z [ 1%] No download step for 'flatbuffers_external_project' 2025-06-05T23:56:19.2957427Z [ 1%] No update step for 'flatbuffers_external_project' 2025-06-05T23:56:19.2958169Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:56:19.2959000Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:56:19.2959672Z CMake Warning: 2025-06-05T23:56:19.2960096Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:56:19.2960474Z 2025-06-05T23:56:19.2960634Z  2025-06-05T23:56:19.2960967Z fatal: No names found, cannot describe anything. 2025-06-05T23:56:19.2961617Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:56:19.2962145Z git describe failed with exit code: 128 2025-06-05T23:56:19.2962445Z 2025-06-05T23:56:19.2962684Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:56:19.2963202Z Call Stack (most recent call first): 2025-06-05T23:56:19.2963621Z CMakeLists.txt:5 (include) 2025-06-05T23:56:19.2963861Z 2025-06-05T23:56:19.2964018Z  2025-06-05T23:56:19.2964321Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:56:19.2965335Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:56:19.2966719Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:56:19.2967547Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:56:19.2968022Z -- Detecting CXX compiler ABI info 2025-06-05T23:56:19.2969009Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:56:19.2970512Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:56:19.2971934Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:56:19.2972973Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:56:19.2973518Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:56:19.2974531Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:56:19.2975473Z [ 3%] Linking C static library libpthreadpool.a 2025-06-05T23:56:19.2975986Z -- Detecting CXX compile features 2025-06-05T23:56:19.2976405Z -- Detecting CXX compile features - done 2025-06-05T23:56:19.2976835Z -- Looking for strtof_l 2025-06-05T23:56:19.2977175Z [ 3%] Built target pthreadpool 2025-06-05T23:56:19.2978198Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:56:19.2979545Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:56:19.2980994Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:56:19.2982357Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:56:19.2983160Z -- Looking for strtof_l - found 2025-06-05T23:56:19.2983548Z -- Looking for strtoull_l 2025-06-05T23:56:19.2984494Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:56:19.2985900Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:56:19.2986741Z -- Looking for strtoull_l - found 2025-06-05T23:56:19.2987133Z -- Looking for realpath 2025-06-05T23:56:19.2988058Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:56:19.2989508Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:56:19.2990978Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:56:19.2992080Z [ 5%] Linking CXX static library libgflags_nothreads_debug.a 2025-06-05T23:56:19.2992648Z -- Looking for realpath - found 2025-06-05T23:56:19.2993104Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:56:19.2993582Z -- Configuring done (0.7s) 2025-06-05T23:56:19.2993953Z -- Generating done (0.0s) 2025-06-05T23:56:19.2994974Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:56:19.2996028Z [ 5%] Built target gflags_nothreads_static 2025-06-05T23:56:19.2996748Z [ 5%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:56:19.2997934Z [ 5%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:56:19.2999063Z [ 5%] Creating directories for 'flatcc_external_project' 2025-06-05T23:56:19.3000187Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:56:19.3001261Z [ 5%] No download step for 'flatcc_external_project' 2025-06-05T23:56:19.3002232Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:56:19.3003026Z [ 5%] No update step for 'flatcc_external_project' 2025-06-05T23:56:19.3003734Z [ 6%] No patch step for 'flatcc_external_project' 2025-06-05T23:56:19.3004510Z [ 6%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:56:19.3005453Z CMake Warning: 2025-06-05T23:56:19.3005866Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:56:19.3006366Z 2025-06-05T23:56:19.3006534Z  2025-06-05T23:56:19.3007128Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:56:19.3007905Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:19.3008476Z CMake. 2025-06-05T23:56:19.3008630Z 2025-06-05T23:56:19.3008935Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:19.3009698Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:19.3010355Z to work with policies introduced by or earlier. 2025-06-05T23:56:19.3010715Z 2025-06-05T23:56:19.3010873Z  2025-06-05T23:56:19.3011822Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:56:19.3012826Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:56:19.3013295Z -- Detecting C compiler ABI info 2025-06-05T23:56:19.3014251Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:56:19.3015862Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:56:19.3017029Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:56:19.3017654Z -- Detecting C compiler ABI info - done 2025-06-05T23:56:19.3018185Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:56:19.3018700Z -- Detecting C compile features 2025-06-05T23:56:19.3019106Z -- Detecting C compile features - done 2025-06-05T23:56:19.3019619Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:56:19.3020243Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:56:19.3020853Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:56:19.3021352Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:56:19.3021988Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:56:19.3022610Z -- GCC_VERSION: 11 2025-06-05T23:56:19.3022808Z 2025-06-05T23:56:19.3023958Z -- 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:19.3025365Z -- Configuring done (0.2s) 2025-06-05T23:56:19.3026300Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:56:19.3027137Z -- Generating done (0.0s) 2025-06-05T23:56:19.3028027Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:56:19.3029228Z [ 8%] Performing build step for 'flatcc_external_project' 2025-06-05T23:56:19.3030081Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:56:19.3031266Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:56:19.3032715Z [ 8%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:56:19.3033870Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:56:21.2326578Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:56:21.2329474Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:56:21.2330697Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:56:21.2331901Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:56:21.2333456Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:56:21.2334387Z [ 8%] Linking C static library libcpuinfo.a 2025-06-05T23:56:21.2335137Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:56:21.2336023Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:56:21.2336649Z [ 8%] Built target cpuinfo 2025-06-05T23:56:21.2337575Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:56:21.2338985Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:56:21.2340180Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:56:21.2341620Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:56:21.2342903Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:56:21.2344048Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:56:21.2344857Z [ 21%] Built target flatccrt 2025-06-05T23:56:21.2345709Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:56:21.2347129Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:56:21.2348502Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:56:21.2349967Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:56:21.2351479Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:56:21.2352852Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:56:21.2354184Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:56:21.2355655Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:56:21.2357060Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:56:21.2358219Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:56:21.2359231Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:56:21.2360648Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:56:21.2362088Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:56:21.2363574Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:56:21.2365046Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:56:21.2366275Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:56:21.2367652Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:56:21.2369140Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:56:21.2370317Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:56:21.2371490Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:56:21.2373299Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:56:21.2374643Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:56:21.2375883Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:56:21.2377350Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:56:21.2378796Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:56:21.2380025Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:56:21.2381478Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:56:21.2382948Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:56:21.2384153Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:56:21.2385431Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:56:21.2386921Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:56:21.2388144Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:56:21.2389477Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:56:21.2390964Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:56:21.2392098Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:56:21.2393301Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:56:21.2394454Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:56:21.2395724Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:56:21.2397180Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:56:21.2398309Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:56:21.2399813Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:56:21.2401242Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:56:21.2402526Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:56:21.2403713Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:56:21.2405250Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:56:21.2406452Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:56:21.2407450Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:56:21.2408609Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:56:21.2409647Z [ 16%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:56:21.2410476Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:56:21.2411326Z [ 16%] Built target cpuinfo_internals 2025-06-05T23:56:21.2412530Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:56:21.2413721Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:56:21.2414715Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:56:21.2415556Z [ 16%] Linking CXX static library libeigen_blas.a 2025-06-05T23:56:21.2416405Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:56:21.2417436Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:56:21.2418379Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:56:21.2419460Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:56:21.2420530Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:56:21.2421596Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:56:21.2422798Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:56:21.2423851Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:56:21.2424831Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:56:21.2425811Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:56:21.2426875Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:56:21.5587744Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:56:21.5588873Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:56:21.5589598Z [ 93%] Built target flatcc 2025-06-05T23:56:21.5590254Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:56:21.5591158Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:56:21.5592145Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:56:21.5593129Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:56:21.5593746Z [100%] Built target flatcc_cli 2025-06-05T23:56:21.5594380Z [ 16%] Performing install step for 'flatcc_external_project' 2025-06-05T23:56:21.5594954Z [ 21%] Built target flatccrt 2025-06-05T23:56:21.5595314Z [ 93%] Built target flatcc 2025-06-05T23:56:21.5595663Z [100%] Built target flatcc_cli 2025-06-05T23:56:21.5596144Z Install the project... 2025-06-05T23:56:21.5596542Z -- Install configuration: "" 2025-06-05T23:56:21.5597242Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:56:21.5598362Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:56:21.5599607Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:56:21.5600882Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:56:21.5602335Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:56:21.5603604Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:56:21.5604868Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:56:21.5606468Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:56:21.5607861Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:56:21.5609179Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:56:21.5610483Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:56:21.5611732Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:56:21.5613089Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:56:21.5614403Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:56:21.5615820Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:56:21.5617123Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:56:21.5618991Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:56:21.5620258Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:56:21.5621615Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:56:21.5623207Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:56:21.5624639Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:56:21.5625904Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:56:21.5627125Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:56:21.5628347Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:56:21.5629617Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:56:21.5630931Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:56:21.5632427Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:56:21.5633784Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:56:21.5635097Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:56:21.5636415Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:56:21.5637765Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:56:21.5639266Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:56:21.5640649Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:56:21.5642034Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:56:21.5643480Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:56:21.5644925Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:56:21.5646581Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:56:21.5648005Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:56:21.5649367Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:56:21.5650679Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:56:21.5651956Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:56:21.5653481Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:56:21.5654864Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:56:21.5656273Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:56:21.5657702Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:56:21.5659048Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:56:21.5660383Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:56:21.5661683Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:56:21.5663012Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:56:21.5664332Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:56:21.5665669Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:56:21.5667020Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:56:21.5668331Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:56:21.5669644Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:56:21.5670957Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:56:21.5672291Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:56:21.5673640Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:56:21.5675055Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:56:21.5676443Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:56:21.5677756Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:56:21.5679049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:56:21.5680367Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:56:21.5681684Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:56:24.1127194Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:56:24.1128809Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:56:24.1130091Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:56:24.1131519Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:56:24.1133165Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:56:24.1134665Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:56:24.1136248Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:56:24.1137753Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:56:24.1139069Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:56:24.1140417Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:56:24.1141670Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:56:24.1142945Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:56:24.1144223Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:56:24.1145516Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:56:24.1146706Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:56:24.1147839Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:56:24.1148877Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:56:24.1149911Z [ 16%] Completed 'flatcc_external_project' 2025-06-05T23:56:24.1150719Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:56:24.1151366Z [ 16%] Built target flatcc_external_project 2025-06-05T23:56:24.1152090Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:56:24.1164306Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:56:24.1165432Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:56:24.1166417Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:56:24.1167388Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:56:24.1168402Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:56:24.1169455Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:56:24.1170385Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:56:24.1171251Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:56:24.1172214Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:56:24.1173118Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:56:24.1174128Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:56:24.1175107Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:56:24.1176311Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:56:24.1177007Z [ 16%] Built target eigen_blas 2025-06-05T23:56:24.1177718Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:56:24.1178787Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:56:24.1179907Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:56:24.1181039Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:56:24.1182212Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:56:24.1183321Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:56:24.1184492Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:56:24.1185878Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:56:24.1187131Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:56:24.1188339Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:56:24.1189502Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:56:24.1190687Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:56:24.1191830Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:56:24.1192960Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt_d.a 2025-06-05T23:56:24.1193685Z [ 17%] Built target flatccrt 2025-06-05T23:56:24.1194191Z [100%] Linking CXX executable flatc 2025-06-05T23:56:24.1194625Z [100%] Built target flatc 2025-06-05T23:56:24.1195275Z [ 17%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:56:24.1195867Z [100%] Built target flatc 2025-06-05T23:56:24.1196370Z Install the project... 2025-06-05T23:56:24.1196772Z -- Install configuration: "" 2025-06-05T23:56:24.1197536Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:56:24.1198812Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:56:24.1200128Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:56:24.1201414Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:56:24.1202908Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:56:24.1204235Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:56:24.1205615Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:56:24.1207016Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:56:24.1208444Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:56:24.1209870Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:56:24.1211259Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:56:24.1212988Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:56:24.1214514Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:56:24.1215863Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:56:24.1217206Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:56:24.1218580Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:56:24.1219900Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:56:24.1221280Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:56:24.1222560Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:56:24.1223880Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:56:24.1225321Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:56:24.1226643Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:56:24.1227995Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:56:24.1229325Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:56:24.1230738Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:56:24.1232136Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:56:24.1233498Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:56:26.7954898Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:56:26.7956315Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:56:26.7957617Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:56:26.7958898Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:56:26.7960211Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:56:26.7961584Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:56:26.7962956Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:56:26.7964402Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:56:26.7965926Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:56:26.7967520Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:56:26.7968877Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:56:26.7970137Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:56:26.7972224Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:56:26.7973647Z [ 17%] Completed 'flatbuffers_external_project' 2025-06-05T23:56:26.7974186Z [ 17%] Built target flatbuffers_external_project 2025-06-05T23:56:26.7974779Z [ 17%] Generating common_schema headers 2025-06-05T23:56:26.7975241Z [ 17%] Built target common_schema 2025-06-05T23:56:26.7975766Z [ 18%] Generating program_schema headers 2025-06-05T23:56:26.7976269Z [ 18%] Built target program_schema 2025-06-05T23:56:26.7977080Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:56:26.7978187Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:56:26.7979623Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:56:26.7981095Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:56:26.7982572Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:56:26.7983718Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:56:26.7984817Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:56:26.7985954Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:56:26.7987106Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:56:26.7988258Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:56:26.7989436Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:56:26.7990719Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:56:26.7992035Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:56:26.7993312Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:56:26.7994482Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:56:26.7995588Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:56:26.7996703Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:56:26.7997870Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:56:26.7999037Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:56:26.8000156Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:56:26.8001336Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:56:26.8002915Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:56:26.8003463Z [ 22%] Built target executorch_core 2025-06-05T23:56:26.8004285Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:56:26.8005522Z [ 22%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:56:26.8006719Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:56:26.8008037Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:56:26.8009876Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:56:26.8011202Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:56:26.8012651Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:56:26.8014104Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:56:26.8015514Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:56:26.8016878Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:56:26.8018026Z [ 24%] Linking CXX static library libexecutorch.a 2025-06-05T23:56:26.8019128Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:56:26.8020603Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:56:26.8021601Z [ 25%] Built target executorch 2025-06-05T23:56:26.8022571Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:56:26.8023673Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:56:26.8024246Z [ 25%] Built target extension_threadpool 2025-06-05T23:56:26.8025230Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:56:26.8026619Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:56:26.8028057Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:56:26.8029533Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:56:26.8031052Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:56:26.8032552Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:56:26.8033975Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:56:26.8035402Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:56:26.8036863Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:56:26.8038309Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:56:26.8039744Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:56:26.8041217Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:56:26.8042747Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:56:26.8044168Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:56:26.8045225Z [ 28%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:56:26.8046337Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:56:26.8047182Z [ 28%] Built target kernels_util_all_deps 2025-06-05T23:56:26.8048189Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:56:26.8049537Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:56:26.8050894Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:56:26.8052338Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:56:30.2513529Z 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:30.2514740Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:56:30.2516145Z 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:30.2517327Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:56:30.2518287Z from /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp:17: 2025-06-05T23:56:30.2521131Z /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:30.2524822Z /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:30.2526711Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:56:30.2527192Z | ^ 2025-06-05T23:56:30.2528009Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:56:30.2529498Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:56:30.2530916Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:56:30.2532353Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:56:30.2533330Z [ 29%] Linking CXX static library libcpublas.a 2025-06-05T23:56:30.2533816Z [ 29%] Built target cpublas 2025-06-05T23:56:30.2534730Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:56:30.2536098Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:56:30.2537458Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:56:30.2538827Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:56:30.2540229Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:56:30.2541619Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:56:30.2543014Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:56:30.2544463Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:56:30.2545816Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:56:30.2547351Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:56:30.2548835Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:56:30.2550158Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:56:30.2551453Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:56:30.2552814Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:56:30.2554185Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:56:30.2555592Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:56:30.2557074Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:56:30.2558452Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:56:30.2559976Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:56:30.2561449Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:56:30.2562758Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:56:30.2564100Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:56:30.2565492Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:56:30.2566830Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:56:30.2568163Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:56:30.2569531Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:56:30.2570940Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:56:30.2572398Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:56:30.2573780Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:56:30.2575100Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:56:30.2576523Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:56:30.2577896Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:56:30.2579264Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:56:30.2580781Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:56:30.2582250Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:56:30.2583541Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:56:30.2584818Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:56:30.2586163Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:56:30.2587682Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:56:30.2589040Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:56:30.2590406Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:56:30.2591865Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:56:30.2593264Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:56:30.2594531Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:56:30.2595926Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:56:30.2597343Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:56:30.2598740Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:56:30.2600131Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:56:30.2601394Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:56:30.2602903Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:56:30.2604217Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:56:30.2605469Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:56:30.2606816Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:56:30.2608219Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:56:30.2609574Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:56:30.2610866Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:56:34.4209425Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:56:34.4211165Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:56:34.4212666Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:56:34.4214090Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:56:34.4215595Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:56:34.4216939Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:56:34.4218411Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:56:34.4219713Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:56:34.4221009Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:56:34.4222429Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:56:34.4223747Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:56:34.4225393Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:56:34.4226788Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:56:34.4228212Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:56:34.4229585Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:56:34.4230892Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:56:34.4232182Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:56:34.4233719Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:56:34.4235180Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:56:34.4236517Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:56:34.4237958Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:56:34.4239296Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:56:34.4240635Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:56:34.4241903Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:56:34.4243245Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:56:34.4244641Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:56:34.4246052Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:56:34.4247462Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:56:34.4248791Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:56:34.4250097Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:56:34.4251563Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:56:34.4253917Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:56:34.4255170Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:56:34.4256380Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:56:34.4257643Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:56:34.4258993Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:56:34.4260259Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:56:34.4261496Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:56:34.4262802Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:56:34.4264109Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:56:34.4265613Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:56:34.4267012Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:56:34.4268383Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:56:34.4269754Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:56:34.4271147Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:56:34.4272466Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:56:34.4273921Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:56:34.4275381Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:56:34.4276700Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:56:34.4277994Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:56:34.4279330Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:56:34.4280765Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:56:34.4282100Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:56:34.4283382Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:56:34.4284766Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:56:34.4286161Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:56:34.4287523Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:56:34.4288818Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:56:34.4290035Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:56:34.4291295Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:56:34.4292741Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:56:34.4294034Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:56:34.4295272Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:56:34.4296499Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:56:34.4297840Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:56:34.4299161Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:56:34.4300431Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:56:34.4301712Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:56:34.4303330Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:56:34.4304651Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:56:34.4306253Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:56:34.4307498Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:56:34.4308862Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:56:38.6790187Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:56:38.6791630Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:56:38.6792901Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:56:38.6794604Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:56:38.6796043Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:56:38.6797519Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:56:38.6799124Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:56:38.6800461Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:56:38.6801781Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:56:38.6804631Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:56:38.6805904Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:56:38.6807094Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:56:38.6808318Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:56:38.6809612Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:56:38.6810874Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:56:38.6812280Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:56:38.6813519Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:56:38.6814841Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:56:38.6816171Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:56:38.6817479Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:56:38.6818769Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:56:38.6820046Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:56:38.6821318Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:56:38.6822525Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:56:38.6823776Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:56:38.6825104Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:56:38.6826752Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:56:38.6828281Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:56:38.6829605Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:56:38.6830932Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:56:38.6832266Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:56:38.6833501Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:56:38.6834913Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:56:38.6836321Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:56:38.6837757Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:56:38.6839218Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:56:38.6840504Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:56:38.6841914Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:56:38.6843359Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:56:38.6844672Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:56:38.6845950Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:56:38.6847352Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:56:38.6848709Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:56:38.6849971Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:56:38.6851308Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:56:38.6852786Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:56:38.6854229Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:56:38.6855597Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:56:38.6856957Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:56:38.6858492Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:56:38.6859963Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:56:38.6861227Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:56:38.6862484Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:56:38.6863697Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:56:38.6864989Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:56:38.6866463Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:56:38.6867759Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:56:38.6868980Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:56:38.6870274Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:56:38.6871641Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:56:38.6872990Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:56:38.6874346Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:56:38.6875806Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:56:38.6877199Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:56:38.6878672Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:56:38.6880103Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:56:38.6881424Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:56:38.6882614Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:56:38.6883849Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:56:38.6885230Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:56:38.6886581Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:56:38.6887896Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:56:38.6889237Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:56:42.8163213Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:56:42.8164671Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:56:42.8166096Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:56:42.8167413Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:56:42.8168643Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:56:42.8170042Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:56:42.8171447Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:56:42.8172906Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:56:42.8174165Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:56:42.8175489Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:56:42.8176854Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:56:42.8178242Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:56:42.8180117Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:56:42.8181498Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:56:42.8182772Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:56:42.8184025Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:56:42.8185305Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:56:42.8186605Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:56:42.8188303Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:56:42.8189772Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:56:42.8191301Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:56:42.8192676Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:56:42.8194035Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:56:42.8195331Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:56:42.8196551Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:56:42.8197789Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:56:42.8199144Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:56:42.8200490Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:56:42.8201797Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:56:42.8203237Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:56:42.8204607Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:56:42.8205988Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:56:42.8207297Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:56:42.8208629Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:56:42.8210070Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:56:42.8211438Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:56:42.8212756Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:56:42.8213941Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:56:42.8215316Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:56:42.8216678Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:56:42.8217940Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:56:42.8219655Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:56:42.8221007Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:56:42.8222310Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:56:42.8223643Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:56:42.8225012Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:56:42.8226446Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:56:42.8227938Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:56:42.8229235Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:56:42.8230521Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:56:42.8231946Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:56:42.8233222Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:56:42.8234427Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:56:42.8235658Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:56:42.8237065Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:56:42.8238430Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:56:42.8239654Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:56:42.8240900Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:56:42.8242296Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:56:42.8243654Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:56:42.8244938Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:56:42.8246226Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:56:42.8247609Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:56:42.8248988Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:56:42.8250276Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:56:42.8251590Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:56:42.8253109Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:56:42.8254523Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:56:42.8255903Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:56:42.8257320Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:56:42.8258936Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:56:42.8260201Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:56:42.8261508Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:56:47.0612205Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:56:47.0613584Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:56:47.0614898Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:56:47.0616873Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:56:47.0618352Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:56:47.0619822Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:56:47.0621296Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:56:47.0622831Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:56:47.0624431Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:56:47.0625923Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:56:47.0627364Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:56:47.0628790Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:56:47.0630249Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:56:47.0631684Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:56:47.0633122Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:56:47.0635100Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:56:47.0636458Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:56:47.0638234Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:56:47.0639815Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:56:47.0641360Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:56:47.0642896Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:56:47.0644400Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:56:47.0645875Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:56:47.0647363Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:56:47.0648881Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:56:47.0650736Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:56:47.0652506Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:56:47.0654122Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:56:47.0655666Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:56:47.0657127Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:56:47.0658601Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:56:47.0660185Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:56:47.0661796Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:56:47.0663359Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:56:47.0665034Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:56:47.0666693Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:56:47.0668184Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:56:47.0669690Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:56:47.0671219Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:56:47.0672859Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:56:47.0674456Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:56:47.0675654Z [ 87%] Linking CXX static library libportable_kernels.a 2025-06-05T23:56:47.0676923Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:56:47.0678479Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:56:47.0679976Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:56:47.0681446Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:56:47.0682941Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:56:47.0684443Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:56:47.0685928Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:56:47.0687432Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:56:47.0688936Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:56:47.0690496Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:56:47.0692127Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:56:47.0693635Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:56:47.0695465Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:56:47.0697082Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:56:47.0698674Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:56:47.0700319Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:56:47.0702638Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:56:47.0704378Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:56:47.0706033Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:56:47.0707546Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:56:47.0709063Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:56:47.0710426Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:56:47.0711972Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:56:47.0712964Z [ 91%] Built target portable_kernels 2025-06-05T23:56:47.0714186Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:56:47.0715939Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:56:47.0717559Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:56:47.0719142Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:56:49.8828787Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:56:49.8830543Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:56:49.8832569Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:56:49.8834283Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:56:49.8836044Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:56:49.8837678Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:56:49.8839347Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:56:49.8841019Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:56:49.8842741Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:56:49.8844491Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:56:49.8846229Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:56:49.8848315Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:56:49.8849983Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:56:49.8851633Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:56:49.8853327Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:56:49.8854864Z [ 94%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:56:49.8856247Z [ 94%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:56:49.8857780Z [ 94%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:56:49.8858994Z [ 94%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:56:49.8860196Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:56:49.8861796Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:56:49.8863547Z 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:49.8864886Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:56:49.8866078Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h:10, 2025-06-05T23:56:49.8867112Z from /pytorch/executorch/kernels/optimized/cpu/op_elu.cpp:9: 2025-06-05T23:56:49.8869778Z /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:49.8877838Z /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:49.8879742Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:56:49.8880176Z | ^ 2025-06-05T23:56:49.8881068Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:56:49.8882354Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:56:49.8883662Z [ 95%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:56:49.8884958Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:56:49.8886206Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:56:49.8887464Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:56:49.8888688Z 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:49.8889859Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:56:49.8890912Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:11, 2025-06-05T23:56:49.8892391Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-06-05T23:56:49.8895312Z /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:49.8899212Z /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:49.8901086Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:56:49.8901528Z | ^ 2025-06-05T23:56:49.8902802Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:56:49.8904109Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:56:49.8905318Z 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:49.8906592Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:56:49.8907694Z 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:49.8908835Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:56:49.8909779Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-06-05T23:56:49.8912244Z /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:49.8915916Z /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:49.8917950Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:56:49.8918399Z | ^ 2025-06-05T23:56:49.8919268Z [ 96%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:56:49.8920605Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:56:49.8921933Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:56:49.8923530Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:56:49.8926866Z /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:49.8933024Z /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:49.8936717Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:49.8938693Z /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:49.8940219Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:56:49.8940897Z | ^~~~~~~~~~~~~~ 2025-06-05T23:56:49.8944084Z /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:49.8950463Z /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:49.8954421Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:49.8956427Z /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:49.8960391Z /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:49.8965420Z /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:49.8971294Z /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:49.8974935Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:49.8976889Z /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:49.8978342Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:56:49.8979528Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:49.8983134Z /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:49.8988372Z /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:49.8996364Z /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:49.9000144Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:49.9002338Z /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:49.9003749Z In file included from /usr/include/c++/11/utility:70, 2025-06-05T23:56:49.9004251Z from /usr/include/c++/11/array:38, 2025-06-05T23:56:49.9004867Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-05T23:56:49.9005687Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-05T23:56:49.9006539Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:56:49.9007400Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-05T23:56:49.9011083Z /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:49.9018025Z /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:49.9023033Z /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:49.9029176Z /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:49.9032746Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:49.9034560Z /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:49.9035661Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-05T23:56:49.9036065Z | ^~~~~~~~~ 2025-06-05T23:56:49.9039435Z /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:49.9045369Z /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:49.9050394Z /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:49.9056749Z /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:49.9060304Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:56:49.9061965Z /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:49.9065588Z /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:49.9069386Z /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:49.9070874Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:56:49.9071425Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:56:49.9074658Z /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:49.9078563Z /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:49.9082391Z /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:49.9086145Z /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:49.9087399Z 27 | void layer_norm( 2025-06-05T23:56:49.9087725Z | ^~~~~~~~~~ 2025-06-05T23:56:49.9090613Z /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:49.9094327Z /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:49.9095889Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:56:49.9098492Z /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:49.9101613Z /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:49.9103202Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:56:49.9103914Z | ^~~~~~~~~~~~~~ 2025-06-05T23:56:49.9106142Z /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:49.9109312Z /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:49.9114635Z /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:49.9118125Z /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:49.9119561Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:56:49.9120105Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:19.0914136Z /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:57:19.0917720Z /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:57:19.0919312Z In file included from /usr/include/c++/11/utility:70, 2025-06-05T23:57:19.0919972Z from /usr/include/c++/11/array:38, 2025-06-05T23:57:19.0920577Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-05T23:57:19.0921395Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-05T23:57:19.0922251Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:57:19.0923333Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-05T23:57:19.0926216Z /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-05T23:57:19.0929223Z /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:57:19.0930518Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-05T23:57:19.0930967Z | ^~~~~~~~~ 2025-06-05T23:57:19.0933294Z /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-05T23:57:19.0936652Z /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:57:19.0938865Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:57:19.0939830Z [ 97%] Built target optimized_portable_kernels 2025-06-05T23:57:19.0940696Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:57:19.0942298Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:57:19.0943984Z [ 97%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:57:19.0945211Z [ 97%] Generating code for kernel registration 2025-06-05T23:57:19.0946181Z [ 98%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:57:19.0947002Z [ 98%] Built target optimized_kernels 2025-06-05T23:57:19.0947897Z [ 98%] Generating selected_operators.yaml for optimized_ops_lib 2025-06-05T23:57:19.0948764Z [ 98%] Merging kernel yaml files 2025-06-05T23:57:19.0949828Z [ 99%] Generating code for kernel registration 2025-06-05T23:57:19.0950997Z [ 99%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:57:19.0952857Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:57:19.0954480Z [ 99%] Generating code for kernel registration 2025-06-05T23:57:19.0955263Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:57:19.0955873Z [ 99%] Built target portable_ops_lib 2025-06-05T23:57:19.0957188Z [ 99%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:57:19.0958639Z [ 99%] Linking CXX static library liboptimized_ops_lib.a 2025-06-05T23:57:19.0959580Z [ 99%] Built target optimized_ops_lib 2025-06-05T23:57:19.0961083Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:57:19.0962963Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:57:19.0967380Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:57:19.0968568Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:57:19.0969996Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:57:19.0971270Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:57:19.0972605Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:57:19.0973970Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:57:19.0975453Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:57:19.0976493Z [100%] Linking CXX executable executor_runner 2025-06-05T23:57:19.0977106Z [100%] Built target executor_runner 2025-06-05T23:57:19.0977586Z + ./cmake-out/executor_runner --model_path ./mv3.pte 2025-06-05T23:57:19.0978337Z I 00:00:00.000909 executorch:cpuinfo_utils.cpp:71] Reading file /sys/devices/soc0/image_version 2025-06-05T23:57:19.0979647Z I 00:00:00.000965 executorch:cpuinfo_utils.cpp:87] Failed to open midr file /sys/devices/soc0/image_version 2025-06-05T23:57:19.0981014Z I 00:00:00.000979 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-06-05T23:57:19.0982381Z I 00:00:00.001044 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu1/regs/identification/midr_el1 2025-06-05T23:57:19.0983851Z I 00:00:00.001077 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu2/regs/identification/midr_el1 2025-06-05T23:57:19.0985370Z I 00:00:00.001102 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu3/regs/identification/midr_el1 2025-06-05T23:57:19.0987004Z I 00:00:00.001129 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu4/regs/identification/midr_el1 2025-06-05T23:57:19.0988528Z I 00:00:00.001154 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu5/regs/identification/midr_el1 2025-06-05T23:57:19.0990140Z I 00:00:00.001181 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu6/regs/identification/midr_el1 2025-06-05T23:57:19.0991732Z I 00:00:00.001212 executorch:cpuinfo_utils.cpp:100] Reading file /sys/devices/system/cpu/cpu7/regs/identification/midr_el1 2025-06-05T23:57:19.0993059Z I 00:00:00.001238 executorch:executor_runner.cpp:142] Resetting threadpool with num threads = 8 2025-06-05T23:57:19.0994456Z I 00:00:00.006079 executorch:executor_runner.cpp:166] Model file ./mv3.pte is loaded. 2025-06-05T23:57:19.0995630Z I 00:00:00.006132 executorch:executor_runner.cpp:175] Using method forward 2025-06-05T23:57:19.0996759Z I 00:00:00.006153 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 4898816. 2025-06-05T23:57:19.0997742Z I 00:00:00.013904 executorch:executor_runner.cpp:251] Method loaded. 2025-06-05T23:57:19.0998846Z I 00:00:18.751651 executorch:executor_runner.cpp:286] Model executed successfully 1 time(s) in 18736.911171 ms. 2025-06-05T23:57:19.0999965Z I 00:00:18.751689 executorch:executor_runner.cpp:295] 1 outputs: 2025-06-05T23:57:19.1000753Z Output 0: tensor(sizes=[1, 1000], [ 2025-06-05T23:57:19.1001606Z -0.0297926, -0.116332, 0.23458, -0.11512, 0.284117, 1.3327, -1.20211, -0.418154, -0.861438, 0.96267, 2025-06-05T23:57:19.1003541Z 2.05278, 0.0322974, -0.672308, -0.137609, -0.785451, -0.19101, 0.478227, -1.26888, -0.0888678, -0.0927549, 2025-06-05T23:57:19.1004548Z -1.35855, 3.53782, 1.71557, 1.36142, -0.172363, 0.221187, 1.33978, 0.580525, 1.5651, -0.204701, 2025-06-05T23:57:19.1005473Z -1.91138, 0.0594552, -0.480619, -0.466406, 0.812035, -1.71868, 0.20949, -1.64939, 2.6471, -1.81845, 2025-06-05T23:57:19.1006693Z 0.0644436, 0.913045, 1.08293, 2.03153, 0.366111, 1.04362, -0.548795, 2.08423, -1.41954, -1.71156, 2025-06-05T23:57:19.1007794Z -1.92731, 0.822697, 1.6554, 0.988059, 0.465229, -1.36934, -0.598528, -0.559023, -0.845682, 1.56355, 2025-06-05T23:57:19.1008906Z 0.656586, -0.246797, 0.556298, 1.71325, 0.38632, 0.838508, 1.3865, -0.594391, 1.44698, -0.336653, 2025-06-05T23:57:19.1009984Z 0.817845, 2.1634, 0.452471, 2.40619, -0.20298, 1.58683, -0.00468113, 0.391188, 3.28673, 1.32209, 2025-06-05T23:57:19.1011106Z 2.26963, 0.525692, 0.393988, 2.02204, -1.76362, -0.792919, 0.87156, 0.61563, -0.240784, 0.662297, 2025-06-05T23:57:19.1012557Z -0.822533, 0.770257, 1.65929, -0.345403, -0.102869, 0.538094, 0.0803749, -1.5069, 0.749965, 0.125586, 2025-06-05T23:57:19.1013357Z ..., 2025-06-05T23:57:19.1013917Z 0.978579, 2.59861, 3.61895, 0.340616, 0.444957, 0.760731, 2.25552, 0.67385, 0.773293, 0.901701, 2025-06-05T23:57:19.1014864Z 1.19768, 0.744932, 1.0208, 0.317113, 1.93725, -0.230143, 2.05908, 1.14174, -0.71804, 2.0119, 2025-06-05T23:57:19.1015846Z 1.97482, 2.68668, 0.0470449, 0.859181, -1.01456, 1.66456, 1.62473, 0.30834, -0.830107, 0.904786, 2025-06-05T23:57:19.1016987Z 2.00758, -0.694708, -0.00691952, -0.317887, 0.0854835, 0.0203388, -0.0539037, -0.501031, 0.918031, -1.48421, 2025-06-05T23:57:19.1018121Z 1.6822, -0.304522, 0.81895, -0.442594, -1.71591, 0.721047, -1.11911, -0.560156, 0.792727, 1.72533, 2025-06-05T23:57:19.1019192Z 0.0979812, 0.635364, 0.140088, -0.858197, 0.531658, -1.45718, 0.525824, -0.311957, -0.14873, 0.240079, 2025-06-05T23:57:19.1020315Z 0.232983, 0.418173, 0.3194, -1.34768, 0.813184, -0.508102, 1.48233, 0.756911, 0.9941, 2.93609, 2025-06-05T23:57:19.1021346Z 0.502237, 0.777374, 0.751082, -1.91974, 1.34088, 0.581291, 1.69108, 1.16567, 2.25249, 0.191196, 2025-06-05T23:57:19.1022377Z 0.948343, 0.508487, 0.229846, -0.155786, 0.170983, 0.545948, -0.805996, 0.195943, -0.0608243, -0.785026, 2025-06-05T23:57:19.1023464Z -0.438063, -1.82033, -0.8773, -0.129958, -0.643652, 0.254769, -0.689331, -0.311199, 0.469048, 1.01164, 2025-06-05T23:57:19.1024217Z ]) 2025-06-05T23:57:19.1120637Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:57:19.1121376Z with: 2025-06-05T23:57:19.1121774Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:19.1122513Z fail-on-empty: false 2025-06-05T23:57:19.1122835Z env: 2025-06-05T23:57:19.1123195Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:19.1123701Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:19.1124078Z PR_NUMBER: 2025-06-05T23:57:19.1126325Z 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=mv3 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:57:19.1129113Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:19.1129908Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:19.1130648Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:19.1131169Z ##[endgroup] 2025-06-05T23:57:19.1887344Z Prepare all required actions 2025-06-05T23:57:19.1942316Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:57:19.1942814Z with: 2025-06-05T23:57:19.1943272Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:57:19.1943858Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:19.1944235Z env: 2025-06-05T23:57:19.1944587Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:19.1945099Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:19.1945477Z PR_NUMBER: 2025-06-05T23:57:19.1947997Z 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=mv3 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:57:19.1950524Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:19.1951309Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:19.1952051Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:19.1952599Z ##[endgroup] 2025-06-05T23:57:19.1986517Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:19.1987460Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:19.1997767Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:19.1998592Z env: 2025-06-05T23:57:19.1998966Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:19.1999470Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:19.1999843Z PR_NUMBER: 2025-06-05T23:57:19.2002277Z 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=mv3 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:57:19.2004872Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:19.2005851Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:19.2006918Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:19.2007467Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:19.2008161Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:57:19.2008809Z ##[endgroup] 2025-06-05T23:57:19.2225055Z Unable to find image 'arm64v8/alpine:latest' locally 2025-06-05T23:57:19.4034958Z latest: Pulling from arm64v8/alpine 2025-06-05T23:57:19.4726504Z d69d4d41cfe2: Pulling fs layer 2025-06-05T23:57:19.5568068Z d69d4d41cfe2: Verifying Checksum 2025-06-05T23:57:19.5568556Z d69d4d41cfe2: Download complete 2025-06-05T23:57:19.6787452Z d69d4d41cfe2: Pull complete 2025-06-05T23:57:19.6927967Z Digest: sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-05T23:57:19.6971076Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-06-05T23:57:22.0660671Z Prepare all required actions 2025-06-05T23:57:22.0700943Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:57:22.0701456Z with: 2025-06-05T23:57:22.0701830Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:57:22.0702505Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:22.0702866Z env: 2025-06-05T23:57:22.0703224Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:22.0703724Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:22.0704107Z PR_NUMBER: 2025-06-05T23:57:22.0706336Z 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=mv3 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:57:22.0708919Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:22.0709987Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:22.0710936Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:22.0711553Z ##[endgroup] 2025-06-05T23:57:22.0740706Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:22.0741658Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:22.0752241Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:22.0752758Z env: 2025-06-05T23:57:22.0753117Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:22.0753622Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:22.0754021Z PR_NUMBER: 2025-06-05T23:57:22.0756282Z 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=mv3 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:57:22.0758840Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:22.0759644Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:22.0760385Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:22.0760923Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:22.0761371Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:57:22.0761846Z ##[endgroup] 2025-06-05T23:57:22.8112439Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:57:22.8113325Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:57:22.8113933Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:57:22.8114706Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:57:22.8115546Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:57:22.8116211Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:57:22.8116788Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:57:22.8117238Z  fi 2025-06-05T23:57:22.8117601Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:57:22.8118207Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:57:22.8118736Z  fi 2025-06-05T23:57:22.8119062Z fi 2025-06-05T23:57:22.8119572Z  2025-06-05T23:57:22.8119857Z upload_docs=0 2025-06-05T23:57:22.8120390Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:57:22.8121025Z # empty folders do not count 2025-06-05T23:57:22.8121634Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:57:22.8122447Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:57:22.8123120Z  # upload will probably not work correctly 2025-06-05T23:57:22.8123582Z  upload_docs=1 2025-06-05T23:57:22.8123916Z fi 2025-06-05T23:57:22.8124319Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:57:22.8133292Z shell: /usr/bin/bash -e {0} 2025-06-05T23:57:22.8133653Z env: 2025-06-05T23:57:22.8134015Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:22.8134529Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:22.8134915Z PR_NUMBER: 2025-06-05T23:57:22.8137328Z 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=mv3 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:57:22.8140092Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:22.8140888Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:22.8141633Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:22.8142163Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:57:22.8142506Z ##[endgroup] 2025-06-05T23:57:22.8303403Z Prepare all required actions 2025-06-05T23:57:22.8349382Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:57:22.8349867Z with: 2025-06-05T23:57:22.8350133Z env: 2025-06-05T23:57:22.8350484Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:22.8351006Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:22.8351380Z PR_NUMBER: 2025-06-05T23:57:22.8353616Z 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=mv3 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:57:22.8356134Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:22.8356971Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:22.8357727Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:22.8358253Z ##[endgroup] 2025-06-05T23:57:22.8412542Z ##[group]Run set -eou pipefail 2025-06-05T23:57:22.8412995Z set -eou pipefail 2025-06-05T23:57:22.8413353Z  2025-06-05T23:57:22.8413845Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:57:22.8414473Z for _ in $(seq 1440); do 2025-06-05T23:57:22.8414903Z  # Break if no ssh session exists anymore 2025-06-05T23:57:22.8415367Z  if [ "$(who)" = "" ]; then 2025-06-05T23:57:22.8415753Z  break 2025-06-05T23:57:22.8416066Z  fi 2025-06-05T23:57:22.8416356Z  echo "." 2025-06-05T23:57:22.8416677Z  sleep 5 2025-06-05T23:57:22.8416989Z done 2025-06-05T23:57:22.8424684Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:22.8425182Z env: 2025-06-05T23:57:22.8425541Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:22.8426253Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:22.8426619Z PR_NUMBER: 2025-06-05T23:57:22.8428840Z 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=mv3 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:57:22.8431354Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:22.8432137Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:22.8432874Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:22.8433399Z ##[endgroup] 2025-06-05T23:57:22.8463011Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:57:22.8596007Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:57:22.8596785Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:57:22.8597581Z # shellcheck disable=SC2046 2025-06-05T23:57:22.8598026Z docker stop $(docker ps -q) || true 2025-06-05T23:57:22.8598493Z # Prune all of the docker images 2025-06-05T23:57:22.8598925Z docker system prune -af 2025-06-05T23:57:22.8606828Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:22.8607317Z env: 2025-06-05T23:57:22.8607676Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:22.8608174Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:22.8608535Z PR_NUMBER: 2025-06-05T23:57:22.8611041Z 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=mv3 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:57:22.8613723Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:22.8614503Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:22.8615241Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:22.8615751Z ##[endgroup] 2025-06-05T23:57:33.3553036Z cb24d239ecb7 2025-06-05T23:57:33.8431600Z Deleted Containers: 2025-06-05T23:57:33.8432159Z cb24d239ecb71bc757df112214a5a24198e6319b8e116aa2e280c6badd17232f 2025-06-05T23:57:33.8432620Z 2025-06-05T23:57:37.5841668Z Deleted Images: 2025-06-05T23:57:37.5842136Z untagged: arm64v8/alpine:latest 2025-06-05T23:57:37.5842895Z untagged: arm64v8/alpine@sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-05T23:57:37.5843877Z deleted: sha256:2abc5e83407155714f171c293f197e1310176959e106f8ad63ffa2e7e9635d4a 2025-06-05T23:57:37.5844737Z deleted: sha256:1231a673589ac9e2f8a98ed916d1fa8301b36a44dd14fc40eba5a05905da69f1 2025-06-05T23:57:37.5845986Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:57:37.5847782Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:57:37.5849212Z deleted: sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363 2025-06-05T23:57:37.5850089Z deleted: sha256:be1ab99562fc68cb177ad39743ed237cb7cb45f238f5a7e2358c86241c3bb9aa 2025-06-05T23:57:37.5850973Z deleted: sha256:79ec9d97f0ecffb37a842ac534944fed09764a9999957e6f5b8fda9e053b6f7b 2025-06-05T23:57:37.5852252Z deleted: sha256:94dd602baac322fa36df80d2ca11e5741bfc7fdd0b88add0326a6d371cf34027 2025-06-05T23:57:37.5853164Z deleted: sha256:447daf1cccc0f6be50bc9a4da4c7fe2375cf02f38a8345499fc6505c15c91967 2025-06-05T23:57:37.5854321Z deleted: sha256:158692508898a921c9554c9285c45de3283607796da14d3b367ab2487365aa5a 2025-06-05T23:57:37.5855173Z deleted: sha256:03205e8e18fda040a7bf77c0e1e909f022e79182c9a6d0e7da3637e3e50897df 2025-06-05T23:57:37.5856040Z deleted: sha256:924877ae822c3e697ada9fc675755c52d48832f59aa2f35118dc3654cddeb6b7 2025-06-05T23:57:37.5856878Z deleted: sha256:23878c36bc12491273890821391ecc5781935950a85cbee285081ae3546050cb 2025-06-05T23:57:37.5857717Z deleted: sha256:8c9d6006aba59fc1008ce3a40c87969d016b828139360492a03a8f0c6b6a9fb3 2025-06-05T23:57:37.5858570Z deleted: sha256:443e22597927901a0265a303a55c0dd8bca18ab889cc8542420a3d494207c0fc 2025-06-05T23:57:37.5859438Z deleted: sha256:499a63ee0ac7db81c64725b6c94e7bf18c2a047c36b8ab6c3e6c6cc808629e61 2025-06-05T23:57:37.5860322Z deleted: sha256:63f9f4cda365bb3f5b9957b4843f50141ff2eb3b69e2eb94bb960b42776269d7 2025-06-05T23:57:37.5861190Z deleted: sha256:c917cc62120b555a9f29e23ab988b58457f9020eee73130b41bb5cf7c7d768fa 2025-06-05T23:57:37.5862056Z deleted: sha256:2b0897d415a9802ab47f028b75dee9d5d39e4e5626449fbd7da4e68d623d5d0a 2025-06-05T23:57:37.5863156Z deleted: sha256:daefa7cfac9a657e6490afbde6650e9df8c68d4d42df69f5c9685ec282be3b5b 2025-06-05T23:57:37.5864042Z deleted: sha256:363d48b081593e408461ebe2a4bef7403438095d9f0bb4057f634a5bd9f1dc00 2025-06-05T23:57:37.5865071Z deleted: sha256:3032924c0a254b965237f988cdeda16b13638db10b3f7d879a7c5afb9ef5464d 2025-06-05T23:57:37.5865946Z deleted: sha256:d2eed274a3682f123a63078e0983be46ca1b4a34523b83d5417d1d0348f92b71 2025-06-05T23:57:37.5866791Z deleted: sha256:296c38303185a27375032711f5ed6923a14ab0958043885f260e10be321135f3 2025-06-05T23:57:37.5867623Z deleted: sha256:754bf621747ca6f16e9689090b77b403029dca87c4d48f9371295f8a07e14ecd 2025-06-05T23:57:37.5869311Z deleted: sha256:af2a5b0adf1a10f5ac7a5c98e071a997ccc4b24a3c06a78f1b308ec1bf7ed785 2025-06-05T23:57:37.5870259Z deleted: sha256:e8b33316103a9f94fb503a5e5649ddab77e808b4efc3d972c2fcf2518fe8c6af 2025-06-05T23:57:37.5871144Z deleted: sha256:00ebbd0b076ee061eef407ed3a73b7b8edcd11fef7ca175bf90bc13cfee4ed33 2025-06-05T23:57:37.5872045Z deleted: sha256:522cb1a30cee5975a28afcb57262b3b1ddb988c9f84982b0283b34fbeaa4755f 2025-06-05T23:57:37.5872916Z deleted: sha256:55bd126091fd1658ba33a960eefcc2a4065bf83a6698ba23e9b0d3b3075970c4 2025-06-05T23:57:37.5873774Z deleted: sha256:d79ca358214286c4f888f92391795c3918a460c5860e0addb47b123a05995034 2025-06-05T23:57:37.5874624Z deleted: sha256:4d195976a446c056a47d9c33329acc6ebe85cf9f3e9df4b746675408c12ed9e2 2025-06-05T23:57:37.5875495Z deleted: sha256:8103dee6b79f832c181a708e3ef885acc60ba6b5fc00df0252f72a0be5e0a45c 2025-06-05T23:57:37.5876375Z deleted: sha256:1b8aed2757a1e9c577335ec334f49510975ecaf002dddc4c2ae8d11bf87c0ce6 2025-06-05T23:57:37.5877255Z deleted: sha256:4e9247053cb38aecacb1feb98e7a74e09dd2009e900516fa48961f6b5bf0a871 2025-06-05T23:57:37.5878135Z deleted: sha256:83d09048f0b2d97f65948c59d7c19d54bc8930bd7998b365ad141fe14ae9f223 2025-06-05T23:57:37.5878990Z deleted: sha256:98537e9ca41239b48b8ad77e557c36c2b3c9b96c32e62dc6ae7d5f5c42dfe605 2025-06-05T23:57:37.5879858Z deleted: sha256:c2c46863e3241957f62b5321b5cdaa9a7ca24ea0c17742caf734f21c71a40b5d 2025-06-05T23:57:37.5880710Z deleted: sha256:7490216c65886219a84195456ff1d21ce1c0298573418c4c3ff1c91121efaafc 2025-06-05T23:57:37.5881551Z deleted: sha256:3138534fb0806ea64a2240f2cd27bb60ec9bd5070d60d1a15bd9b857b6be7565 2025-06-05T23:57:37.5882439Z deleted: sha256:1e7a4fd46befdfdb6bd98a60dada1bd3be4776c5732812530c91ee5be8e96727 2025-06-05T23:57:37.5882977Z 2025-06-05T23:57:37.5883149Z Total reclaimed space: 5.916GB 2025-06-05T23:57:37.5928829Z ##[group]Run set +e 2025-06-05T23:57:37.5929277Z set +e 2025-06-05T23:57:37.5929621Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:57:37.5930168Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:57:37.5930850Z else 2025-06-05T23:57:37.5931221Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:57:37.5931681Z fi 2025-06-05T23:57:37.5931964Z set -e 2025-06-05T23:57:37.5939251Z shell: /usr/bin/bash -e {0} 2025-06-05T23:57:37.5939626Z env: 2025-06-05T23:57:37.5939983Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:37.5940489Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:37.5940863Z PR_NUMBER: 2025-06-05T23:57:37.5943137Z 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=mv3 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:57:37.5945667Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:37.5946460Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:37.5947199Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:37.5947946Z NO_SUDO: false 2025-06-05T23:57:37.5948252Z ##[endgroup] 2025-06-05T23:57:39.0583157Z Post job cleanup. 2025-06-05T23:57:39.1937788Z Post job cleanup. 2025-06-05T23:57:39.3190629Z [command]/usr/bin/git version 2025-06-05T23:57:39.3247563Z git version 2.47.1 2025-06-05T23:57:39.3308510Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/daf006fe-d579-485f-8813-32b57b369e62' before making global git config changes 2025-06-05T23:57:39.3309821Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:57:39.3316951Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:57:39.3362880Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:57:39.3420207Z [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:57:39.3756137Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:57:39.3783703Z http.https://github.com/.extraheader 2025-06-05T23:57:39.3802153Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:57:39.3841330Z [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:57:39.4260262Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:57:39.4292288Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:57:39.4298797Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:39.4299318Z ##[endgroup] 2025-06-05T23:57:39.4401604Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-05T23:57:54.8429030Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-05T23:58:19.6655345Z Cleaning up orphan processes